Getting Started

Getting Started

Get up and running with Browser Operator in 5 minutes.

Browser Operator Demo

System Requirements

macOS

  • macOS 10.15 or later
  • 8GB RAM minimum (16GB recommended)
  • 2GB free disk space
  • Internet connection for cloud AI model access

Windows

  • Windows 10 (64-bit) or later
  • 8GB RAM minimum (16GB recommended)
  • 2GB free disk space
  • Internet connection for cloud AI model access

Installation

Step 1: Download Browser Operator

macOS Installation

  1. Visit the GitHub Releases page
  2. Download the latest .dmg file for macOS
  3. Open the downloaded file and drag Browser Operator to your Applications folder

Windows Installation

  1. Visit the GitHub Releases page
  2. Download the latest .exe installer for Windows
  3. Run the installer and follow the setup wizard
  4. Browser Operator will be installed in C:\Program Files\Browser Operator

Step 2: First Launch

macOS First Launch

  1. Open Browser Operator from Applications
  2. If you see a security warning, go to System Preferences → Security & Privacy and click “Open Anyway”
  3. Browser Operator will launch with the familiar Chromium interface

Windows First Launch

  1. Open Browser Operator from the Start Menu or Desktop shortcut
  2. If Windows SmartScreen appears, click “More info” then “Run anyway”
  3. Browser Operator will launch with the familiar Chromium interface

Step 3: Open AI Chat

Click the AI Chat button on the top right of the browser window.

Configure Your AI Provider

Choose your preferred AI provider to power Browser Operator:

ProviderBest ForSetup TimeFree Trial
OpenRouterMultiple models, easy start30 seconds✅ $1 credit
GroqUltra-fast responses1 minute✅ Generous free
OpenAIGPT-5 direct access2 minutes❌ Paid only
LiteLLMLocal/private models5-10 minutes✅ Free local

OpenRouter (Recommended for Beginners)

Access 400+ AI models including Claude, GPT-5, Gemini, and Llama through one provider.

Quick Setup:

  1. Open Browser Operator and click AI Chat
  2. Click Settings (⚙️) → Select “OpenRouter”
  3. Click “Sign in with OpenRouter”
  4. Authorize in browser
  5. Start with $1 free credit!

Available Models:

  • Claude 3.5 Sonnet
  • GPT-5, GPT-5-mini, GPT-5-nano
  • Gemini 2.5 Pro & Flash
  • Llama 4 Scout & Maverick (Free!)
  • And 400+ more

📖 Full OpenRouter Setup Guide →

Groq (Recommended for Speed)

Ultra-fast AI inference with LPU hardware - up to 10x faster than GPUs.

Quick Setup:

  1. Get free API key at Groq Console
  2. Open Browser Operator → AI ChatSettings
  3. Select “Groq” as provider
  4. Paste your API key
  5. Click “Fetch Models” and select a model

Available Models:

  • Llama 4 Scout & Maverick
  • Llama 3.3 70B (394 TPS)
  • Qwen3 32B (662 TPS)
  • GPT OSS 20B (1,000 TPS!)

Free Tier: 14,400 requests/day, no credit card

📖 Full Groq Setup Guide →

OpenAI

Direct access to GPT-5 and GPT-4.1 models from OpenAI.

Quick Setup:

  1. Get API key at OpenAI
  2. Open Browser Operator → AI ChatSettings
  3. Select “OpenAI” as provider
  4. Paste your API key
  5. Select model (recommended: gpt-5-mini)
  6. Click “Save”

Available Models:

  • GPT-5 Series: gpt-5, gpt-5-mini, gpt-5-nano
  • GPT-4.1 Series: gpt-4.1, gpt-4.1-mini, gpt-4.1-nano

📖 Full OpenAI Setup Guide →

LiteLLM (For Advanced Users)

Run local models on your hardware or connect to self-hosted deployments.

Quick Setup:

1
2
3
4
5
6
7
8
9
# Install LiteLLM
pip install litellm

# Install and run Ollama
ollama serve
ollama pull llama3.1

# Start LiteLLM proxy
litellm --model ollama/llama3.1

In Browser Operator:

  1. Open AI ChatSettings
  2. Select “LiteLLM Provider”
  3. Enter proxy URL: http://localhost:4000
  4. Click “Fetch Models” and select model
  5. Click “Save”

Benefits:

  • Fully private and local
  • No API costs
  • Custom fine-tuned models
  • Offline capability

📖 Full LiteLLM Setup Guide →

Your First Agent Conversation

Try these examples to see Browser Operator in action:

Search Agent

What are the current prices for MacBook Air M2?

Research Agent

  1. Select the Research Agent button in the chat window
  2. Type:
A biotech startup is developing CRISPR-based gene therapy for mitochondrial disorders, they need a high-impact white paper within 14 days to secure Series B funding and FDA fast-track designation. Please accelerate research synthesis, drafting, and compliance checks.

What’s Next?

Quick Tips

  • 🎯 Be specific - “Find flights NYC to London in March” works better than “find flights”
  • 🔄 Iterate - Continue conversations to refine results
  • 👀 Watch it work - See the browser automate tasks in real-time

Ready to explore? Start chatting with your AI assistant!