AI-Native Browser
Automation Platform
Self-hosted browser automation with visual workflows, multi-agent orchestration, and resilient execution. Ship automations in hours, not weeks.
$ git clone https://github.com/guytheguytheguy/
computer-and-browser-automation.git
$ cd computer-and-browser-automation
$ npm install && npm run start:server
> Server running on http://localhost:3847
> Dashboard: http://localhost:3847/dashboardEverything You Need to Automate
A complete platform that replaces your patchwork of scripts, cron jobs, and monitoring tools.
Complete Platform
Visual workflow builder with 25+ step types, browser recording, cron scheduling, webhook triggers, monitoring, and data export. One platform replaces 5-8 separate tools.
- Drag-and-drop workflow builder
- Record browser actions to workflows
- Built-in cron + webhook triggers
- Real-time execution logs
Self-Hosted Sovereignty
Every component runs on your machines. MIT licensed, zero data leaves your network, no per-run costs, no vendor lock-in.
- Full source code access
- Zero usage-based pricing
- Air-gap capable deployment
- Complete audit trail
AI-Native Architecture
Multi-agent orchestration with up to 50 concurrent AI agents, MCP tool routing, vision-action loops, and local LLM support via LM Studio.
- Multi-agent ManagerView (50 agents)
- MCP tool router with fallback
- Claude, GPT-4o, Gemini, Ollama
- Autonomous codex loop runners
Resilient Execution
Exponential backoff with jitter, circuit breakers, multi-browser fallback across Chromium/Firefox/WebKit, and DAG-based job orchestration.
- Circuit breaker pattern
- Multi-browser fallback chain
- DAG dependency orchestration
- Browser warmup + metrics
Structured Extraction
Declarative extraction plans with adaptive fallback selectors, JSON-LD parsing, paginated scraping helpers, and polite crawling with per-host backoff.
- Declarative extraction plans
- Adaptive fallback selectors
- Polite crawler with backoff
- JSON/CSV export
Built for Real Workflows
From simple scraping to complex AI agent orchestration, Vibot handles the full spectrum of browser automation.
Web Scraping & Data Extraction
Extract structured data from any website with declarative extraction plans, paginated scraping helpers, and adaptive fallback selectors. Export to JSON/CSV.
$ npx automation-cli crawl https://example.com --extractWorkflow Automation
Automate repetitive browser tasks with a visual builder, 25+ step types, and browser recording. Schedule with cron or trigger via webhooks.
$ npx automation-cli run-workflow login-flow.jsonAI Agent Infrastructure
Build AI-powered browser agents using multi-agent orchestration, MCP tool routing, and autonomous loop runners. Supports cloud and local LLMs.
$ npx openclaw chat "Find flights to Tokyo under $800"Monitoring & Health Checks
Schedule cross-browser synthetic monitoring with cron. Multi-browser fallback, Prometheus metrics, and webhook alerts for failures.
$ npx automation-cli compat https://myapp.comHow Vibot Compares
The most complete self-hosted browser automation platform on the market.
| Feature | Vibot | Browserbase | Skyvern | Browser Use | Playwright MCP |
|---|---|---|---|---|---|
| Deployment | Self-hosted | Cloud | Cloud/Partial | Self-hosted | Library |
| Pricing | Free (MIT) | Per-run | Per-run | Free | Free |
| Visual Workflow Builder | 25+ step types | Director tool | No-code | — | — |
| Browser Recording | |||||
| Cron Scheduling | |||||
| Multi-Agent Orchestration | 50 agents | — | 3 agents | — | — |
| MCP Integration | Native + router | — | — | — | Is MCP server |
| Local LLM Support | |||||
| Desktop App | Electron | — | — | — | — |
| CLI | 15+ commands | — | — | — | — |
| Data Sovereignty |
Get Started in Minutes
Clone, install, run. No API keys required to get started.
# Clone and start
git clone https://github.com/guytheguytheguy/computer-and-browser-automation.git
cd computer-and-browser-automation
npm install
npm run start:server
# Server running on http://localhost:3847Start Automating in Minutes
Free, open-source, self-hosted. No API keys required to get started. MIT licensed for complete freedom.