BrowserOS is an open-source agentic browser — an alternative to ChatGPT Atlas, Perplexity Comet, and Dia. Provides AI-powered web browsing with LLM integration supporting Ollama, LM Studio, and other local models. Features autonomous web navigation, content extraction, and intelligent browsing assistance across Windows, macOS, and Linux.
git clone https://github.com/browseros-ai/BrowserOS.git
# Clone and install
git clone https://github.com/browseros-ai/BrowserOS
cd BrowserOS
npm install
# Run with local LLM
npm start -- --model ollama
# Or with remote API
npm start -- --model openai