A Homebrew tap for macOS apps by Appit Studio.
brew install --cask appitstudio/apps/extrabarThat taps this repository, trusts the cask and installs the app in one step.
Use the fully-qualified name. Homebrew requires third-party taps to be
trusted before it will load anything from them, and naming the cask in full is
what grants that trust. Installing by bare token after tapping fails with
Refusing to load cask ... from untrusted tap. If you prefer to tap first, trust
it explicitly:
brew tap appitstudio/apps
brew trust appitstudio/apps
brew install --cask extrabarOr, in a brew bundle Brewfile (run brew trust appitstudio/apps once first):
tap "appitstudio/apps"
cask "extrabar"See Homebrew's tap trust documentation for background.
| Cask | App | Description |
|---|---|---|
extrabar |
ExtraBar | Customisable menu bar with shortcuts, quick actions and deep links |
brew upgrade --cask extrabarExtraBar also updates itself via Sparkle, so brew upgrade is only needed if you
prefer Homebrew to manage the version.
brew uninstall --cask extrabarTo also remove preferences and application data:
brew uninstall --zap --cask extrabarDockFlow and ExtraDock
are in the official homebrew/cask tap, so they need no tap:
brew install --cask dockflow
brew install --cask extradockFor problems with the cask itself (installation, uninstallation, wrong version), open an issue here. For problems with an app, use that app's own support channel.