A native macOS menu bar app for managing Homebrew services.
- Download
vrew.zipfrom the latest release - Unzip and move
vrew.appto/Applications - Remove the Gatekeeper quarantine flag:
xattr -cr /Applications/vrew.app- Open
vrew.app— the 🍺 icon appears in your menu bar
Requires macOS 13 Ventura or later and Homebrew installed.
- Lists all
brew serviceswith live status - Start, Stop, Restart any service with one click
- Refreshes automatically every time you open the popover
- Supports Apple Silicon and Intel Macs
git clone https://github.com/youruser/vrew
cd vrew
bash scripts/build.shOutput: build/vrew.app and build/vrew.zip
Requires Xcode 15+ and xcpretty (optional, gem install xcpretty).
git tag v1.0.0
git push origin v1.0.0GitHub Actions builds and publishes the release automatically.
MIT
