Consumer Agents, Not Crawlers
Before we sort through this, one distinction up front: this is about consumer-facing agents acting on behalf of real users. Not developer automation tools (Browser Use, Skyvern, Browserbase), and not classic crawlers (GPTBot, ClaudeBot). These are the agents that will show up in your checkout tomorrow.
Still Early, But Not Small
Agentic browsing is at a very early stage, but the pace is notable. The strongest public data point comes from Claude for Chrome: according to the Chrome Web Store, the extension grew from around 40,000 installs in December 2025 to over 10 million by June 2026, passing the 1 million mark as early as February. Little else can be pinned down precisely, since the other products either run as ordinary Chrome (Atlas, Comet) or are built directly into the browser (Gemini in Chrome, Edge Copilot) and therefore have no install count of their own.
~40,000 → 10,000,000+ — from December 2025 to June 2026, the only agentic-browsing product in this landscape with a public, trackable adoption curve. It crossed 1 million installs in February 2026 alone.
Three Architectures
Most of these agents run inside a real browser belonging to a real person, using that person's login and IP — only the cloud variant sits elsewhere.
Standalone AI browsers — the agent is itself a browser
- ChatGPT Atlas (OpenAI): Chromium-based, as of June 2026 still macOS-only. The browser itself is free, but agent mode requires a paid ChatGPT subscription (Plus or above).
- Perplexity Comet: free since October 2025 and available across platforms (Windows, Mac, Android, iOS).
- Dia (The Browser Company, now part of Atlassian): macOS, cross-tab research.
- Opera Neon: desktop, agentic mode in the paid tier.
Agent inside an existing browser — no browser of its own
- Claude for Chrome (Anthropic): an add-on extension for paying users — the only one of these products with a public install figure (~10 million, see above).
- Gemini in Chrome "auto browse" (Google): built into Chrome by default, not an extension. Available for Google One Pro/Ultra, initially US desktop only, expanding to Android from late June 2026.
- Edge Copilot Mode (Microsoft): also built directly into Edge. Edge itself is small, at around 5% market share.
Cloud / sandbox agents — the agent controls a remote browser
- ChatGPT Agent (the original one, predating Atlas): a virtual browser running on OpenAI's servers.
Google's counterpart, Project Mariner, was discontinued in May 2026 and folded into Gemini Agent and "auto browse."
Chrome Is Building AI In Itself
Chrome isn't just a stage for this — it's an actor in its own right, on two levels. On top sits the "auto browse" agent, which handles multi-step tasks. Underneath sits a local model: via the Prompt API, Google's Gemini Nano runs directly in the browser, on-device, with no cloud involved.
That "local" piece is the real point of difference from every cloud-based agent here. In practice, though, Nano is small and tightly scoped — good for summarizing or classifying, not for buying something on your behalf. What matters is the direction: the biggest browser is building AI into its standard feature set rather than shipping it as an add-on product.
Detectable? Barely
You can't reliably detect the agents running inside a real browser. Atlas, Comet, and the extensions all send the same Chrome user agent and the same residential IP as a human — the extension even runs right inside the user's logged-in session. Standard analytics sees nothing distinct here.
✕Hard to detect
- Same Chrome user agent as a human visitor
- Same residential IP as the logged-in user
- Runs inside the user's own authenticated session
- Invisible to standard analytics tools
✓Easier to spot
- Cloud agents originate from data-center IPs
- Some cloud agents send their own distinct user agent
- Coming: Web Bot Auth (external verification)
- Coming: WebMCP (internal, site-side signals)
Until cleaner signals arrive, behavioral analysis of your own logs is all you have.
Agentic Browsers Are on the Rise
This has mainly been an overview, and the direction is clear: agentic browsers are increasing, from free-standing apps to assistants built in from the factory. Which of them ends up sending the most traffic remains an open question — most likely whatever sits directly inside the browser holding around 65% market share.
The trend line is unambiguous
Adoption is moving from free-standing apps toward AI built into the browser by default — and Claude for Chrome's growth curve is the clearest public evidence of that pace.
Chrome is the default favorite
With roughly 65% market share, whatever Chrome ships natively is best positioned to send the most agentic traffic, simply by default distribution.
You don't need to pick a winner yet
It's enough to take the topic seriously now and keep an eye on how usable your site is for these agents, rather than betting on one product.
For the practical details on making a site legible to these agents, see the deeper pieces on browser UX and WebMCP.