Chat with the AI agents already on your machine

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.

🌐

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.

πŸ”Œ

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.

πŸ—‚οΈ

History & skills

Every chat saved locally and searchable. Reusable skills and configurable agents you define once and drop into any conversation.

πŸ“

Live meeting scribe Pro

On Zoom, Google Meet, Teams & Webex, ChatPanel reads the live captions and keeps a running, auto-refreshing summary β€” decisions, action items, and a searchable transcript. Ask questions mid-meeting; download notes or the full transcript after. Captions only, never audio or video.

Private by design β€” use the AI your company already 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 One click, auto-updates. Pin the icon and open the side panel.
Prefer a manual install? (backup β€” if you can’t use the Web Store)
  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.