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

Windows (x64) is supported. Install via npm — the @kexi/vibe launcher pulls in the @kexi/vibe-win32-x64 binary package for your platform:

Terminal window
npm install -g @kexi/vibe

With the Rust toolchain installed, build the binary from source:

Terminal window
git clone https://github.com/kexi/vibe.git
cd vibe
cargo build --manifest-path rust/Cargo.toml -p vibe --release
# Binary is written to rust/target/release/vibe

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