Skip to content

Installation

gh-vibe ships as a gh extension: a single prebuilt binary downloaded from GitHub Releases.

Terminal window
gh extension install kexi/gh-vibe

gh reads the latest release and picks the asset matching your platform by the naming pattern gh-vibe-<os>-<arch>[.exe].

Prebuilt binaries are provided for:

  • darwin-arm64, darwin-amd64
  • linux-arm64, linux-amd64
  • windows-amd64
Terminal window
gh extension upgrade gh-vibe
Terminal window
gh extension remove gh-vibe
Terminal window
gh vibe --version

gh-vibe shells out to three external commands. They must be installed and on your PATH:

ToolWhy
ghUsed to fetch PR / issue metadata. Authenticate with gh auth login.
gitUsed to fetch the PR head branch.
vibeThe worktree manager that gh-vibe drives via vibe start --reuse.

You also need to run gh vibe from inside a git repository whose default remote (origin) points at the PR’s base repo.