Usage
Navigate to your project directory:
cd /path/to/your/project
Run Vibe:
vibe
Vibe works from the current directory and uses the project files as context.
View available commands:
vibe --help
Check the installed version:
vibe --version
First Run Setup
On the first run, Vibe will:
1. Create the default configuration file:
~/.vibe/config.toml
2. Ask for your API key if it is not already configured.
3. Save the API key for future use:
~/.vibe/.env
To configure or update your API key, rerun the setup wizard at any time:
vibe --setup
Important Files & Directories
- Vibe executable:
/root/.local/bin/vibe - Vibe ACP executable:
/root/.local/bin/vibe-acp - Environment tools:
/root/.local/bin/env - Vibe configuration:
~/.vibe/config.toml - API key storage:
~/.vibe/.env - Shell configuration:
/root/.bashrc
Notes
- The installation adds
/root/.local/bin/envto/root/.bashrc. - The Vibe executables are installed under
/root/.local/bin. - Available commands:
vibe(coding agent),vibe-acp(ACP integration).