browseros-ai/BrowserOS

โ˜… 13,720โ‘‚ 1,460

๐ŸŒ The open-source Agentic browser; alternative to ChatGPT Atlas, Perplexity Comet, Dia.

About browseros-ai/BrowserOS

browseros-ai/BrowserOS is an open-source project on GitHub, mainly written in TypeScript. ๐ŸŒ The open-source Agentic browser; alternative to ChatGPT Atlas, Perplexity Comet, Dia. It currently holds 13,720 stars and 1,460 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Local & On-Device AI board.

GitHub Repository Details

Repository browseros-ai/BrowserOS ยท default branch - ยท size 0 KB ยท watchers 0 ยท source: GitHub REST API and repository README

README

https://github.com/browseros-ai/BrowserOS/blob/HEAD/BrowserOS neo: the missing browser for your AI agents



https://github.com/browseros-ai/BrowserOS/blob/HEAD/Discord https://github.com/browseros-ai/BrowserOS/blob/HEAD/Slack https://github.com/browseros-ai/BrowserOS/blob/HEAD/X / Twitter https://github.com/browseros-ai/BrowserOS/blob/HEAD/GitHub stars https://github.com/browseros-ai/BrowserOS/blob/HEAD/AGPL-3.0

https://github.com/browseros-ai/BrowserOS/blob/HEAD/BrowserOS neo - The Missing Browser for Claude, Cowork & Codex | Product Hunt https://github.com/browseros-ai/BrowserOS/blob/HEAD/browseros-ai%2FBrowserOS | Trendshift

https://github.com/browseros-ai/BrowserOS/blob/HEAD/Download for macOS https://github.com/browseros-ai/BrowserOS/blob/HEAD/Download for Windows

Website ยท Docs ยท Enterprise

Free ยท Open source ยท Everything runs on your machine

A second browser, just for your AI agents. Import your logins from Chrome in one click, connect Claude Code, Codex, 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.

BrowserOS neo is not a Chrome replacement. It is a secondary browser that sits next to Chrome, made friendly to agents.

Get started

1. Install BrowserOS neo

brew tap browseros-ai/tap
brew install --cask browseros-neo

Prefer a direct download? Grab it for macOS or Windows.

2. Import from Chrome

One click brings over your logins, bookmarks and extensions. Your agents work with your real accounts from the first task.

3. Connect your agent

BrowserOS neo finds Claude Code, Codex, Cursor, VS Code, OpenClaw and Hermes on your machine. Connect any of them with one click.

4. Give it a task

From your agent, not from the browser:

Book me the cheapest flight to London.

Watch it happen live in your new tab, or replay it later.

What can your agents do?

Anything that needs a logged-in browser:

Key features

Live dashboard

Your new tab shows every agent working right now: which site it's on, what it's doing, how far along. Docs
https://github.com/browseros-ai/BrowserOS/blob/HEAD/BrowserOS neo dashboard showing agent sessions and recent activity

One-click connect

Automatically connects to every harness. We built tools optimized for web use! Docs
https://github.com/browseros-ai/BrowserOS/blob/HEAD/BrowserOS neo MCP connect board with one-click install for supported AI tools

Replay every session

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
https://github.com/browseros-ai/BrowserOS/blob/HEAD/BrowserOS neo replay view with video scrubber and action timeline

Why BrowserOS neo over the alternatives?

Also in this repo: BrowserOS

https://github.com/browseros-ai/BrowserOS/blob/HEAD/

BrowserOS, the AI browser for humans

A Chromium fork with an AI agent built into every new tab, for when you are the one browsing. Bring your own AI keys or run everything locally with Ollama.

Read about BrowserOS  ยท  Website  ยท  Docs

FAQ

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, Hermes, OpenClaw and Antigravity connect with one click.

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.

Get help

For developers

Both browsers ship from this monorepo. Two main subsystems: the browser (Chromium fork, C++ and Python) and the agent platform (TypeScript, Rust and Go).

