.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
brew install flyctl && fly launch --from https://github.com/aestheticsuraj234/browser-use
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aestheticsuraj234/browser-use
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aestheticsuraj234/browser-use