The number in your menu bar is your review queue. Open GitHubBar to see review requests and your own pull requests across the repositories that matter on this Mac.
- Know what needs you. The menu-bar count shows open pull requests currently awaiting your review—GitHubBar's only proactive attention signal.
- See your whole review workflow. Scan Needs your review, Returned to you, Needs reviewers, Waiting for reviewers, Approved, and Drafts in one native menu.
- Keep people visible. Every row shows the author and review roster, so missing reviewers and completed reviews are easy to spot.
- Focus each Mac. Switch instantly between all accessible repositories and a device-local pinned set configured in Settings.
- Navigate stacked work. Linear pull-request stacks collapse into compact, section-aware rows; open the submenu to see every member's current section and reviewers.
- Move without the website. Open any pull request directly, refresh on demand, or press ⌥⌘G from anywhere.
GitHubBar reconciles the full account workload in the background, keeps the latest useful snapshot available, and applies repository scope locally—switching views does not trigger another GitHub request.
-
Install and sign in to GitHub CLI:
brew install gh gh auth login
-
Download the ZIP and
.sha256file from the latest release, then verify it:cd ~/Downloads shasum -a 256 --check GitHubBar-*.zip.sha256
-
Unzip GitHubBar and move it to Applications.
GitHubBar 1.0.0 is ad-hoc signed and not Apple-notarized. On first launch, macOS may block it: try opening GitHubBar once, then choose Open Anyway under System Settings → Privacy & Security after verifying the downloaded checksum.
GitHubBar requires macOS 14 or newer and runs on both Apple silicon and Intel Macs. Developer ID signing, notarization, and automatic updates remain planned for a future release.
GitHubBar uses your existing GitHub CLI login. Tokens stay in memory, preferences and the latest PR snapshot stay on your Mac, and diagnostics never record repository names, PR titles, usernames, or credentials.
brew install xcodegen gh
scripts/generate-project.sh
open GitHubBar.xcodeprojRun scripts/check.sh before submitting a pull request. Release details are in the stable release runbook and validation guide.