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.
安装 Vibe Remote
Vibe Remote 运行在你的代码和编码 Agent 所在的机器上。
macOS 和 Linux
curl -fsSL https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.sh | bash
验证安装:
启动服务和设置向导:
Windows
Windows 推荐使用 WSL:
- Windows 负责浏览器和聊天 App。
- WSL 里的 Ubuntu 负责 Vibe Remote、Agent CLI 和代码仓库。
在 WSL 的 Ubuntu 里运行:
curl -fsSL https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.sh | bash
vibe
也可以使用原生 PowerShell 安装,但对 Python、Node、Git 和编码 Agent CLI 来说,WSL 通常更顺:
irm https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.ps1 | iex
安装脚本做什么
安装脚本会:
- 安装
vibe CLI。
- 优先使用 PyPI,必要时回退到 GitHub。
- 如果命令已安装但当前 shell 不可见,会打印 PATH 指引。
- 把聊天平台凭证和 Agent 凭证留给设置向导处理。
重新运行安装脚本:
curl -fsSL https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.sh | bash
只有在不再需要 Vibe Remote 配置时才删除本地状态:
vibe stop
uv tool uninstall vibe-remote
rm -rf ~/.vibe_remote