Chat with the AI agents you already trust

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.

Available in the Chrome Web Store See pricing

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.

๐Ÿง 

Your agents, your machine

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.

๐ŸŒ

Tabs as context

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.

๐Ÿ”Œ

Bring your own model

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.

๐Ÿ—‚๏ธ

History & skills

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.

๐Ÿ“

Live meeting scribe Pro

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.

Private by design โ€” use the AI your company already paid for and trusts

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.

๐Ÿ”’

Local-first

Your prompts, keys, and history stay in your browser. Content goes only to the endpoint you choose.

โœ…

Approved AI, not shadow IT

Tap the enterprise Claude / Codex / Gemini your company already governs โ€” instead of personal logins or un-vetted web chatbots.

๐Ÿšซ

No middleman

ChatPanel has no cloud in the data path. We never see, store, or route your conversations.

How it works

  1. 1Download & install

    Free, ~1 minute. Works on its own with your own models.

  2. 2Use it free

    Chat from any tab with one local agent + one model endpoint of your choice.

  3. 3Upgrade in the app

    One click in Settings โ†’ Pro activates instantly and follows you across your devices.

Simple pricing

Start free. Upgrade when ChatPanel becomes part of your day.

Free

$0
  • โœ“ One local agent โ€” Claude Code, Codex, or Gemini CLI (via local bridge)
  • โœ“ One bring-your-own model endpoint
  • โœ“ Current-tab & URL context
  • โœ“ Local chat history
Get started

Team

$10/seat/mo
  • โœ“ Everything in Pro
  • โœ“ Cloud sync across devices
  • โœ“ Shared team agents & skills
  • โœ“ Hosted agents โ€” no bridge to run
  • โœ“ SSO & admin
Contact us

Upgrade inside the extension โ€” Pro activates instantly and follows your purchase email across your devices.

Install in two minutes

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.

Available in the Chrome Web Store
Download the latest .zip Direct download of the newest build โ€” if you'd rather not use the Web Store.
How to load the .zip (manual install, ~1 min)
  1. Download chatpanel-extension.zip and unzip it to a folder youโ€™ll keep.
  2. Load it. Open chrome://extensions (Edge: edge://extensions), turn on Developer mode, click Load unpacked, and pick the unzipped folder (the one with manifest.json).
  1. Pick a model. Open Settings and point an agent at a local Ollama (http://localhost:11434/v1) or paste an API key.
  2. (Optional) Run the bridge to use your local Claude Code, Codex & Gemini CLI. It installs a tiny background helper that the extension auto-detects.
    # 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.