Skip to content

Repository files navigation

Cellar Logo

Cellar

A native macOS app for managing Homebrew packages, casks, and services.

macOS 15+ Swift 6 MIT License


Features

  • 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 Toolcellar command-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

Screenshots

Dashboard

Formulae

Services

Taps

Dependencies

Resources

Installation

Download

Download the latest .dmg from the Releases page. Open the .dmg and drag Cellar to your Applications folder.

Requirements

Build from Source

git clone https://github.com/tuhage/Cellar.git
cd Cellar
xcodebuild -project Cellar.xcodeproj -scheme Cellar -configuration Release build -allowProvisioningUpdates

CLI Tool

Cellar 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 cache

URL Scheme

Open specific sections directly via cellar:// links:

cellar://formula/<name>
cellar://cask/<token>
cellar://dashboard
cellar://services

License

MIT — see LICENSE for details.

About

A native macOS GUI for Homebrew — manage packages, casks, and services visually.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages