๐ The open-source Agentic browser; alternative to ChatGPT Atlas, Perplexity Comet, Dia.
npx skills add https://github.com/browseros-ai/BrowserOS --skill write-docsInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
BrowserOS is an open-source Chromium fork that runs AI agents natively. The privacy-first alternative to ChatGPT Atlas, Perplexity Comet, and Dia.
Use your own API keys or run local models with Ollama. Your data never leaves your machine.
Documentation ยท Discord ยท Slack ยท Twitter ยท Feature Requests
| Feature | Description | Docs |
|---|---|---|
| AI Agent | 53+ browser automation tools โ navigate, click, type, extract data, all with natural language | Guide |
| MCP Server | Control the browser from Claude Code, Gemini CLI, or any MCP client | Setup |
| Workflows | Build repeatable browser automations with a visual graph builder | Docs |
| Cowork | Combine browser automation with local file operations โ research the web, save reports to your folder | Docs |
| Scheduled Tasks | Run agents on autopilot โ daily, hourly, or every few minutes | Docs |
| Memory | Persistent memory across conversations โ your assistant remembers context over time | Docs |
| SOUL.md | Define your AI's personality and instructions in a single markdown file | Docs |
| LLM Hub | Compare Claude, ChatGPT, and Gemini responses side-by-side on any page | Docs |
| 40+ App Integrations | Gmail, Slack, GitHub, Linear, Notion, Figma, Salesforce, and more via MCP | Docs |
| Vertical Tabs | Side-panel tab management โ stay organized even with 100+ tabs open | Docs |
| Ad Blocking | uBlock Origin + Manifest V2 support โ 10x more protection than Chrome | Docs |
| Cloud Sync | Sync browser config and agent history across devices | Docs |
| Skills | Custom instruction sets that shape how your AI assistant behaves | Docs |
| Smart Nudges | Contextual suggestions to connect apps and use features at the right moment | Docs |
claude-codehttps://github.com/user-attachments/assets/c725d6df-1a0d-40eb-a125-ea009bf664dc
https://github.com/user-attachments/assets/726803c5-8e36-420e-8694-c63a2607beca
https://github.com/user-attachments/assets/9f038216-bc24-4555-abf1-af2adcb7ebc0
browseros-cliUse browseros-cli to launch and control BrowserOS from the terminal or from AI coding agents like Claude Code.
macOS / Linux:
curl -fsSL https://cdn.browseros.com/cli/install.sh | bash
Windows:
irm https://cdn.browseros.com/cli/install.ps1 | iex
After install, run browseros-cli init to connect the CLI to your running BrowserOS instance.
BrowserOS works with any LLM. Bring your own keys, use OAuth, or run models locally.
| Provider | Type | Auth |
|---|---|---|
| Kimi K2.5 | Cloud (default) | Built-in |
| ChatGPT Pro/Plus | Cloud | OAuth |
| GitHub Copilot | Cloud | OAuth |
| Qwen Code | Cloud | OAuth |
| Claude (Anthropic) | Cloud | API key |
| GPT-4o / o3 (OpenAI) | Cloud | API key |
| Gemini (Google) | Cloud | API key |
| Azure OpenAI | Cloud | API key |
| AWS Bedrock | Cloud | IAM credentials |
| OpenRouter | Cloud | API key |
| Ollama | Local | Setup |
| LM Studio | Local | Setup |
| BrowserOS | Chrome | Brave | Dia | Comet | Atlas | |
|---|---|---|---|---|---|---|
| Open Source | โ | โ | โ | โ | โ | โ |
| AI Agent | โ | โ | โ | โ | โ | โ |
| MCP Server | โ | โ | โ | โ | โ | โ |
| Visual Workflows | โ | โ | โ | โ | โ | โ |
| Cowork (files + browser) | โ | โ | โ | โ | โ | โ |
| Scheduled Tasks | โ | โ | โ | โ | โ | โ |
| Bring Your Own Keys | โ | โ | โ | โ | โ | โ |
| Local Models (Ollama) | โ | โ | โ | โ | โ | โ |
| Local-first Privacy | โ | โ | โ | โ | โ | โ |
| Ad Blocking (MV2) | โ | โ | โ | โ | โ | โ |
Detailed comparisons:
BrowserOS is a monorepo with 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 (TypeScript/Go)
โ โโโ apps/
โ โ โโโ server/ # MCP server + AI agent loop (Bun)
โ โ โโโ agent/ # Browser extension UI (WXT + React)
โ โ โโโ cli/ # CLI tool (Go)
โ โ โโโ eval/ # Benchmark framework
โ โ โโโ controller-ext/ # Chrome API bridge extension
โ โ
โ โโโ packages/
โ โโโ agent-sdk/ # Node.js SDK (npm: @browseros-ai/agent-sdk)
โ โโโ cdp-protocol/ # CDP type bindings
โ โโโ shared/ # Shared constants
| Package | What it does |
|---|---|
packages/browseros |
Chromium fork โ patches, build system, signing |
apps/server |
Bun server exposing 53+ MCP tools and running the AI agent loop |
apps/agent |
Browser extension โ new tab, side panel chat, onboarding, settings |
apps/cli |
Go CLI โ control BrowserOS from the terminal or AI coding agents |
apps/eval |
Benchmark framework โ WebVoyager, Mind2Web evaluation |
agent-sdk |
Node.js SDK for browser automation with natural language |
cdp-protocol |
Type-safe Chrome DevTools Protocol bindings |
We'd love your help making BrowserOS better! See our Contributing Guide for details.
Agent development (TypeScript/Go) โ see the agent monorepo README for setup instructions.
Browser development (C++/Python) โ requires ~100GB disk space. See packages/browseros for build instructions.
BrowserOS is open source under the AGPL-3.0 license.
Copyright ยฉ 2026 Felafax, Inc.
Thank you to all our supporters!
Built with โค๏ธ from San Francisco