Logo
Deploy Now

Stars

16,291

Forks

2,723

Watchers

123

Developer links

Browser Use WebUI

Browser Use Web UI lets you describe a web task in plain English and watch as an AI agent autonomously navigates pages, clicks buttons, fills forms, and extracts information without writing any automation code. Backed by over 16,000 GitHub stars, the Gradio-based interface supports 14+ LLM providers through a unified abstraction layer: OpenAI GPT, Anthropic Claude, Google Gemini, Azure OpenAI, DeepSeek, and local Ollama models are all configurable via dropdown menus without touching code or environment files. The BrowserUseAgent handles interactive single-task automation with step-by-step LLM decision-making and vision-based page understanding, while the DeepResearchAgent orchestrates multi-step research workflows using Langgraph state machines that spawn parallel browser instances with asyncio concurrency control. Custom browser support connects your existing Chrome profile to preserve logins, cookies, and sessions across agent runs, eliminating re-authentication overhead. Persistent browser sessions maintain complete interaction history between tasks for debugging and demonstration. The Docker deployment bundles Chrome, Playwright, and a VNC server in a single container, exposing the Gradio interface on port 7788 and a noVNC viewer on port 6080 for real-time observation of agent behavior. MCP integration via MultiServerMCPClient enables external tool access. Screen recording captures agent workflows as video for review and documentation. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. MIT licensed.

Browser Use WebUI

Benefits

  • Natural Language Browser Automation
  • Describe tasks in plain English and watch AI agents autonomously navigate websites, fill forms, click buttons, and extract data using Playwright-powered browser control with LLM decision-making.
  • 14+ LLM Providers Supported
  • Switch between OpenAI, Anthropic, Google Gemini, Azure OpenAI, DeepSeek, and local Ollama models via dropdown menus, enabling cost optimization, A/B testing, and data sovereignty without code changes.
  • Autonomous Deep Research Workflows
  • The DeepResearchAgent uses Langgraph state machines to plan research queries, spawn parallel browser tasks with asyncio concurrency control, and synthesize findings into comprehensive reports.
  • Docker Deployment with VNC Monitoring
  • Single-container deployment bundles Chrome, Playwright, and a VNC server, exposing the Gradio UI on port 7788 and a noVNC viewer on port 6080 for real-time agent observation.

Features

  • Custom Browser Profiles
  • Connect your existing Chrome profile to preserve logins, cookies, and sessions across agent runs, eliminating re-authentication for sites requiring credentials.
  • Persistent Browser Sessions
  • Keep browser windows open between AI tasks to maintain complete interaction history, enabling multi-step workflows and debugging across sequential operations.
  • MCP Tool Integration
  • MultiServerMCPClient connects external tools and services via Model Context Protocol, extending agent capabilities beyond browser automation to API calls and data processing.
  • Screen Recording
  • Capture complete agent workflows as video recordings for review, documentation, and demonstration of automated browser interactions.
  • Gradio Web Interface
  • Tabbed Gradio UI with agent configuration, task input, real-time chat history, browser traces, and settings management accessible from any web browser.