Skip to content
shawn pana edited this page Jun 17, 2026 · 4 revisions

Browser Use Box

Browser Use Box turns any Linux box into a 24/7 Claude Code agent with a persistent Browser Use Cloud browser and Telegram control.

Project: https://github.com/browser-use/bux

Full LLM context: https://browser-use.github.io/bux/llms-full.txt

Playwright-style automation use case: https://github.com/browser-use/bux/blob/main/docs/playwright-automation.md

Install:

curl -fsSL https://raw.githubusercontent.com/browser-use/bux/main/install.sh \
  | sudo BROWSER_USE_API_KEY=bu_xxx bash

Use cases:

  • monitor Gmail and draft replies from Telegram
  • watch a PR until CI is green
  • update logged-in dashboards through a real browser session
  • hand off login, 2FA, CAPTCHA, or consent screens through a live Browser Use URL

Clone this wiki locally