Installation
This guide covers detailed installation options for Chrome ACP.
Installing the Proxy Server
Using npm (recommended)
Using Bun
Using pnpm
Installing an ACP Agent
You need an ACP-compatible agent to use Chrome ACP. Here are installation instructions for popular agents:
Claude Code
Codex CLI (OpenAI)
OpenCode
Gemini CLI
Qwen Code
Augment Code
Installing the Chrome Extension
The Chrome extension enables browser tools (reading tabs, executing scripts).
From Releases (recommended)
- Download
chrome-extension.zipfrom Releases - Unzip the file
- Open
chrome://extensionsin Chrome - Enable Developer mode (toggle in top right)
- Click Load unpacked
- Select the unzipped folder
Building from Source
Verifying Installation
Run the proxy server to verify everything is installed correctly:
You should see the available CLI options.
Next Steps
- Follow the Quick Start guide
- Learn about CLI Options
