https://github.com/p-linnane/brewy
Brewy: A Homebrew GUI
https://github.com/p-linnane/brewy
gui homebrew
Last synced: 4 months ago
JSON representation
Brewy: A Homebrew GUI
- Host: GitHub
- URL: https://github.com/p-linnane/brewy
- Owner: p-linnane
- License: gpl-3.0
- Created: 2026-02-18T17:30:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-21T07:59:18.000Z (4 months ago)
- Last Synced: 2026-02-23T17:51:04.092Z (4 months ago)
- Topics: gui, homebrew
- Language: Swift
- Homepage:
- Size: 4.72 MB
- Stars: 72
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Brewy: A Homebrew GUI

A native macOS app for managing [Homebrew](https://brew.sh) packages. Browse, search, install, and update formulae and casks — all without opening Terminal.
> **Note:** Brewy is in early development and currently provides only basic functionality. Expect rough edges, missing features, and breaking changes.
## Features
- Browse installed formulae and casks, including pinned packages and leaves
- Discover and search all Homebrew/core and Homebrew/cask packages
- View package details, dependencies, and reverse dependencies
- Install, uninstall, upgrade, pin, and unpin packages
- Upgrade all outdated packages at once, or select specific packages to upgrade
- Manage taps (add/remove third-party repositories)
- Run `brew doctor`, remove orphaned packages, and clear the download cache
- Menu bar extra showing outdated package count
- Configurable auto-refresh interval and brew path
- Light, dark, and system theme support
- Auto-updates via Sparkle

## Requirements
- macOS 15.0 or later (Apple Silicon)
- [Homebrew](https://brew.sh) installed (defaults to `/opt/homebrew/bin/brew`, configurable in Settings)
## Installation
The best way to install Brewy is naturally with Homebrew:
```sh
brew install brewy
```
You can also grab the latest release from the [GitHub releases page](https://github.com/p-linnane/brewy/releases).
## Building
1. Clone the repository
2. Open `Brewy.xcodeproj` in Xcode
3. Build and run (Cmd+R)
## Contributing
Contributions are welcome. Feel free to open a pull request.
## Acknowledgements
Thanks to [@bevanjkay](https://github.com/bevanjkay) for the logo idea.
## License
This project is licensed under the [GNU General Public License v3.0](LICENSE) (`GPL-3.0-only`).
Copyright (C) 2026 Patrick Linnane