Getting Started

Cordy for Chrome is a bring-your-own-key AI assistant that lives in your browser's side panel — chat about pages, act on selected text, and manage tabs and bookmarks with AI.

Cordy for Chrome is an AI assistant that lives inside your browser. It opens in the Chrome side panel, reads the page you're on (only when you ask), acts on text you select, and can search and organize your tabs, history, and bookmarks — all driven by the AI model you choose.

Cordy is bring-your-own-key (BYOK) and browser-direct: you supply an API key for a provider you already use, and Cordy talks to that provider straight from your browser. There is no Cordy server in the middle, no account, and no telemetry. Your keys are encrypted on your device, and your conversations stay on your device.

Cordy for Chrome was formerly called Web Nexus. If you have older bookmarks, notes, or screenshots that mention "Web Nexus," they refer to this same extension. The current version is 2.3.2.

What you can do with it

  • Chat in the side panel about anything, with streaming replies, multiple parallel conversation tabs, message branching, and attachments. See Chat.
  • Act on selected text on any page — translate, explain, summarize, quote into chat, or read aloud — from a floating menu. See Floating menu.
  • Run commands fast with an in-page command palette: web search, jump to Chrome pages, switch tabs, open bookmarks, and slash commands. See Command palette.
  • Ground the AI in your browser with @-mentions of the current page, other tabs, history, and bookmarks. See Mentions.
  • Organize bookmarks with AI — auto-tagging, summaries, classification, and health checks for dead links and duplicates. See Bookmarks.
  • Translate long text side-by-side in a dedicated workbench. See Translation.
  • Listen to replies and page selections with local or cloud text-to-speech. See Read aloud (TTS).
  • Run models on-device with Chrome's built-in AI, in-browser models via WebGPU, or your own local runtime (Ollama, LM Studio, and more). See Local & on-device AI.

Quick start

Cordy is not on the Chrome Web Store yet, so setup takes a few minutes the first time. The steps below are the short version — the Installation page walks through each one in detail.

1. Install the extension

Load Cordy as an unpacked/developer build or from a self-distributed package, then pin it to your toolbar. You need Chrome 142 or newer. Full instructions are on the Installation page.

2. Open the side panel

Click the Cordy icon in the toolbar, or press the keyboard shortcut:

PlatformShortcut
Windows / LinuxCtrl + Shift + Y
macOSCmd + Shift + Y

The side panel opens on the right, docked to the current window.

3. Add a provider API key

Open Settings → AI Config → API Providers (the provider key fields live in the dashboard; the side panel's model switcher links there), choose a provider, and paste in your own API key.

Cordy ships with seven built-in cloud providers — OpenRouter, OpenAI, Anthropic, Google AI, xAI, Vercel AI Gateway, and Volcengine Ark — plus custom OpenAI-compatible endpoints. See Providers & models for where to get a key.

Your key is encrypted and stored only on this device. Cordy never uploads it anywhere except the provider you configured it for.

4. Pick a model

Under AI Config → Scenario Model Routing, choose which provider and model each feature uses. At minimum, set the Chat Model. You can give translation, explanation, summarization, and bookmark classification their own models later.

5. Send your first message

Type a question in the composer and press Ctrl + Enter (or Enter, depending on your send-key setting). The reply streams in.

The first time you send anything to a cloud model, Cordy shows a one-time consent dialog explaining that your message goes to the third-party provider you configured. Accept it once and you won't be asked again (you can withdraw consent later in Settings → Data & privacy). Local, on-device models never trigger this dialog.

Prefer to stay fully on-device?

You don't need a cloud key at all. Cordy can run entirely on your machine using Chrome's built-in Gemini Nano, in-browser Gemma models (WebGPU), or a local runtime such as Ollama or LM Studio over loopback — nothing leaves your device. Setup and hardware requirements are covered in Local & on-device AI.

How Cordy handles your data

  • Your keys, your data. API keys are encrypted on-device; conversations and saved content live in local browser storage.
  • Browser-direct. Prompts go only to the provider you configured. Cordy runs no backend of its own.
  • No telemetry. Cordy collects no usage analytics and reports to no server.
  • Permissions on demand. Reading page content, history, and bookmarks are all optional and requested at first use — not at install time.

The full model is described in Privacy & permissions.

Next steps