Brewy
Simple Homebrew GUI for managing packages
Install with Homebrew
brew install --cask brewyQuick Take: Brewy
Brewy is a serious native Homebrew console for Apple Silicon Macs on macOS 15+, not a toy installer skin. If you live in services, taps, dependency archaeology, and careful upgrades, it is one of the best 2026 options, especially free under AGPL. If you only want one-click cask installs, Taphouse or Applite may feel lighter. Power users who already type brew fluently can skip GUIs entirely.
Best For
- •Homebrew users who want visual dependency insight
- •Apple Silicon Macs on macOS 15+
- •People managing services and taps without living in Terminal
What is Brewy?
Brewy is a native macOS Homebrew GUI written in SwiftUI by Patrick Linnane (starhaven-io). Instead of memorizing brew install, brew upgrade, and brew cleanup incantations, you browse installed formulae and casks, inspect dependency trees, manage taps and services, and run maintenance tasks from a Mac-native window. It targets people who already use Homebrew and want an inspectable interface for the work they repeat: reviewing what is installed, upgrading safely, cleaning orphaned packages, and understanding why something is on the machine. As of 2026, the canonical project lives at github.com/starhaven-io/Brewy under AGPL-3.0-only. Requirements are explicit: macOS 15.0 or later on Apple Silicon, with Homebrew installed (default path /opt/homebrew/bin/brew, configurable). Optional mas CLI integration surfaces Mac App Store apps. Installation is via Homebrew itself (brew install brewy from homebrew-cask, or the starhaven-io tap) or GitHub Releases with Sparkle auto-updates. Brewy's 2026 feature set goes beyond a thin install button. Highlights include Discover search across formulae and casks, reverse dependency trees, pin/unpin/link/unlink, upgrade-all or selective upgrades, services start/stop/restart with optional sudo, tap health checks for archived or moved GitHub repos, custom package collections, action history with safe retries, brew doctor and cache cleanup with dry-run previews for destructive maintenance, a menu bar extra showing outdated counts, and Brewfile handling that treats Brewfiles as code (SHA-256 trust before bundle operations). The security model is intentionally not sandboxed because it must execute your local brew; commands run through a centralized CommandRunner with argument arrays rather than shell strings. The Homebrew GUI landscape got crowded in 2026. Cork remains a polished paid/open-source peer; Taphouse shipped a strong free+Pro native manager (≈€9.99 Personal); Tappie, Applite, AutoBrew, and Brew Browser also compete. Brewy's differentiator is maintainer-grade depth (services, taps, dry-runs, Brewfile trust) plus Apple Silicon / macOS 15+ native focus rather than a minimal "click install" toy. Practical Mac setup notes for 2026: install from the vendor site or a trusted Homebrew cask/formula, confirm the app is notarized when Gatekeeper prompts, and grant only the privacy permissions the workflow requires (Full Disk Access, Accessibility, Screen Recording, and network filters are common asks). On Apple Silicon under macOS Tahoe 26.x, prefer universal or arm64 builds over Rosetta-only leftovers. Keep a short rollback plan, Time Machine, a Brewfile pin, or a previous DMG, before major upgrades that change on-disk formats. If the product includes AI features, re-verify model names, rate limits, and data-retention language every quarter because those change faster than UI chrome. For team rollouts, document who owns license renewal, where secrets live, and how to export data if you ever leave the tool. Open-source projects should be tracked by release tag in internal catalogs so a surprise upgrade does not break CI overnight. Finally, write down why you chose the app: when a flashy rival appears next season you will want a reasoned comparison instead of vibes.
Deep Dive: Native Homebrew GUIs in 2026
Homebrew remains the default Mac package manager; GUIs now compete on trust and depth rather than novelty.
History & Background
Cakebrew pioneered GUIs years ago; Cork modernized SwiftUI management; 2026 brought Taphouse, Tappie, AutoBrew, and Brewy into a denser field.
How It Works
Brewy shells out to the user's brew binary through a controlled runner, parses structured results, and layers Mac UI for inspection. Non-sandboxing is explicit.
Ecosystem & Integrations
Homebrew Bundle, third-party taps, and mas coexist. GUIs that ignore services/taps feel incomplete for server-ish local stacks (Postgres, Redis).
Future Development
Expect continued Sparkle updates, tighter brew UX parity, and competition forcing clearer free-vs-paid lines among commercial GUIs.
Key Features
Installed inventory and Discover search
Browse installed formulae, casks, leaves, pinned packages, outdated packages, and optional Mac App Store apps. Search Homebrew's catalog from Discover and install directly without memorizing tokens.
Dependency and reverse-dependency inspection
Open any package to see versions, dependencies, reverse dependencies, and recursive trees, so you understand why a formula is present before you uninstall it.
Upgrade, pin, and maintenance dry-runs
Upgrade one package or all outdated packages. Pin critical tools. Run brew doctor, update Homebrew, remove orphans, and clear caches with dry-run previews before destructive actions.
Services and taps management
Start, stop, restart Homebrew services (optional sudo). Manage taps with health checks for archived, moved, or missing GitHub repositories.
Collections, history, and menu bar
Group packages into collections for projects or roles. Review action history and retry failed commands when safe. Menu bar extra shows outdated counts and quick refresh/upgrade actions.
Brewfile trust model
Brewfiles are treated as code because brew bundle executes Ruby. Brewy requires explicit trust and pins a SHA-256 digest; if the file changes, bundle ops stop until you re-review.
Who Should Use Brewy?
1Designer using dev tools
A designer inherits ffmpeg and ImageMagick from a teammate. Brewy shows outdated versions and reverse dependencies, upgrades safely, and avoids accidental uninstall of shared libraries.
2New Mac developer
A Windows convert searches Discover for python and postgresql, installs with clicks, then uses the Outdated view weekly instead of learning every brew flag on day one.
3IT admin
An admin audits services and taps on lab Macs, runs doctor/cleanup dry-runs, and exports a trusted Brewfile for imaging pipelines.
How to Install Brewy on Mac
Brewy requires Apple Silicon, macOS 15+, and an existing Homebrew install.
Install Homebrew if needed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Brewy
brew install brewy (homebrew-cask) or brew install starhaven-io/tap/brewy. Alternatively download from GitHub Releases.
Launch and point at brew
Open Brewy. Confirm brew path in Settings if you use a non-default prefix. Optionally install mas for App Store views.
Pro Tips
- • Apple Silicon + macOS 15+ only, Intel Macs are out of scope.
- • Grant permissions when macOS prompts for automation of brew commands.
- • Start with the Outdated view; it is the highest-frequency workflow.
Configuration Tips
Weekly outdated sweep
Open Brewy once a week, review Outdated, upgrade selectively for critical tools first, then batch the rest.
Trust Brewfiles deliberately
Only trust Brewfiles you authored or reviewed. If a teammate edits the file, re-trust after reading the diff.
Pair with brew bundle dump
After cleaning inventory in Brewy, run brew bundle dump in Terminal to snapshot a reproducible Brewfile for new Macs.
Alternatives to Brewy
2026 Homebrew GUI options range from minimal to full maintenance consoles.
Cork
Cork is a polished SwiftUI Homebrew manager with a paid prebuilt path (~€25 historically) while remaining open source to build. Fewer enterprise-style dry-run/Brewfile trust features than Brewy; excellent everyday UX.
Taphouse
Taphouse (macOS 14+) offers free core management with a low one-time Personal unlock (~€9.99) for bulk ops, menu bar, and more. Strong 2026 coverage; often easier for casual users than Brewy's deeper console.
Tappie / Applite
Tappie pushes dependency graphs and smart filters; Applite focuses on cask app discovery. Choose them for browsing apps; choose Brewy for services/taps/maintenance rigor.
Terminal brew
Still fastest for experts. Brewy is for visibility and safer upgrades when you do not want to memorize flags.
Pricing
Brewy is free under AGPL-3.0-only. No subscription tier is advertised on the GitHub project. You can build from source in Xcode or install prebuilt releases via Homebrew/GitHub. Optional donations are not required for features.
Pros
- ✓Native SwiftUI app for Homebrew power users
- ✓Deep dependency trees, services, and taps, not just install buttons
- ✓Dry-run previews for destructive maintenance
- ✓Brewfile trust/digest model treats bundle files as code
- ✓Menu bar outdated count for glanceable hygiene
- ✓Free AGPL open source by a Homebrew-adjacent maintainer
Cons
- ✗macOS 15+ Apple Silicon only, no Intel, no older macOS
- ✗Not sandboxed (by design) so you must trust the binary
- ✗Crowded category, Taphouse, Cork, Tappie may fit simpler needs
- ✗Advanced brew edge cases may still need Terminal
- ✗AGPL may matter for some org redistribution policies
Community & Support
Support is GitHub-centric: issues, PRs, and security@starhaven.io for vulnerabilities. Homebrew's own docs remain the reference for package behavior. The broader Mac community compares Brewy with Cork, Taphouse, and Applite in forums and blogs throughout 2026.
Frequently Asked Questions about Brewy
About the Author
Productivity & Workflow Analyst
Expert Tips for Brewy
Michael Tsai's May 2026 Taphouse write-up explicitly calls out Brewy as a fully native SwiftUI Homebrew GUI written by a Homebrew maintainer, useful independent signal beyond the README.
Homebrew GUI chatter in 2026 is less "is a GUI possible?" and more "which one matches my trust model?", Brewy's Brewfile digest and dry-runs resonate with admins who treat brew bundle as code execution.
Related Technologies & Concepts
Related Topics
Sources & References
Fact-CheckedLast verified: Aug 9, 2026
Key Verified Facts
- Brewy requires macOS 15+ on Apple Silicon and an existing Homebrew install.[cite-1]
- Brewy is AGPL-3.0-only open source from starhaven-io.[cite-1]
- Install via brew install brewy / starhaven tap or GitHub Releases.[cite-1]
- 2026 competitors include Taphouse and Cork with distinct pricing models.[cite-3, cite-4, cite-5]
- 1starhaven-io/Brewy
Accessed Aug 9, 2026
"Official README: features, macOS 15 Apple Silicon requirements, AGPL, install paths."
- 2
- 3Taphouse 1.5 notes (Michael Tsai)
Accessed Aug 9, 2026
"Mentions Brewy as fully native SwiftUI Homebrew GUI by a Homebrew maintainer; Taphouse pricing context."
- 4
- 5
- 6Best Homebrew GUI 2026 roundup
Accessed Aug 9, 2026
"2026 landscape: Tappie, Cork, Cakebrew, Applite."
Research queries: Brewy Homebrew GUI Mac 2026