Local Setup

Follow these steps to get Browser-Use running locally for development and contributions:

Step 1: Clone the Repository

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

Step 2: Install Dependencies

uv sync --all-extras --dev

or

pip install -U git+https://github.com/browser-use/browser-use.git@main

Step 3: Configure Debugging

echo "BROWSER_USE_LOGGING_LEVEL=debug" >> .env

Next Steps

After setup, explore Development tools, fix issues, or experiment in your local environment. Join our #showcase-your-work channel to share progress!