Show HN: Drive your already-logged-in Chrome from any AI agent A new open-source tool called chrome-use lets AI agents control a user's already-logged-in Chrome browser without triggering anti-bot detection, solving the problem of re-login and captchas faced by traditional browser automation tools. The tool uses a browser extension and native messaging to drive the real browser, achieving a 0% bot score on CreepJS. English · 简体中文 /leeguooooo/chrome-use/blob/main/README.zh.md chrome-use drives your real, logged-in Chrome from any AI agent — it shares your existing login sessions and is undetectable by anti-bot systems because it is your real browser. Part of the -use family iphone-use https://github.com/leeguooooo drives your real iPhone; chrome-use drives your real Chrome . Originally based on vercel-labs/agent-browser Apache-2.0 ; now a standalone project — the stealth/extension-relay architecture, anti-detection, humanize, multi-agent isolation, and CLI have diverged substantially. 📖 Deep dive: Letting an agent click into cross-origin iframes — how chrome-use solves the hardest part of browser control No fresh Chrome. No re-login. No "are you a robot?" walls. chrome-use points any agent — Claude Code, Cursor, Codex, your own scripts — 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. And because it's literally your real browser over a one-click extension, native messaging — no debug port , sites read it as 100% human: CreepJS scores it 0% bot anti-detection . Why not just use… Playwright / Puppeteer / browser-use? They boot an empty browser — so you redo every login, fight every captcha, and still get flagged as automation. We use the session you already have. Claude's Chrome extension? Great, but it only drives Claude. This drives any agent or CLI. A raw web-access, etc. ? Chrome 136+ pops --remote-debugging-port "Allow remote debugging?" on every connect. This never does — one-click Store extension, native messaging. Full feature comparison the receipts | |---| chrome-use any agent / CLI not one app real, logged-in Chrome No "Allow remote debugging?" popup verified 0% No rebrowser ² Runtime.enable CDP leak off by default one real Chrome, isolated tab groups³