A native macOS app for managing Homebrew packages, casks, and services.
- Dashboard — Overview of installed packages, services, and system health at a glance
- Package Management — Browse, install, upgrade, and uninstall formulae and casks
- Services — Start, stop, and monitor Homebrew services with real-time status
- Dependency Graph — Visualize package dependencies interactively
- Resource Monitor — Track Homebrew disk usage and system resources
- Maintenance — Run cleanup, doctor checks, and manage taps
- Brewfile Support — View and manage Brewfiles from your projects
- Search — Find new packages with integrated search
- Widget — Desktop widget with small, medium, and large sizes
- CLI Tool —
cellarcommand-line tool for quick terminal operations - Finder Integration — Badges directories containing Brewfiles, right-click service controls
- Spotlight — All installed packages indexed for system-wide search
Download the latest .dmg from the Releases page. Open the .dmg and drag Cellar to your Applications folder.
- macOS 15 or later
- Homebrew installed
git clone https://github.com/tuhage/Cellar.git
cd Cellar
xcodebuild -project Cellar.xcodeproj -scheme Cellar -configuration Release build -allowProvisioningUpdatesCellar includes a command-line tool for quick terminal access:
cellar status # Package and service summary
cellar start <service> # Start a service
cellar stop <service> # Stop a service
cellar health # Run brew doctor
cellar cleanup # Clean up old downloads and cacheOpen specific sections directly via cellar:// links:
cellar://formula/<name>
cellar://cask/<token>
cellar://dashboard
cellar://services
MIT — see LICENSE for details.






