Browser Use Box public demo and install path #181
Replies: 1 comment
-
|
Launch page is live and indexed from the repo now: It keeps the 14-second TikTok demo as the primary action: Useful if you want the short overview before installing or trying the Playwright-style automation workflow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Browser Use Box now has a public demo, release, launch page, and install path for running a 24/7 Claude Code agent on your own Linux box.
Watch the 14-second TikTok demo:
https://www.tiktok.com/@browser_use/video/7639824093721758989
Launch page:
https://browser-use.github.io/bux/
Public release:
https://github.com/browser-use/bux/releases/tag/box-demo-2026-05-14
Wiki demo page:
https://github.com/browser-use/bux/wiki
Playwright-style automation notes:
https://github.com/browser-use/bux/wiki/Playwright-automation
Install:
curl -fsSL https://raw.githubusercontent.com/browser-use/bux/main/install.sh
| sudo BROWSER_USE_API_KEY=bu_xxx bash
Useful workflows:
monitor Gmail and draft replies from Telegram
watch a GitHub PR until CI is green
update logged-in dashboards through a persistent browser session
hand off login, 2FA, CAPTCHA, or consent screens through a live Browser Use URL
If you try it, post the browser task you want the box to handle first.
LLM context:
https://browser-use.github.io/bux/llms-full.txt
Beta Was this translation helpful? Give feedback.
All reactions