Skip to content

Privacy Policy

Ollama Client is designed as a local-first extension. This policy explains what data is processed, where it is stored, and when it leaves your device.

Effective date: February 7, 2026.

This policy applies to the Ollama Client browser extension and the documentation pages on this site.

The extension does not run first-party analytics, ad trackers, or telemetry pipelines. The data that exists on your device while using the extension is:

  • Chat prompts and model responses generated during use.
  • Session metadata (titles, timestamps, branch state).
  • Optional uploaded file content for local retrieval workflows.
  • Settings and provider configuration values.
  • Local browser storage backed by SQL WASM (sql.js).
  • Optional ZIP backups stored locally when you export.
  • No default cloud sync from the extension itself.

The extension sends prompts to whichever provider endpoint you configure. Typical local endpoints:

  • Ollama (localhost:11434)
  • LM Studio (localhost:1234)
  • llama.cpp server (localhost:8000)

LAN endpoints are supported when configured by the user. If you point the extension to a remote endpoint, your prompt data will be sent to that endpoint.

The extension requests browser permissions for chat UX, optional page extraction, and provider connectivity:

  • storage — settings and local state.
  • tabs and content-extraction-related permissions.
  • Network / host permissions to reach configured provider endpoints.
  • You can delete chats and associated local artifacts from the UI.
  • You can disable RAG and related indexing features.
  • You can reset storage and configuration from the settings page.
  • Do not expose provider APIs publicly without access controls.
  • Treat LAN endpoints as sensitive infrastructure.
  • Review provider privacy policies for any non-local endpoints.

This policy may be updated as the architecture evolves. The latest version is always published at this URL.

Questions: shishirchaurasiya435@gmail.com


© 2026 Ollama Client. Local-first by design, with endpoint behavior controlled by the user.