GitDeployHub

browser-use/bux

github.com/browser-use/bux ↗
Unknown stack
3 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_API_KEY secret Browser Use Cloud — free tier at https://cloud.browser-use.com/new-api-key
  • BUX_PROFILE_ID Optional: reuse an existing BU Cloud profile (UUID). Leave empty to start fresh.
  • TG_BOT_TOKEN secret Optional: Telegram bot for texting your agent. Token from @BotFather.
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/browser-use/bux
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/browser-use/bux
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/browser-use/bux
Or deploy to a different host
← Try another repo