Getting Started

chrome-use

chrome-use lets any AI agent drive your real, logged-in Chrome — Claude Code, Cursor, Codex, your own scripts. It shares your existing login sessions and is undetectable by anti-bot systems because it is your real browser: CreepJS scores it 0% bot.

bash
# install the CLI — no npm, no tokens
$ curl -fsSL https://raw.githubusercontent.com/leeguooooo/chrome-use/main/install.sh | sh
✅ New here?
Read Install & Setup to connect the browser extension, then walk the Core Loop (snapshot → find → act) — that's 90% of everything you'll do with chrome-use.

Why chrome-use

No fresh Chrome. No re-login. No "are you a robot?" walls. Typical browser automation boots an empty browser with a blank profile — so you redo every login, fight every captcha, and still get flagged as automation. chrome-use points the agent at the Chrome you're already signed into everything on. It clicks in your window, so you watch it work and grab the wheel the moment it hits a 2FA prompt or captcha, then let it continue.


Why not just use…

ℹ️ The receipts
Real-browser fingerprint verified against the toughest public detectors: CreepJS 0% stealth · 0% headless, no Runtime.enable CDP leak (off by default), and a small permission footprint — 7 permissions, no <all_urls>. See Real Chrome & Anti-detection.

Why it doesn't get banned

Many sites actively ban browser automation, and tripping their anti-bot systems takes your account down with it. chrome-use's answer is to treat anti-detection as a first-class capability: it doesn't simulate a human — it is your already-logged-in real browser, so sites read it as 100% human and there's nothing to ban.

Stealth & Anti-detection →


Get started

A few short reads take you from zero to driving your own Chrome:


The *-use family

Same idea across the board: don't build a simulated environment — drive the real, already-logged-in device you're holding.

Apache-2.0 · GitHub · part of the leeguoo.com *-use family.

Originally based on vercel-labs/agent-browser (Apache-2.0), now standalone · Lineage & Upstream · Privacy