手机
Mobile
扫码配对、流式对话、权限确认、群组编排。建议先装这个。
QR pairing, streaming chat, permission prompts, groups. Start here.
Download
客户端装在你随身的设备上;Agent Hub 装在跑代码的那台机器上。
Put the app on the device you carry. Put Agent Hub on the machine that runs the code.
iOS、Android、macOS、Windows。当前版本 1.0.19。安装包见 GitHub Releases;更新检查默认走 release.shepaw.com。
iOS, Android, macOS, Windows. Current version 1.0.19. Builds are on GitHub Releases; the app checks release.shepaw.com for updates.
扫码配对、流式对话、权限确认、群组编排。建议先装这个。
QR pairing, streaming chat, permission prompts, groups. Start here.
多窗口、本地 LLM、和手机同一套身份。不替代 Hub —— 编码 Agent 仍跑在有 CLI 的那台机器上。
Multi-window, local LLMs, same identity as the phone. It does not replace Hub — coding agents still run where the CLI is installed.
需要 Node.js ≥ 18.17,以及你选的引擎 CLI(Claude Code、Gemini、Qwen Code、Copilot …)。
Needs Node.js ≥ 18.17 and the engine CLI you pick (Claude Code, Gemini, Qwen Code, Copilot, …).
多项目:Web 仪表盘 + Peer 配对 + 可选 Channel。一条命令开干。
Many projects: web dashboard, Peer pairing, optional Channel. One command to start.
npm install -g shepaw-agent-hub shepaw-hub quickstart
单 Agent 网关。一个项目、一台机器、一张二维码。
Single-agent gateway. One project, one machine, one QR.
npm install -g shepaw-acp-proxy-gateway shepaw-acp-proxy serve --engine claude-code --cwd ~/project --host 0.0.0.0 shepaw-acp-proxy pair
curl -fsSL https://raw.githubusercontent.com/shepaw/agent-bridge/main/scripts/install.sh | bash
只有离开局域网才需要。官方实例或 Docker 自托管均可。
Only needed off LAN. Use the hosted instance or run Docker yourself.
cp .env.example .env docker compose up -d # 健康检查:curl -fsS https://channel.example.com/health