Skip to content

Installation

Terminal window
brew install kexi/tap/vibe
Terminal window
# x64
curl -LO https://github.com/kexi/vibe/releases/latest/download/vibe_amd64.deb
sudo apt install ./vibe_amd64.deb
# ARM64
curl -LO https://github.com/kexi/vibe/releases/latest/download/vibe_arm64.deb
sudo apt install ./vibe_arm64.deb
# Uninstall
sudo apt remove vibe
Terminal window
# Download
Invoke-WebRequest -Uri "https://github.com/kexi/vibe/releases/latest/download/vibe-windows-x64.exe" -OutFile "$env:LOCALAPPDATA\vibe.exe"
# Add to PATH (first time only)
$path = [Environment]::GetEnvironmentVariable("Path", "User")
[Environment]::SetEnvironmentVariable("Path", "$path;$env:LOCALAPPDATA", "User")

If you have Deno installed, you can compile from source:

Terminal window
git clone https://github.com/kexi/vibe.git
cd vibe
deno compile --allow-run --allow-read --allow-write --allow-env --output vibe main.ts

After installation, set up your shell to enable vibe’s directory changing functionality.