A browser side panel for Claude Code, Codex, Gemini CLI, and any model or API you bring โ with the context of your tabs, a pasted URL, or the page you're on. Plus a live meeting scribe for Zoom, Meet, Teams & Webex. History, custom agents & skills, all local-first.
Free includes one local agent + one model endpoint of your choice. No account required.
Works on Chrome, Edge, Brave & Arc. Prefer a manual install?
Download the .zip.
Talk to Claude Code, Codex, and Gemini CLI through a tiny open-source local bridge โ your own logins, your own compute. Nothing routed through our cloud. Switch between them without leaving the panel.
The current page is included automatically. Attach several tabs, a selection, or paste a URL and ChatPanel extracts the readable content for you. It strips boilerplate so the model sees only what matters.
Point it at a local Ollama / LM Studio, or any OpenAI- / Anthropic-compatible endpoint. You bring the inference; we bring the interface. Your keys stay local โ nothing is proxied through us.
Every chat saved locally and searchable. Reusable skills and configurable agents you define once and drop into any conversation. Search anything you've discussed and pick up right where you left off.
On Zoom, Meet, Teams & Webex, ChatPanel turns live captions into an auto-refreshing summary โ decisions, action items, and a searchable transcript. Ask mid-meeting; download notes or the transcript after. Captions only, never audio or video.
Nothing routes through our servers. ChatPanel talks to the AI tools your organization has already vetted โ Claude Code, Codex, Gemini โ through your approved accounts and compute. No pasting internal data into unapproved chat sites or personal accounts.
Your prompts, keys, and history stay in your browser. Content goes only to the endpoint you choose.
Tap the enterprise Claude / Codex / Gemini your company already governs โ instead of personal logins or un-vetted web chatbots.
ChatPanel has no cloud in the data path. We never see, store, or route your conversations.
Free, ~1 minute. Works on its own with your own models.
Chat from any tab with one local agent + one model endpoint of your choice.
One click in Settings โ Pro activates instantly and follows you across your devices.
Start free. Upgrade when ChatPanel becomes part of your day.
Pro unlocks in the app โ one click in Settings.
Upgrade inside the extension โ Pro activates instantly and follows your purchase email across your devices.
No developer tools needed. ChatPanel runs in Chrome, Edge, Brave, or Arc โ install it from the Chrome Web Store, then add a model (an API key, or a free local app like Ollama). The bridge (last step) is optional โ it taps your local Claude Code / Codex / Gemini.
chrome://extensions (Edge:
edge://extensions), turn on Developer mode,
click Load unpacked, and pick the unzipped folder
(the one with manifest.json).
http://localhost:11434/v1) or paste an API key.
# macOS / Linux โ one line, no Node.js needed
curl -fsSL https://dl.chatpanel.net/bridge/install.sh | bash
# Windows โ via Node (you already have it for the CLIs above)
npm i -g @chatpanel/bridge
chatpanel-bridge --install # starts hidden at login
Just want to try it once? npx @chatpanel/bridge runs it in the
foreground. The --install step keeps it always running at login.