Getting Started
System Requirements
- macOS (Apple Silicon recommended, Intel support planned)
- Homebrew installed at
/opt/homebrewor/usr/local - No additional configuration needed
Download
Download the latest release from GitHub Releases .
Current builds are available as:
.dmg— standard macOS disk image.zip— compressed app bundle
Installation
From DMG
- Download the
.dmgfile from the latest release. - Open the disk image.
- Drag Brewwery to your Applications folder.
- Launch Brewwery from Applications.
From ZIP
- Download the
.zipfile from the latest release. - Unzip the archive.
- Move
Brewwery.appto your Applications folder. - Launch Brewwery.
Unsigned Build Warning
Current Release Candidate builds are unsigned and not notarized. macOS Gatekeeper may display a warning when opening the app for the first time.
To open an unsigned app:
- Right-click (or Control-click) on
Brewwery.app. - Select Open from the context menu.
- Click Open in the confirmation dialog.
This only needs to be done once. Signed and notarized builds are planned for v1.0.
Do not disable Gatekeeper globally. The right-click method is the safe approach.
First Launch
When you first launch Brewwery:
- Homebrew Detection — Brewwery automatically detects your Homebrew installation at
/opt/homebrew/bin/brewor/usr/local/bin/brew. - Onboarding — If Homebrew is detected, you’ll see your Dashboard. If not, you’ll see instructions to install Homebrew.
- Package Loading — Installed formulae and casks are loaded and displayed on the Dashboard.
Custom Homebrew Path
If your Homebrew is installed at a non-standard location:
- Open Settings from the sidebar.
- Enter your custom Homebrew executable path.
- Brewwery validates the path (checks it’s absolute, executable, and can run
brew --version). - Save to apply.
Uninstall
To completely remove Brewwery and its data:
rm -rf "/Applications/Brewwery.app"
rm -rf "$HOME/Library/Application Support/Brewwery"
rm -f "$HOME/Library/Preferences/com.brewwery.app.plist"
rm -rf "$HOME/Library/Saved Application State/com.brewwery.app.savedState"This removes the app and all local Brewwery preferences. It does not affect Homebrew or your installed packages.
Last updated on