# 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 - [Provider Setup](https://ollama-client.shishirchaurasiya.in/guides/provider-setup.md): Configure Ollama, LM Studio, llama.cpp, or any OpenAI-compatible local server to chat with local LLMs from your browser. - [Architecture](https://ollama-client.shishirchaurasiya.in/concepts/architecture.md): Implementation details, tradeoffs, and constraints for Ollama Client. - [Provider Capability Matrix](https://ollama-client.shishirchaurasiya.in/concepts/provider-matrix.md): Which features each provider supports. Generated from the extension's TypeScript source at build time. - [Frontend Design System](https://ollama-client.shishirchaurasiya.in/internal/frontend-design-system.md): App-owned frontend primitives, shadcn ownership boundaries, token policy, and visual QA checklist for the 0.7 frontend foundation. - [Privacy Policy](https://ollama-client.shishirchaurasiya.in/legal/privacy-policy.md): What Ollama Client processes, where data is stored, and when it leaves your device. - [Changelog](https://ollama-client.shishirchaurasiya.in/about/changelog.md): Release history for Ollama Client. - [Keyboard Shortcuts](https://ollama-client.shishirchaurasiya.in/about/keyboard-shortcuts.md): Default keyboard shortcuts for Ollama Client. ## Reference - [API Reference](https://ollama-client.shishirchaurasiya.in/reference/): Generated TypeScript API reference. - [Full Markdown Docs](https://ollama-client.shishirchaurasiya.in/llms-full.txt): All public docs in one Markdown file. - [GitHub Repository](https://github.com/Shishir435/ollama-client): Source code and issue tracker.