Skip to content
shawn pana edited this page May 15, 2026 · 1 revision

Browser Use Box demo

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

Watch the 14-second Browser Use Box demo

Watch the 14-second TikTok demo: https://www.tiktok.com/@browser_use/video/7639824093721758989

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

Public release: https://github.com/browser-use/bux/releases/tag/box-demo-2026-05-14

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