What is BrowserOS neo? A second browser, just for your AI agents. Import your logins from Chrome in one click, connect Claude Code, Codex, Cursor, or any MCP agent, and hand off your web tasks. Agents run in parallel in their own tabs. You watch live, or replay any session like a video.
Your AI is smart, but it can't press the buttons. Ask it to book a flight or reply to an email, and it stops at the login screen. BrowserOS neo fixes that.
- Install BrowserOS neo and import from Chrome in one click: logins, bookmarks, extensions.
- It finds your agents. Claude Code, Codex, Cursor, VS Code, Zed, OpenCode, and Antigravity connect with one click. Anything that speaks MCP connects with a URL.
- Give it a task from your agent. "Book me the cheapest flight to London." Watch it live from your new tab, replay it later.
Anything that needs a logged-in browser:
- Book flights and restaurants
- Unsubscribe from junk email
- Find apartments and message landlords
- Reply on X, queue posts, pull engagement numbers
- Update your CRM, file expenses, pull reports from internal tools
| Your new tab shows every agent working right now: which site it's on, what it's doing, how far along. Docs |
|
| One endpoint, every harness. Seven AI tools set up with a single click. Docs |
|
| Every session is saved as a scrubbable video on your disk with a step-by-step action timeline. Rewind and see exactly what happened. Docs |
|
- Your logins. Agents automate your real work using the sessions you already have, not a blank sandbox. How it works
- Parallel agents. Fire off several tasks at once. Each agent works in its own tab while you keep browsing.
- Fewer tokens. Agents get compact page snapshots instead of raw HTML and batch actions in one call. Same automation, smaller bills.
- Local-only. Sessions, screenshots, and history live under
~/.browserclaw/and never leave your machine. Privacy
- Not a headless driver. Playwright and browser-use spin up a fresh Chrome subprocess with no logins. Great for CI, useless for "book my flight" or "read my inbox." BrowserOS neo is the browser your logins already live in.
- Not a cloud browser. Browserbase and Browser Use Cloud run your agent's session on someone else's infrastructure. Your prompts and session tokens pass through their servers. BrowserOS neo runs on your machine, on
127.0.0.1. - Not a locked-in AI browser. Atlas, Comet, and Dia only work with their own AI. BrowserOS neo works with the agents you already use and pay for.
What is BrowserOS? BrowserOS is a free, open-source Chromium fork with an AI agent built into every new tab. Ask it to summarise a page, click through a flow, extract data, or run a scheduled task, and it uses 20+ built-in tools plus 40+ app integrations to get the work done. Bring your own AI keys or run everything locally with Ollama.
Every AI browser today asks you to sign into their cloud and hand over your data. BrowserOS is the one that doesn't. Same daily browser you already use, with a helpful agent one keystroke away.
- Download and install BrowserOS: macOS Β· Windows Β· Linux (AppImage) Β· Linux (Debian).
- Import from Chrome in one click. Bookmarks, passwords, extensions all carry over.
- Connect your AI provider. Claude, OpenAI, Gemini, ChatGPT Pro via OAuth, or local models via Ollama or LM Studio.
| Ask it in plain English. 20+ built-in tools plus 40+ app integrations (Gmail, Slack, GitHub, Linear, Notion, and more). Docs |
|
| Turn BrowserOS into an MCP server and drive it from Claude Code, Cursor, or any MCP client. Docs |
HackerNews.top.3.mp4 |
| Chat about the current page from the side panel. Summarise, ask questions, transform what you're reading. Docs |
use-browserOS-to-chat.mp4 |
| Point the agent at a page, tell it what to pull, and get structured data back. Docs |
use-browserOS-to-extract.mp4 |
- Cowork with files. Combine browser automation with local file operations in one session. Docs
- Scheduled tasks. Run agents on autopilot: daily, hourly, or every few minutes. Docs
- Bring your own AI. 11+ providers, or fully local with Ollama and LM Studio. Provider list
- Real ad blocking. uBlock Origin with full Manifest V2 support. Docs
- Not Chrome with an AI extension. Extensions can't touch the browser chrome, can't run scheduled background tasks, can't ship the 20+ built-in tools that the agent uses natively. BrowserOS builds the agent into Chromium itself.
- Not Comet, Atlas, or Dia. Those AI browsers route your prompts through their cloud with their model. BrowserOS runs on your machine with your AI keys. Your data stays yours.
| BrowserOS | Chrome | Brave | Dia | Comet | Atlas | |
|---|---|---|---|---|---|---|
| Open Source | β | β | β | β | β | β |
| AI Agent | β | β | β | β | β | β |
| MCP Server | β | β | β | β | β | β |
| Cowork (files + browser) | β | β | β | β | β | β |
| Scheduled Tasks | β | β | β | β | β | β |
| Bring Your Own Keys | β | β | β | β | β | β |
| Local Models (Ollama) | β | β | β | β | β | β |
| Local-first Privacy | β | β | β | β | β | β |
| Ad Blocking (MV2) | β | β | β | β | β | β |
Detailed comparisons:
- BrowserOS vs Chrome DevTools MCP: developer-focused comparison for browser automation
- BrowserOS vs Claude Cowork: getting real work done with AI
- BrowserOS vs OpenClaw: everyday AI assistance
What's the difference between BrowserOS neo and BrowserOS? BrowserOS neo is a browser your AI drives. BrowserOS is a browser you drive, with an AI agent built in. Both ship from this repo and run side by side. Keep your daily browser, and let agents work in neo.
Which AI tools work with BrowserOS neo? Any AI that speaks MCP. Claude Code, Codex, Cursor, VS Code, Zed, OpenCode, and Antigravity connect with one click; Claude Desktop connects via a drop-in extension; anything else connects with a URL.
Does my AI share my logins? Yes, and that's the point. Agents drive BrowserOS neo using the sessions you already have, so they automate your real work instead of poking a blank sandbox. Every agent's tabs sit in their own colored tab group so you can always see whose is whose.
Does anything leave my machine?
Your sessions, screenshots, history, and settings live under ~/.browserclaw/ and never upload. BrowserOS neo sends anonymous product-usage events (agent connect/disconnect, version, OS) to help us improve the app; it never sends URLs, page content, prompts, tool results, or screenshots. Off with one toggle in Settings. Full policy.
Do my Chrome extensions and bookmarks work? Yes. Both browsers are Chromium forks, so Chrome extensions work and your bookmarks, passwords, and settings import in one click.
What platforms are supported? BrowserOS neo runs on macOS and Windows. BrowserOS runs on macOS, Windows, and Linux. System requirements match Google Chrome.
Both products ship from this monorepo. Two main subsystems: the browser (Chromium fork) and the agent platform (TypeScript/Go).
BrowserOS/
βββ packages/browseros/ # Chromium fork + build system (Python)
β βββ chromium_patches/ # Patches applied to Chromium source
β βββ build/ # Build CLI and modules
β βββ resources/ # Icons, entitlements, signing
β
βββ packages/browseros-agent/ # Agent platform (Rust/TypeScript/Go)
β βββ apps/
β β βββ claw-server-rust/ # BrowserOS neo backend: MCP endpoint + JSON API (Rust)
β β βββ claw-app/ # BrowserOS neo dashboard extension (WXT + React)
β β βββ claw-onboard/ # BrowserOS neo onboarding flow
β β βββ server/ # BrowserOS MCP server + AI agent loop (Bun)
β β βββ app/ # BrowserOS extension UI (WXT + React)
β β βββ cli/ # CLI tool (Go)
β β
β βββ packages/
β βββ cdp-protocol/ # CDP type bindings
β βββ shared/ # Shared constants
| Package | What it does |
|---|---|
packages/browseros |
Chromium fork: patches, build system, signing |
apps/claw-server-rust |
BrowserOS neo backend: MCP endpoint agents connect to, plus the API behind the dashboard |
apps/claw-app |
BrowserOS neo new-tab dashboard: watch, replay, and manage agent sessions |
apps/server |
Bun server exposing the browser MCP tools and running the BrowserOS AI agent loop |
apps/app |
BrowserOS extension: new tab, side panel chat, onboarding, settings |
apps/cli |
Go CLI: control BrowserOS from the terminal or AI coding agents |
cdp-protocol |
Type-safe Chrome DevTools Protocol bindings |
We'd love your help making BrowserOS and BrowserOS neo better. See the Contributing Guide for details.
- Agent development (TypeScript/Go): see the agent monorepo README for setup.
- Browser development (C++/Python): requires ~100GB disk space. See
packages/browserosfor build instructions.
- ungoogled-chromium: we use some of its patches for enhanced privacy. Thanks to everyone behind this project.
- The Chromium Project: at the core of both browsers, making it possible for them to exist in the first place.
If you use BrowserOS or BrowserOS neo in your research or project, please cite:
@software{browseros2025,
author = {Nithin Sonti and Nikhil Sonti and {BrowserOS-team}},
title = {BrowserOS: The open-source Agentic browser},
url = {https://github.com/browseros-ai/BrowserOS},
year = {2025},
publisher = {GitHub},
license = {AGPL-3.0},
}
BrowserOS and BrowserOS neo are open source under the AGPL-3.0 license.
Copyright Β© 2026 Felafax, Inc.
Thank you to all our supporters.
Team: Nikhil (@nv_sonti), Nithin (@ThatNithin) and Dani (@dani_akash_):
Built with β€οΈ from San Francisco




