Documentation Index
Fetch the complete documentation index at: https://docs.avibe.bot/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
这篇指南会让你在 macOS 或 Linux 上启动 Vibe Remote,并配置一个聊天平台和一个编码 Agent。
1. 安装 Vibe Remote
curl -fsSL https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.sh | bash
启动它:
浏览器设置向导会自动打开。如果没有自动打开,请使用终端里打印的本地 URL。
2. 安装一个编码 Agent
至少选择一个后端。
OpenCode:
curl -fsSL https://opencode.ai/install | bash
Claude Code:
npm install -g @anthropic-ai/claude-code
Codex:
npm install -g @openai/codex
验证:
opencode --version || true
claude --version || true
codex --version || true
3. 配置设置向导
在向导里选择:
- 聊天平台:Slack、Discord、Telegram、微信或 Lark / 飞书。
- Agent 后端:Claude Code、OpenCode 或 Codex。
- 项目工作目录。
- Vibe Remote 应该响应的 channel 或 chat。
4. 发送冒烟测试消息
在启用的聊天里发送:
Say hello and tell me which project directory you are running in.
然后检查本地状态:
5. 远程打开 Web UI
如果你需要从手机、平板或远端机器访问本地 Web UI:
这会创建一个通往本地 Web UI 的安全 avibe.bot tunnel。它不会把你的代码或 Agent runtime 搬到云端。