< Back to Home

Privacy Policy

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.

Data Storage

What is stored locally

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).

External Services

AI API (User-configured)

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.

Server Sync (Optional, self-hosted)

You can optionally run a self-hosted sync server for multi-device access. This is entirely optional and disabled by default.

What is sent: Your bookmark collection including URLs, titles, content, and metadata.

Authentication: Uses token-based authentication. A locally generated token is hashed server-side to identify your account.

Your control: You host the server, you control the data. We provide the server code; you run it on your own infrastructure.

What We Don't Do

Web Version

The standalone web version operates the same as the extension but requires a self-hosted server for content fetching, since browsers restrict cross-origin requests from web pages. No third-party proxies are used.

Permissions

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.

Your Control

You have complete control over your data:

Open Source

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.

Contact

For privacy questions or concerns, open an issue on GitHub or reach out via localforge.org.

Last updated: February 2026