Architecture

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 (TypeScript / Rust / 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 (Vite)
    โ”‚   โ”œโ”€โ”€ server/                  # BrowserOS MCP server + AI agent loop (Bun)
    โ”‚   โ”œโ”€โ”€ app/                     # BrowserOS extension UI (WXT + React)
    โ”‚   โ”œโ”€โ”€ app-onboard/             # BrowserOS onboarding flow (Vite)
    โ”‚   โ””โ”€โ”€ cli/                     # CLI tool (Go)
    โ”‚
    โ”œโ”€โ”€ packages/                    # Shared TypeScript packages
    โ”‚   โ”œโ”€โ”€ acpx-ai-provider/        # AI SDK provider over the acpx ACP runtime
    โ”‚   โ”œโ”€โ”€ agent-mcp-manager/       # Add, link and unlink MCP servers across coding agents
    โ”‚   โ”œโ”€โ”€ browser-core/            # Core browser control primitives
    โ”‚   โ”œโ”€โ”€ browser-mcp/             # Browser MCP tool surface
    โ”‚   โ”œโ”€โ”€ build-server-tools/      # Shared build tooling for server binaries and assets
    โ”‚   โ”œโ”€โ”€ cdp-protocol/            # CDP type bindings
    โ”‚   โ”œโ”€โ”€ claw-api/                # Generated BrowserOS neo wire types
    โ”‚   โ”œโ”€โ”€ claw-api-client/         # Contract-typed BrowserOS neo HTTP client
    โ”‚   โ”œโ”€โ”€ onboarding-video/        # Remotion compositions for the first-run demo
    โ”‚   โ””โ”€โ”€ shared/                  # Shared constants
    โ”‚
    โ””โ”€โ”€ crates/                      # Shared Rust crates
        โ”œโ”€โ”€ browseros-cdp/           # CDP bindings
        โ”œโ”€โ”€ browseros-core/          # Core primitives
        โ”œโ”€โ”€ browseros-mcp/           # MCP server implementation
        โ”œโ”€โ”€ claw-api/                # Wire types, shared with the TypeScript package
        โ””โ”€โ”€ harness-integrations/    # Managed integrations for AI coding harnesses

| 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/claw-onboard | BrowserOS neo first-run onboarding | | 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/app-onboard | BrowserOS first-run onboarding | | apps/cli | Go CLI: control BrowserOS from the terminal or AI coding agents |

Contributing

We'd love your help making BrowserOS neo and BrowserOS better. Start with the Contributing Guide, which routes you to the right path.

Credits

Citation

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},
}

License

BrowserOS neo and BrowserOS are open source under the AGPL-3.0 license.

Copyright © 2026 Felafax, Inc.

Stargazers

Thank you to all our supporters.

Nikhil Nithin Dani
https://github.com/browseros-ai/BrowserOS/blob/HEAD/Follow Nikhil on X https://github.com/browseros-ai/BrowserOS/blob/HEAD/Follow Nithin on X https://github.com/browseros-ai/BrowserOS/blob/HEAD/Follow Dani on X

Built with โค๏ธ from San Francisco

GitHub Stars & Activity

13,720Stars
1,460Forks
0Open issues
TypeScriptLanguage

GitHub Popularity

GitHub stars13,720
Forks1,460
Open issues0
Primary languageTypeScript
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

ChatGPTNextWeb / NextChat

TypeScriptโ˜… 88,790โ‘‚ 59,030
โ†’
2

chatboxai / chatbox

TypeScriptโ˜… 41,812โ‘‚ 4,252
โ†’
3

dyad-sh / dyad

TypeScriptโ˜… 21,587โ‘‚ 2,639
โ†’
4

lidge-jun / opencodex

TypeScriptโ˜… 15,561โ‘‚ 1,180
โ†’
5

getumbrel / llama-gpt

TypeScriptโ˜… 10,937โ‘‚ 704
โ†’
6

miurla / morphic

TypeScriptโ˜… 9,133โ‘‚ 2,348
โ†’
7

n4ze3m / page-assist

TypeScriptโ˜… 8,220โ‘‚ 784
โ†’
8

OpenCoworkAI / open-codesign

TypeScriptโ˜… 7,951โ‘‚ 831
โ†’

More AI Rankings