AGPL-3.0 ยท Agents

BrowserOS

Open-source agentic browser positioned as an alternative to AI-native browsers and browser assistants.

11K stars 1.2K forks AGPL-3.0 license 2026-06-10 verified
bash
$# BrowserOS
$pip install browseros
$npx browseros --help
Open sourceLocal first
Overview

What is BrowserOS?

BrowserOS is an open-source agentic browser project built around the idea that the browser itself can be the AI agent workspace. It is relevant for teams comparing browser agents, browser automation tools, and AI-native browsing environments.

Browser-native agent workspace

BrowserOS frames the browser itself as an agentic environment.

Many user workflows already happen in the browser, so agent capabilities close to the browser surface can reduce integration friction.

Open-source browser alternative

The project is positioned as an open-source alternative to AI-native browsers.

Open implementation makes it easier to inspect privacy, extension behavior, and agent boundaries.

Local AI orientation

The repository topics emphasize local LLM and browser-agent workflows.

Local model support is important for users who do not want every browsing action routed through a hosted agent.
Use cases

What teams use it for

AI browsing experiments

Compare how an agentic browser handles research, page actions, and browsing assistance.

Browser-agent evaluation

Evaluate whether browser-native agents work better than external automation controllers for your workflow.

Privacy-sensitive browsing

Inspect local AI and open-source behavior before adopting an AI browser.

Ecosystem

Tags & capabilities

agentopen sourcebrowserbrowser automationlocal inferenceworkflow orchestrationopen sourcelocal first
Comparison

How it stacks up

When to choose BrowserOS

Compare it with nearby agents by looking at hosting model, integration surface, license, and whether the official docs show the workflow you need.

FAQ

Questions

Is BrowserOS open source?

Yes. The GitHub repository is listed under the AGPL-3.0 license.

How is BrowserOS different from browser automation libraries?

BrowserOS is an agentic browser environment, while browser automation libraries are usually developer tools that control a browser from outside.