BrowserOS is an open-source, agentic web browser built on a Chromium base that integrates AI agents directly into the browsing experience. Rather than just doing standard browsing, it places AI intelligence at the core: you can connect your own API keys (for e.g., OpenAI, Anthropic, Google Gemini) or run local models (via e.g., Ollama) so that your browsing data and automation stay on your machine — privacy and control are emphasized throughout. The interface remains familiar to users of Chrome (including support for Chrome extensions), but adds new capabilities: the browser can automate tasks for you, help you research by extracting and summarizing content, and enable agent-based workflows (e.g., “go fetch this info,” “fill this form,” “monitor this site”). The project is community-driven and entirely open source under the AGPL-3.0 license, which means you can inspect, fork, and contribute to the codebase.
Features
- Connect your own AI provider or run a local model so all processing stays on your device
- Use AI agents to automate browsing tasks (form-filling, navigation, data extraction)
- Compatible with existing Chrome extensions and familiar Chromium UI
- Multi-model integration with ready-to-use templates for popular LLM providers
- Built-in tools for summarizing content, screenshot analysis and task automation
- Open source under AGPL-3.0 with community-driven development and full code transparency