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-useStep 2: Install Dependencies
uv sync --all-extras --devor
pip install -U git+https://github.com/browser-use/browser-use.git@mainStep 3: Configure Debugging
echo "BROWSER_USE_LOGGING_LEVEL=debug" >> .envNext Steps
After setup, explore Development tools, fix issues, or experiment in your local environment. Join our #showcase-your-work channel to share progress!