Skip to content

Dach3r/vrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍺 Vrew

running

A native macOS menu bar app for managing Homebrew services.

macOS Swift


Install

  1. Download vrew.zip from the latest release
  2. Unzip and move vrew.app to /Applications
  3. Remove the Gatekeeper quarantine flag:
xattr -cr /Applications/vrew.app
  1. Open vrew.app — the 🍺 icon appears in your menu bar

Requires macOS 13 Ventura or later and Homebrew installed.


Features

  • Lists all brew services with live status
  • Start, Stop, Restart any service with one click
  • Refreshes automatically every time you open the popover
  • Supports Apple Silicon and Intel Macs

Build from source

git clone https://github.com/youruser/vrew
cd vrew
bash scripts/build.sh

Output: build/vrew.app and build/vrew.zip

Requires Xcode 15+ and xcpretty (optional, gem install xcpretty).


Release a new version

git tag v1.0.0
git push origin v1.0.0

GitHub Actions builds and publishes the release automatically.


License

MIT

About

A native macOS menu bar app for managing Homebrew services.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors