MCPcopy
hub / github.com/browser-use/web-ui

github.com/browser-use/web-ui @v3.0.0 sqlite

repository ↗ · DeepWiki ↗ · release v3.0.0 ↗
127 symbols 726 edges 28 files 62 documented · 49%
README

Browser Use Web UI

GitHub stars Discord Documentation WarmShao

This project builds upon the foundation of the browser-use, which is designed to make websites accessible for AI agents.

We would like to officially thank WarmShao for his contribution to this project.

WebUI: is built on Gradio and supports most of browser-use functionalities. This UI is designed to be user-friendly and enables easy interaction with the browser agent.

Expanded LLM Support: We've integrated support for various Large Language Models (LLMs), including: Google, OpenAI, Azure OpenAI, Anthropic, DeepSeek, Ollama etc. And we plan to add support for even more models in the future.

Custom Browser Support: You can use your own browser with our tool, eliminating the need to re-login to sites or deal with other authentication challenges. This feature also supports high-definition screen recording.

Persistent Browser Sessions: You can choose to keep the browser window open between AI tasks, allowing you to see the complete history and state of AI interactions.

Your browser does not support playing this video!

Installation Guide

Option 1: Local Installation

Read the quickstart guide or follow the steps below to get started.

Step 1: Clone the Repository

git clone https://github.com/browser-use/web-ui.git
cd web-ui

Step 2: Set Up Python Environment

We recommend using uv for managing the Python environment.

Using uv (recommended):

uv venv --python 3.11

Activate the virtual environment: - Windows (Command Prompt):

.venv\Scripts\activate
  • Windows (PowerShell):
.\.venv\Scripts\Activate.ps1
  • macOS/Linux:
source .venv/bin/activate

Step 3: Install Dependencies

Install Python packages:

uv pip install -r requirements.txt

Install Browsers in playwright.

playwright install --with-deps

Or you can install specific browsers by running:

playwright install chromium --with-deps

Step 4: Configure Environment

  1. Create a copy of the example environment file:
  2. Windows (Command Prompt):
copy .env.example .env
  • macOS/Linux/Windows (PowerShell):
cp .env.example .env
  1. Open .env in your preferred text editor and add your API keys and other settings

Step 5: Enjoy the web-ui

  1. Run the WebUI: bash python webui.py --ip 127.0.0.1 --port 7788
  2. Access the WebUI: Open your web browser and navigate to http://127.0.0.1:7788.
  3. Using Your Own Browser(Optional):
    • Set BROWSER_PATH to the executable path of your browser and BROWSER_USER_DATA to the user data directory of your browser. Leave BROWSER_USER_DATA empty if you want to use local user data.
    • Windows env BROWSER_PATH="C:\Program Files\Google\Chrome\Application\chrome.exe" BROWSER_USER_DATA="C:\Users\YourUsername\AppData\Local\Google\Chrome\User Data" > Note: Replace YourUsername with your actual Windows username for Windows systems.
    • Mac env BROWSER_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" BROWSER_USER_DATA="/Users/YourUsername/Library/Application Support/Google/Chrome"
    • Close all Chrome windows
    • Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.
    • Check the "Use Own Browser" option within the Browser Settings.

Option 2: Docker Installation

Prerequisites

Step 1: Clone the Repository

git clone https://github.com/browser-use/web-ui.git
cd web-ui

Step 2: Configure Environment

  1. Create a copy of the example environment file:
  2. Windows (Command Prompt):
copy .env.example .env
  • macOS/Linux/Windows (PowerShell):
cp .env.example .env
  1. Open .env in your preferred text editor and add your API keys and other settings

Step 3: Docker Build and Run

docker compose up --build

For ARM64 systems (e.g., Apple Silicon Macs), please run follow command:

TARGETPLATFORM=linux/arm64 docker compose up --build

Step 4: Enjoy the web-ui and vnc

  • Web-UI: Open http://localhost:7788 in your browser
  • VNC Viewer (for watching browser interactions): Open http://localhost:6080/vnc.html
  • Default VNC password: "youvncpassword"
  • Can be changed by setting VNC_PASSWORD in your .env file

Changelog

  • [x] 2025/01/26: Thanks to @vvincent1234. Now browser-use-webui can combine with DeepSeek-r1 to engage in deep thinking!
  • [x] 2025/01/10: Thanks to @casistack. Now we have Docker Setup option and also Support keep browser open between tasks.Video tutorial demo.
  • [x] 2025/01/06: Thanks to @richard-devbot. A New and Well-Designed WebUI is released. Video tutorial demo.

Core symbols most depended-on inside this repo

get_component_by_id
called by 48
src/webui/webui_manager.py
get_setting
called by 20
src/webui/components/browser_use_agent_tab.py
close
called by 14
src/agent/deep_research/deep_research_agent.py
get_browser_setting
called by 14
src/webui/components/browser_use_agent_tab.py
get_setting
called by 12
src/webui/components/deep_research_agent_tab.py
get_components
called by 8
src/webui/webui_manager.py
ainvoke
called by 7
src/utils/llm_provider.py
run
called by 7
src/agent/browser_use/browser_use_agent.py

Shape

Function 79
Method 35
Class 13

Languages

Python100%

Modules by API surface

src/agent/deep_research/deep_research_agent.py25 symbols
src/webui/components/browser_use_agent_tab.py21 symbols
tests/test_llm_api.py15 symbols
src/webui/webui_manager.py10 symbols
src/webui/components/deep_research_agent_tab.py10 symbols
src/controller/custom_controller.py9 symbols
src/utils/llm_provider.py8 symbols
src/webui/components/agent_settings_tab.py4 symbols
tests/test_agents.py3 symbols
src/webui/components/browser_settings_tab.py3 symbols
src/utils/mcp_client.py3 symbols
src/browser/custom_browser.py3 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

MainContentExtractor0.0.4 · 1×
browser-use0.1.48 · 1×
gradio5.27.0 · 1×
langchain-ibm0.3.10 · 1×
langchain-mistralai0.2.4 · 1×
langchain_mcp_adapters0.0.9 · 1×
langgraph0.3.34 · 1×
pyperclip1.9.0 · 1×

For agents

$ claude mcp add web-ui \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact