Browser Use Web UI lets you run AI agents directly in your browser with a visual interface. Provides a web-based control panel for launching, monitoring, and managing AI browser automation agents. Built with Python, it offers an intuitive GUI for configuring agent tasks, viewing real-time browser actions, and reviewing results. Makes AI-powered web automation accessible without command-line expertise.
git clone https://github.com/browser-use/web-ui.git
# Install and run
git clone https://github.com/browser-use/web-ui
cd web-ui
pip install -r requirements.txt
# Start the web interface
python app.py
# Open http://localhost:7860
# Configure your AI agent and watch it work