Installation
> Published on Wed, Feb 4, 2026> Updated on Sat, Feb 14, 2026
Requirements #
Note: a-bar can be used without yabai or AeroSpace, but you won't be able to use the spaces & processes widgets. You can still use a-bar as a system status bar replacement with its included widgets and your custom ones.
Install with Homebrew #
brew tap Jean-Tinland/a-bar
brew install --cask a-bar
Warning: Homebrew installation script automatically removes the
com.apple.quarantine attribute. That way, the app should work out of the box without having to open System Settings to allow it.
Install from release #
- Download the latest release from the Releases page.
- Move
a-bar.appto/Applications. - Remove quarantine*:
xattr -rd com.apple.quarantine /Applications/a-bar.app- Launch a-bar. If macOS blocks it, open System Settings → Privacy & Security and click Open Anyway.
- Grant required permissions when prompted.
(*) I'm not planning to notarize the app: Apple is already collecting enough money from developers
Build from source #
git clone https://github.com/Jean-Tinland/a-bar.git
cd a-bar
open a-bar.xcodeprojBuild and run with ⌘R in Xcode.