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-uior
Install via npx
npx @hexmos/ipm i browser-use/web-uiPrerequisites
Python
languageVersion: 3.8.0 or later
pip
package_managerPackage installer for Python.
Docker
system_toolVersion: 1.13.0 or later
Git
knowledgeVersion 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 7788Docker Installation
docker compose up --buildPackage Manager Installation
pip install -r requirements.txtScript Installation
makePost 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.
