Skip to content

Installation

Prerequisites

AlgoKit CLI is also required, but VibeKit will install it for you if needed.

Install

Terminal window
curl -fsSL https://getvibekit.ai/install | sh

This downloads the binary for your platform and installs it to ~/.local/bin/vibekit.

Alpha Versions

To test upcoming features:

Terminal window
curl -fsSL https://getvibekit.ai/install | VIBEKIT_CHANNEL=alpha sh

Or install a specific version:

Terminal window
curl -fsSL https://getvibekit.ai/install | VIBEKIT_VERSION=cli-v0.1.6-alpha.1 sh

Manual Install

Download from GitHub Releases, then:

Terminal window
chmod +x vibekit-<platform>
mv vibekit-<platform> ~/.local/bin/vibekit

PATH Setup

Terminal window
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc