A minimal, fast Chrome extension for chatting with local Ollama models
- Streaming Chat — Real-time token streaming with context memory
- Thinking Preview — Expandable "thinking" block for reasoning models (DeepSeek, QwQ, etc.)
- LaTeX Rendering — Beautiful math formula rendering with KaTeX
- Translate Panel — Built-in translation with 12 languages, stream output
- Zero Config — Detects all local Ollama models automatically
- Lightweight — Vanilla JS with no build step and no framework dependency
- Download the latest
.zipfrom Releases and unzip it - Open
chrome://extensionsin your Chromium browser - Enable Developer mode (top right)
- Click Load unpacked and select the unzipped folder
- Clone this repo and open
chrome://extensionsin your Chromium browser - Enable Developer mode (top right)
- Click Load unpacked and select the project folder
Requires Ollama running locally on
127.0.0.1:11434
| Action | How |
|---|---|
| Open Chat | Click extension icon in toolbar |
| Send message | Enter |
| New line | Shift + Enter |
| Switch model | Dropdown in header |
| Translate | Switch to Translate tab, Ctrl + Enter to run |
The Translate panel supports 12 languages with stream output. For best results, we recommend using translategemma series models, e.g., translategemma:4b for balanced speed and quality. The prompt follows the official translategemma format with source language selection (default: auto-detect).
Chat interface with thinking process preview and LaTeX formula rendering
Translation panel with multi-language support
- Manifest V3 (service worker +
declarativeNetRequest) - Vanilla HTML/CSS/JS — no frameworks, no build tools
- Ollama REST API (
/api/chat,/api/tags) with streaming
Lyra is a small but bright northern constellation. This extension is the same — compact, focused, and your window to local AI.
MIT
- Page Assist — The project that inspired this extension
- DeepSeek-V4-Pro — For powering the development process
- NanoBanana2 — Assisted in creating the logo, which presents a deeper, more stable, and visually comfortable layout, like a bright constellation perfectly suspended at the center of a browser tab