Skip to content

Ollamaclient

Ollama Client is a Chrome extension that lets you chat with local large language models directly in your browser — no API keys, no data leaving your machine.

Running LLMs locally has become increasingly practical thanks to projects like Ollama and LM Studio. The missing piece was a polished chat interface that feels native to the browser. Ollama Client fills that gap.

  • Privacy-first: All inference runs locally. Your conversations never leave your computer.
  • Multi-backend: Works with Ollama, LM Studio, and any OpenAI-compatible API endpoint.
  • Markdown rendering: Full markdown support with syntax-highlighted code blocks.
  • Chat history: Conversations persist in your browser’s local storage.
  • Custom endpoints: Point it at any OpenAI-compatible server, not just local ones.
  1. Install the extension from the Chrome Web Store.
  2. Make sure Ollama (or your backend of choice) is running locally.
  3. Click the extension icon and start chatting.

The extension is built with:

  • React + TypeScript for the UI
  • Vite for fast development and builds
  • shadcn/ui components with Tailwind CSS
  • Chrome Extension Manifest V3

The full source is available on GitHub. Contributions, issues, and feature requests are welcome.