Skip to content

Welcome to vibe

Manage Git Worktrees with ease. Create, switch, and clean up worktrees effortlessly.

Simple Commands

Just two main commands: vibe start to create a worktree, vibe clean to remove it.

Idempotent Operations

Run vibe start multiple times safely - it handles existing worktrees gracefully.

Automated Setup

Copy files, run hooks, and configure your environment automatically with .vibe.toml.

Security First

SHA-256 hash verification prevents unauthorized changes to configuration files.

Terminal window
# Install via Homebrew (macOS)
brew install kexi/tap/vibe
# Create a worktree for a new feature
vibe start feat/new-feature
# When done, clean up
vibe clean