Updated September 17, 2026

Local bookmark manager. No account. Find by memory.

Most "local-first" apps still phone home. Backpockets: Read It Later App doesn't. Every bookmark, every embedding, every search runs on your machine — with no cloud fallback and no account to sign into.

Code-signed Notarized by Apple Runs offline No account

The claim, unpacked

"Local-first" is a spectrum. Backpockets: Read It Later App sits at one end of it.

Every bookmark app on the market calls itself local-first, private, or offline-capable. Almost none of them mean what you'd think.

Raindrop is a web service with a Mac client, your bookmarks live on their servers.

Anybox stores locally, but its AI features send content to remote APIs.

mymind is a browser-plus-cloud SaaS with a subscription.

Obsidian is genuinely local, but has no bookmark import and no semantic search.

Backpockets: Read It Later App sits at the strict end of the spectrum: your library, your search index, and the embedding model that powers memory-search all live on your Mac. No account. No sync. No optional cloud service to opt into later.

What "local" means, concretely

Every byte, on your machine.

SQLite on disk

Your bookmarks, article text, tags, and history live in a plain SQLite database inside macOS Application Support. Portable, backup-friendly, no proprietary format.

On-device embeddings

Memory-search uses a small ONNX embedding model that runs entirely on your Mac. Every query is computed locally, nothing is sent for scoring.

No account system

There is no login screen. There is no email verification. There is no forgotten-password flow. There is nothing to forget the password to.

Works fully offline

On a plane. On a coffee-shop wifi that hates you. In airplane mode. Backpockets: Read It Later App doesn't care — none of the search path touches the network.

Time Machine friendly

Because the library is a normal folder, macOS backs it up like any other. Restore a bookmark from three months ago the same way you restore a Word doc.

Export at will

One click gives you a JSON of your entire library. Bookmarks, article text, tags, all of it. Portable, forever.

Comparison

Local-first, honestly compared.

Tool Stores locally No account Offline search On-device AI
Backpockets: Read It Later App Yes Yes Yes Yes
Raindrop Cloud
Anybox Yes Yes Yes Cloud AI
mymind Cloud Cloud AI
Obsidian Yes Yes Yes Plugin only

A local bookmark manager keeps the library on disk. Backpockets: Read It Later App stores everything in SQLite under ~/Library/Application Support/Backpockets/, runs offline, and never requires a login. Cloud alternatives (Raindrop, mymind, Readwise Reader) need accounts and sync servers.

Data as of September 2026. "Local" here means the primary storage lives on the user's machine and doesn't require a network round trip to read or search.

FAQ

What does "local-first" actually mean for Backpockets: Read It Later App?

Your bookmarks, article text, embeddings, and search index live in a SQLite database on your Mac. The embedding model (a small ONNX file) runs on-device. No search query, no article text, no metadata is sent to any server. If your Mac is offline, Backpockets: Read It Later App still works.

Does Backpockets: Read It Later App need internet at all?

Only for two optional things: fetching the readable version of a new article you save from a URL, and checking for app updates. Neither is required to search your existing library. Everything you've already saved keeps working with no connection.

Where is my data stored?

Inside your macOS Application Support folder for Backpockets: Read It Later App. Nothing leaves your machine unless you export it yourself. Time Machine backs it up like any other file.

How is this different from "local-first" apps that still sync to a server?

Some tools claim local-first but still require you to sign in and mirror data to their cloud. Backpockets: Read It Later App does neither. There is no server component and no account system to sync to.

Can I move my library to another Mac?

Yes. Copy the Backpockets: Read It Later App folder from Application Support to the new Mac, or export to JSON and re-import. Both options preserve everything.