Skip to content

Homebrew (BrewUI)

Homebrew’s own graphical front end, for browsing and updating what the CLI installed.

Homebrew cask

What it does

BrewUI is a native macOS app maintained by the Homebrew project. It lists installed formulae and casks, shows what is outdated, searches the catalogue, and runs installs, upgrades and uninstalls through the same brew underneath.

It is a convenience layer, not a separate package manager — anything it does is reproducible with brew in a terminal, and state is shared.

Notes

Both the app and the CLI write to the same prefix, so mixing them is safe. The app does not manage taps as thoroughly as the CLI, so third-party taps still want brew tap.

Alternative to

AlternativeTypeTrade-off
AppliteOpen sourceA friendlier front end aimed squarely at casks
CakebrewOpen sourceThe long-standing third-party Homebrew GUI
brew in a terminal—Everything the GUI does, scriptable

Install

brew install --cask homebrew-app

Links

This post is licensed under CC BY 4.0 by the author.
Last updated on