GitDeployHub

abidlabs/browser-use

github.com/abidlabs/browser-use ↗
Python
4 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OPENAI_API_KEY secret
  • ANTHROPIC_API_KEY secret
  • ANONYMIZED_TELEMETRY Set to false to disable anonymized telemetry
  • BROWSER_USE_LOGGING_LEVEL LogLevel: Set to debug to enable verbose logging, set to result to get results only. Available: result | debug | info
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/abidlabs/browser-use
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abidlabs/browser-use
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abidlabs/browser-use
Or deploy to a different host
← Try another repo