Quick Start
Get Chrome ACP running in just a few minutes.
Prerequisites
- Node.js 18+ (or Bun)
- A supported AI agent (we'll use Claude Code in this guide)
Step 1: Install
Install the proxy server and an ACP agent:
Step 2: Start the Proxy
You should see output like:
Step 3: Open the Web Client
Open http://localhost:9315 in your browser.
That's it! You can now chat with Claude Code through your browser.
Using the Chrome Extension
For full browser control (reading tabs, executing scripts), install the Chrome extension:
- Download
chrome-extension.zipfrom Releases - Unzip the file
- Go to
chrome://extensionsin Chrome - Enable Developer mode (toggle in top right)
- Click Load unpacked and select the unzipped folder
- Click the extension icon → Connect to your running proxy
What's Next?
- Learn about Browser Tools the extension provides
- See all Supported Agents
- Configure Remote Access for mobile devices
