Contribution Guide

We welcome all contributions! Here’s how to get involved:

  1. Clone the repository:
    git clone https://github.com/browser-use/browser-use
  2. Set up your environment:
    uv sync --all-extras --dev

    or

    pip install -U git+https://github.com/browser-use/browser-use.git@main
  3. Enable debug logging for development:
    echo "BROWSER_USE_LOGGING_LEVEL=debug" >> .env
  4. Find issues and contribute:

    Look for good-first-issue tags in GitHub. Submit pull requests and showcase your work in the #showcase-your-work channel. You can also contribute prompts to awesome-browser-use-prompts!

Was this page helpful? Your feedback helps us improve!