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
This guide gets Vibe Remote running on macOS or Linux with one chat platform and one coding agent.
1. Install Vibe Remote
curl -fsSL https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.sh | bash
Start it:
The browser setup wizard opens automatically. If it does not, use the local URL printed in the terminal.
2. Install a coding agent
Choose at least one backend.
OpenCode:
curl -fsSL https://opencode.ai/install | bash
Claude Code:
npm install -g @anthropic-ai/claude-code
Codex:
npm install -g @openai/codex
Verify:
opencode --version || true
claude --version || true
codex --version || true
In the wizard, choose:
- A chat platform: Slack, Discord, Telegram, WeChat, or Lark / Feishu.
- An agent backend: Claude Code, OpenCode, or Codex.
- A project working directory.
- The channels or chats where Vibe Remote should respond.
4. Send a smoke-test message
In the enabled chat, send:
Say hello and tell me which project directory you are running in.
Then check local status:
5. Open the Web UI remotely
If you need to access the local Web UI from a phone, tablet, or remote machine:
This creates a secure avibe.bot tunnel to your local Web UI. It does not move your code or agent runtime into the cloud.