Ecosystem · Packaging

Homebrew packaging tracks CLI releases

The homebrew-vibepod repository packages VibePod for users who prefer Homebrew-based installation workflows.

2026-05-24 · Ecosystem · Packaging

Formula updates

The formula has tracked CLI releases including 0.10.0, 0.11.0, and 0.12.0, with workflow and permission fixes to support automated updates.

Why it matters

Keeping packaging in a separate repository lets release automation update install channels without mixing packaging details into the CLI source tree.

Example commands

The Homebrew tap tracks released CLI versions for users who prefer Homebrew-managed installs.

brew tap VibePod/vibepod
brew install vibepod
vp version

# After a formula update:
brew upgrade vibepod

Related links