# Ollama Client > Privacy-first browser extension for local LLM chat with Ollama, LM Studio, llama.cpp, and OpenAI-compatible servers. Ollama Client is a local-first browser extension for private LLM chat, provider management, and local RAG workflows. ## Docs - [Ollama quick start in Chrome or Firefox](https://www.ollamaclient.in/guides/quick-start.md): Connect Ollama Client to Ollama, LM Studio, or llama.cpp and send your first local AI chat from the browser side panel. - [Provider Setup](https://www.ollamaclient.in/guides/provider-setup.md): Configure Ollama, LM Studio, llama.cpp, OpenAI, OpenRouter, Anthropic, or compatible servers. - [Use Ollama Cloud models](https://www.ollamaclient.in/guides/ollama-cloud.md): Sign in to Ollama, discover hosted models automatically, and use :cloud models without downloading them. - [Context, Images, and Tools](https://www.ollamaclient.in/guides/context-and-tools.md): How Ollama Client adds files, images, tabs, selected text, and local tool calls to a chat turn. - [Fix Ollama CORS errors in browser extensions](https://www.ollamaclient.in/guides/troubleshooting/ollama-cors-error.md): Resolve 403 Forbidden and CORS errors when Ollama Client connects to a local Ollama server from Chrome or Firefox. - [Understand error reports](https://www.ollamaclient.in/guides/troubleshooting/error-reports.md): Read Ollama Client error codes, incident IDs, failure phases, and privacy-safe diagnostic details. - [Local-first privacy in Ollama Client](https://www.ollamaclient.in/concepts/privacy.md): How Ollama Client stores chats, files, settings, permissions, and model requests for private local AI workflows. - [Architecture](https://www.ollamaclient.in/concepts/architecture.md): Implementation details, tradeoffs, and constraints for Ollama Client. - [Provider Capability Matrix](https://www.ollamaclient.in/concepts/provider-matrix.md): Which features each provider supports. Generated from the extension's TypeScript source at build time. - [Open WebUI vs Ollama Client](https://www.ollamaclient.in/compare/open-webui-vs-ollama-client.md): A factual comparison of Open WebUI and Ollama Client for local LLM chat — hosting model, privacy, page context, RAG, and when to choose each. - [Page Assist vs Ollama Client](https://www.ollamaclient.in/compare/page-assist-vs-ollama-client.md): A factual comparison of Page Assist and Ollama Client — two browser extensions for Ollama and local LLMs, their grounding, providers, and privacy. - [LM Studio vs Ollama Client](https://www.ollamaclient.in/compare/lm-studio-vs-ollama-client.md): How LM Studio and Ollama Client relate — a desktop model runner versus a browser extension — and how to use them together for private local AI. - [Frontend Design System](https://www.ollamaclient.in/internal/frontend-design-system.md): App-owned frontend primitives, shadcn ownership boundaries, token policy, and visual QA checklist. - [Privacy Policy](https://www.ollamaclient.in/legal/privacy-policy.md): What Ollama Client processes, where data is stored, and when it leaves your device. - [Ollama Client FAQ](https://www.ollamaclient.in/about/faq.md): Common questions about Ollama Client, local LLM providers, privacy, browser support, RAG, web search, and CORS setup. - [Changelog](https://www.ollamaclient.in/about/changelog.md): Release history for Ollama Client. - [Keyboard Shortcuts](https://www.ollamaclient.in/about/keyboard-shortcuts.md): Default keyboard shortcuts for Ollama Client. ## Reference - [API Reference](https://www.ollamaclient.in/reference/): Generated TypeScript API reference. - [Full Markdown Docs](https://www.ollamaclient.in/llms-full.txt): All public docs in one Markdown file. - [GitHub Repository](https://github.com/Shishir435/ollama-client): Source code and issue tracker.