GitDeployHub

aestheticsuraj234/browser-use

github.com/aestheticsuraj234/browser-use ↗
Python
5 environment variables found in .env.example

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

  • BROWSER_USE_LOGGING_LEVEL Logging Configuration Set the logging level (debug, info, warning, error)
  • BROWSER_USE_DEBUG_LOG_FILE Log file paths (optional) Save debug level logs to this file
  • BROWSER_USE_INFO_LOG_FILE Save info level logs to this file
  • CDP_LOGGING_LEVEL CDP (Chrome DevTools Protocol) logging level
  • ANONYMIZED_TELEMETRY Telemetry and Analytics Enable/disable anonymous telemetry
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aestheticsuraj234/browser-use
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aestheticsuraj234/browser-use
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aestheticsuraj234/browser-use
Or deploy to a different host
← Try another repo