For the browser you actually use.
Headless automation is fine for CI. Chrome Relay is for when your agent needs the tab already open on your desktop — SSO, extensions, local dev servers, real profile state.
The extension talks only to a local native host. No cloud account, no telemetry, no remote relay.
Install
Add the extension, then register the local native host.
- Native messaging pinned to the Chrome Relay extension IDs.
- Local HTTP bridge on
127.0.0.1, rejects browser-origin requests. - Only the last few tool summaries are stored — in Chrome local storage.
How it works
-
Extension
Runs in Chrome, acts on tabs only when your local agent asks.
-
Native host
The
chrome-relayCLI registers Chrome native messaging locally. -
Tools
List tabs, navigate, click, fill, send keys, read pages, screenshot.
-
Local only
Traffic moves between Chrome, the host, and your CLI — on-device.