Bookmarks by Localforge
> The short version: All your data stays in your browser. We don't collect, store, or have access to any of your bookmarks, browsing data, or personal information. There are no analytics, no telemetry, and no tracking of any kind.
All extension data is stored exclusively in your browser's local IndexedDB database:
This data never leaves your browser unless you explicitly configure external services (see below).
To generate Q&A pairs and embeddings, the extension sends requests to an AI API endpoint that you configure. By default, this is set to OpenAI's API, but you can change it to any OpenAI-compatible endpoint.
What is sent: Only the extracted Markdown content of bookmarked pages. Full HTML, URLs, and your browsing history are never sent.
Privacy option: For maximum privacy, you can configure the extension to use a local AI model (via vLLM, llama.cpp, Ollama, or similar) so no data ever leaves your machine.
If you enable WebDAV synchronization, the extension will sync your bookmark data to a WebDAV server you specify. This is entirely optional and disabled by default.
What is sent: Your complete bookmark collection including content, metadata, and embeddings.
Your control: You choose the server, you control the data. We have no access to your WebDAV server or its contents.
The standalone web version (not the browser extension) uses CORS proxy services to fetch page content when you save bookmarks. These third-party proxies may see:
The browser extension does not use these proxies — it uses the browser's native fetch capability.
The browser extension requests only the permissions necessary to function:
The extension cannot access your browsing history, other tabs, or any data you don't explicitly save.
You have complete control over your data:
This extension is open source. You can review the code yourself:
github.com/longregen/bookmarks
The code does exactly what this policy describes — nothing more.
For privacy questions or concerns, open an issue on GitHub or reach out via localforge.org.
Last updated: January 2026