Installation
Prerequisites
- macOS or Linux (x64 or ARM)
- Docker — for LocalNet and Vault
- Claude Code or OpenCode — your AI coding tool
AlgoKit CLI is also required, but VibeKit will install it for you if needed.
Install
curl -fsSL https://getvibekit.ai/install | shThis downloads the binary for your platform and installs it to ~/.local/bin/vibekit.
Manual Install
Download from GitHub Releases, then:
chmod +x vibekit-<platform>mv vibekit-<platform> ~/.local/bin/vibekitPATH Setup
If ~/.local/bin isn’t in your PATH:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrcecho 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrcfish_add_path ~/.local/bin