browser-use/bux

GitHub: browser-use/bux

Bux是一个基于Playwright风格的浏览器自动化工具,提供24/7的自动化操作和跨设备支持。

Stars: 374 | Forks: 45

# 浏览器使用框 ♞ Browser Use Box hero ## 您的24/7 Claude代码代理,拥有真实浏览器,适用于您拥有的任何设备。 租用任何$5 VPS(Hetzner、DigitalOcean、Mac mini、Raspberry Pi——任何运行Ubuntu的设备),指向一个安装脚本,然后从任何地方发送文本消息给您的代理。 ``` $ curl -fsSL https://raw.githubusercontent.com/browser-use/bux/main/install.sh \ | sudo BROWSER_USE_API_KEY=bu_xxx bash ``` 从空白VPS到通过Telegram发送*"嘿Claude,检查我的电子邮件并总结未读邮件"*只需三分钟。 [在TikTok上观看14秒的浏览器使用框演示](https://www.tiktok.com/@browser_use/video/7639824093721758989). 更多启动链接: - [公共演示发布](https://github.com/browser-use/bux/releases/tag/box-demo-2026-05-14) - [固定公告讨论](https://github.com/browser-use/bux/discussions/181) - [浏览器使用框wiki](https://github.com/browser-use/bux/wiki) - [启动页面](https://browser-use.github.io/bux/) - [针对Telegram重用团队的托管试点](https://browser-use.github.io/bux/pilot.html) - [托管试点操作手册](https://browser-use.github.io/bux/managed-pilot-playbook.html) - [托管试点演示脚本](https://browser-use.github.io/bux/managed-pilot-demo.html) - [托管Telegram AI操作员](https://browser-use.github.io/bux/telegram-ai-operator.html) - [为机构提供的Telegram AI操作员](https://browser-use.github.io/bux/telegram-ai-operator-agencies.html) - [n8n Telegram AI操作员](https://browser-use.github.io/bux/n8n-telegram-ai-operator.html) - [为加密和金融科技团队提供的Telegram AI操作员](https://browser-use.github.io/bux/telegram-operator-crypto.html) - [针对AI自动化机构的托管试点](https://browser-use.github.io/bux/managed-pilot-partners.html) - [托管试点证明报告演示](https://browser-use.github.io/bux/managed-pilot-proof-report.html) - [托管试点条款](https://browser-use.github.io/bux/managed-pilot-terms.html) ## 设置提示 粘贴到Claude代码(在您的笔记本电脑上),它将为您设置VPS: ``` Set up https://github.com/browser-use/bux on my remote box. SSH into it (I'll paste the host below), run install.sh with my BROWSER_USE_API_KEY, and optionally wire up a Telegram bot if I give you a token from @BotFather. Read install.md first. After the install completes, verify the services are running (systemctl is-active bux-browser-keeper bux-ttyd), then become the `bux` user and run `claude /login` so I can complete the OAuth flow. Once logged in, test the setup by asking claude to visit https://browser-use.com and report the page title. ``` ## 您将获得 - **Claude代码**已登录并始终在线 - 通过[browser-harness](https://github.com/browser-use/browser-harness)的**Chromium**会话——cookies持久化,登录保持 - 一个**Telegram**机器人,您可以发送文本消息给您的代理——将`TG_BOT_TOKEN=xxx`传递给安装程序以启用 - 绑定到localhost的**web终端**,当SSH太多时使用 - 当Claude遇到登录墙/2FA/验证码时,它会向您提供一个**实时视图URL**并等待——没有凭据填充,没有脆弱的解决方案 ## 要求 - **一个盒子**——Ubuntu 22.04+,≥2GB RAM。每月$5的VPS即可。 - **[浏览器使用云API密钥](https://cloud.browser-use.com/new-api-key)**——免费层:3个并发浏览器,代理,验证码解决。 - 一个Anthropic API密钥或Claude Max订阅(Claude在第一次`/login`时询问)。 - *(可选)* 从[@BotFather](https://t.me/BotFather)获取一个Telegram机器人令牌。 ## 工作原理 ``` telegram ──► telegram_bot.py ─┐ ├──► claude -p ──► browser-harness ──► BU Cloud browser ──► ttyd ────────────┘ │ (cdp over wss) ▼ /home/bux (persistent state) ``` 在systemd下运行三个小型服务。代理状态存储在`/home/bux`中,因此重启会保留您的cookies、技能和聊天历史。 ## 文档 - [install.md](install.md)——完整的安装指南和故障排除 - [agent/CLAUDE.md](agent/CLAUDE.md)——Claude在每次会话中加载的上下文。编辑它以自定义行为(工作目录布局、技能策略、允许的工具),然后重新运行`install.sh`——它是幂等的,下一个Claude回合会获取更改。 ## 托管服务 如果您不想运行自己的VPS:[cloud.browser-use.com](https://cloud.browser-use.com)在约60秒内为您提供一个盒子——相同的软件,零设置,一个命令`bux up`通过Claude代码技能。 对于已经在Telegram中运行销售、支持、合作伙伴入职或运营的团队,还有一个每月$1,000的托管试点:一个范围有限的私有操作员工作流程,在7天内启动,有人交接和每周调整。 试点范围、交接格式和示例操作员规则在[托管试点操作手册](https://browser-use.github.io/bux/managed-pilot-playbook.html). [演示脚本](https://browser-use.github.io/bux/managed-pilot-demo.html)显示了第一个工作流程:将Telegram线索分类为干净的人交接。 [托管Telegram AI操作员页面](https://browser-use.github.io/bux/telegram-ai-operator.html)是针对线索资格、支持分类和合作伙伴入职用例的焦点入口点。 [Telegram AI操作员为机构页面](https://browser-use.github.io/bux/telegram-ai-operator-agencies.html)为AI自动化机构提供了一个针对一个Telegram重用客户工作流程的托管实施路径。 [n8n Telegram AI操作员页面](https://browser-use.github.io/bux/n8n-telegram-ai-operator.html)为n8n构建者提供了一个托管Telegram优先的操作员,它干净地交接到现有工作流程和人工审批。 [Telegram AI操作员为加密和金融科技团队页面](https://browser-use.github.io/bux/telegram-operator-crypto.html)为通过手动分类Telegram请求的合作伙伴、支持、生态系统和运营团队打包了相同的托管试点。 [合作伙伴试点页面](https://browser-use.github.io/bux/managed-pilot-partners.html)将每月$1,000的工作流程打包为AI自动化机构具有Telegram重用客户的交付层。 [证明报告演示](https://browser-use.github.io/bux/managed-pilot-proof-report.html)显示了每周的成果,这使得保留金容易续费:处理过的线程、干净的交接、完成的检查、阻塞点、调整和估计节省的时间。 [托管试点条款](https://browser-use.github.io/bux/managed-pilot-terms.html)总结了每月$1,000的范围、第一周的可交付成果和验收标准。 试点咨询可以从[Telegram](https://t.me/Magnus_Mueller)或通过[托管试点问题表单](https://github.com/browser-use/bux/issues/new?template=managed-pilot.yml)开始。 ## 贡献 欢迎PR——错误修复、文档调整和新功能都受到赞赏。如果您计划进行更大的更改,请先打开一个问题。 ## 许可证 MIT。请参阅[LICENSE](LICENSE).
标签:日志审计, 请求拦截, 逆向工具