logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install browser-use/web-ui. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

browser-use/web-ui Installation Guide

How to install browser-use/web-ui. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for browser-use/web-ui. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i browser-use/web-ui
or

Install via npx

npx @hexmos/ipm i browser-use/web-ui

Prerequisites

Python

language

Version: 3.8.0 or later

pip

package_manager

Package installer for Python.

Docker

system_tool

Version: 1.13.0 or later

Git

knowledge

Version control system for managing code.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Local Installation

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

cd web-ui

uv venv --python 3.11

pip install -r requirements.txt

playwright install --with-deps

uv pip install -r requirements.txt

python webui.py --ip 127.0.0.1 --port 7788

Docker Installation

docker compose up --build

Package Manager Installation

pip install -r requirements.txt

Script Installation

make

Post Installation Steps

  • Open the web-ui in your browser: http://127.0.0.1:7788
  • You can also use your own browser, set `BROWSER_PATH` to the executable path of your browser and `BROWSER_USER_DATA` to the user data directory of your browser.