gbar installs in under a minute: grab the signed .dmg or run one Homebrew command, sign in to GitHub, and your pull requests are in the menu bar. It runs on macOS 14 or newer.
Install
The release build is Developer ID–signed, notarized and stapled, so it opens with no Gatekeeper prompt. Install it from the Homebrew tap:
brew install --cask jaylann/tap/gbarOr download the .dmg directly and drag gbar to Applications. Either way you get the identical build; Homebrew users upgrade with brew upgrade --cask gbar.
Sign in
gbar is a menu bar agent: no dock icon, no window on launch. Click the g in your menu bar, then Sign in with GitHub:
- gbar shows a one-time code and opens
github.com/login/device - Enter the code, approve the app, and you're in. No password ever touches gbar
- Prefer a token? Use a token instead accepts a classic personal access token
Auth is GitHub's OAuth device flow: no server, no client secret. Tokens live in the macOS Keychain, never on disk in plaintext.
Your first glance
The dropdown aggregates everything you track on GitHub, refreshed on a configurable poll interval, with a live count badge on the menu bar icon:
| Section | Shows |
|---|---|
| Pull requests | Created / assigned / review-requested / mentioned, with author, approvals, +/− lines and age |
| Issues | Created, assigned and mentioned, alongside your PRs |
| Checks | Per-check pass / fail / pending status on each PR |
| Notifications | Your inbox, with mark-as-read from the menu |
| Saved queries | Any GitHub search string as its own section |
Rows act, not just show: open in browser, approve, merge and mark read are one click from the menu. Repos you've starred get a star marker on their rows, and a curated watchlist (Settings → Watchlist) feeds two extra tabs: GitHub Actions workflow runs and a "what shipped" releases digest.
More accounts, more hosts
Add multiple accounts side by side, and point gbar at GitHub Enterprise by setting the API base URL in Settings → Advanced, e.g. https://ghe.example.com/api/v3.
Want zero third parties? Run your own OAuth app. Want to hack on it? Build from source.