Discover and explore top open-source AI tools and projects—updated daily.
browserwingAI agents controlling browsers via direct command execution
Top 54.4% on SourcePulse
BrowserWing addresses the inefficiency of token-heavy LLM interactions for browser automation by enabling AI agents to directly control browsers via Model Context Protocol (MCP) commands. It targets developers and AI agents seeking faster, more reliable web automation, data extraction, and RPA tasks, offering a token-efficient alternative to traditional LLM-driven browser control.
How It Works
The system comprises a React/Vite frontend, a Go backend API, and a browser recorder/player. It captures user interactions (clicks, inputs, navigations) and converts them into MCP commands. This approach allows AI agents to execute browser actions directly, bypassing slow LLM interpretation loops. The architecture leverages a dedicated MCP server to interface with various LLMs (OpenAI, Claude, etc.) and maintains stable sessions through cookie and storage management, facilitating complex, replayable automation workflows.
Quick Start & Requirements
./browserwing (Linux/macOS) or ./browserwing.exe (Windows) after chmod +x. Alternatively, build from source using make install and make build-embedded (requires Go and pnpm).http://localhost:8080 in a browser.browserwing.com (general website).Highlighted Details
Maintenance & Community
https://discord.gg/BkqcApRj) and Twitter presence (https://x.com/chg80333).Licensing & Compatibility
Limitations & Caveats
The project's disclaimer explicitly prohibits illegal use or violation of site terms, framing its intended use for personal learning and legitimate automation. This suggests potential limitations for applications that might push the boundaries of website Terms of Service.
2 days ago
Inactive
vercel-labs
browserbase