Folders, fast search, and rich previews for every link you save — with no account, no tracking, and nothing leaving your device unless you ask it to.
Free. No sign-up. Works entirely offline once installed.
A link doesn't have to live in exactly one place — file it under as many folders as make sense, or leave it in the dedicated Unsorted view.
Find what you saved by title, site, or roughly when you added it — typos and partial words still find their match.
Titles, descriptions, cover images, and favicons are fetched for every link you save, so your library actually looks like something.
Newest or oldest first — set independently for each folder, and remembered.
Pick what opens when Bookmar loads — All Bookmarks, Unsorted, or a specific folder — as a deliberate setting, not a guess.
One click pulls in the URLs of everything you have open, ready to review and save in bulk.
Removing something from a folder and deleting it for good are two different, clearly separated choices.
Browse your library as visual cards or a dense, scannable list — whichever fits what you're doing.
Bookmar has no login, no user accounts, and no user identity of any kind. There is nothing to sign up for and nothing tying your activity to you.
Bookmar has no backend server of its own — it's a static app with no API to send your data to. Today, your folders and bookmarks (URL, title, description, cover image, favicon, and the date you added them) are stored entirely in your browser's local storage, on your own device, and nothing is synced, backed up, or transmitted anywhere.
chrome-extension://<id>) — it's isolated
from every website you visit and from any other version of Bookmar
you might run (e.g. a local dev build).
Bookmar contains no analytics, no crash/error reporting, no advertising SDKs, and no cookies. We don't know how many people use Bookmar, what they bookmark, or how they use it — we have no mechanism to find out.
Saving, editing, and organizing bookmarks all work fully offline — adding a link is instant and never waits on the network. Separately, right after you add a bookmark, Bookmar also attempts to look up its title, description, cover image, and icon so your library looks good; if that lookup can't complete (e.g. no connection at the time), the bookmark still gets a usable fallback title instead of being blocked or retried silently in the background. This lookup is the only reason Bookmar talks to the internet, and only the URL you're bookmarking is sent — never your other bookmarks, folders, or any identifying information.
How the lookup actually works, in order:
og:/twitter:/<title>/favicon tags it finds. This is the one step where more than just the URL leaves your device, since fetching a page necessarily requests its full content — same as opening it in a browser tab would.The services involved:
None of these requests carry cookies, sign-in credentials, or any Bookmar identifier — they're anonymous, one-off lookups of a single URL.
http://*/*, https://*/*)
— let the extension fetch the page you're bookmarking directly, on
your own device, to pull its title/description/image. This is the
same access your browser already has when you open the page
yourself; Bookmar doesn't route it through any server of ours.
tabs — lets the "Add all tabs" button
read the URLs of your currently open tabs, so you can bookmark them
in bulk. This list is read once, locally, when you click the button,
and is only ever used to fill in the add-bookmark form for you to
review before saving. It's never sent anywhere.
If Bookmar's data handling ever changes, this policy will be updated to reflect it before that change ships.
Questions about this policy: [add contact email]