Installation
gh-vibe ships as a gh extension:
a single prebuilt binary downloaded from GitHub Releases.
Install
Section titled “Install”gh extension install kexi/gh-vibegh 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-amd64linux-arm64,linux-amd64windows-amd64
Upgrade
Section titled “Upgrade”gh extension upgrade gh-vibeUninstall
Section titled “Uninstall”gh extension remove gh-vibeVerify
Section titled “Verify”gh vibe --versionPrerequisites
Section titled “Prerequisites”gh-vibe shells out to three external commands. They must be installed and on
your PATH:
| Tool | Why |
|---|---|
gh | Used to fetch PR / issue metadata. Authenticate with gh auth login. |
git | Used to fetch the PR head branch. |
vibe | The 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.