gitbar is a lightweight macOS menu bar app that helps you keep up with GitHub work without living in the browser.
Open it from the menu bar and quickly check:
- PRs you opened
- PRs waiting for your review
- issues assigned to you
- a simple stats snapshot
Click any row and it opens on GitHub right away.
| Mine | Review | Stats |
|---|---|---|
![]() |
![]() |
![]() |
- macOS 14+
- a GitHub personal access token (see Authentication)
If you are building from source, also install Xcode Command Line Tools:
xcode-select --installbrew tap brunokiafuka/gitbar https://github.com/brunokiafuka/gitbar
brew install gitbar
gitbarThat is it. gitbar launches the app.
git clone https://github.com/brunokiafuka/gitbar.git
cd gitbar
./install
open "$HOME/Applications/Gitbar.app"The install script builds a release app and puts Gitbar.app in ~/Applications.
Classic token (fastest path):
- Open Create new token (classic)
- Generate token
- Paste it into Gitbar Settings
Fine-grained token:
- Open Create fine-grained token
- Choose repository access
- Set these permissions:
- Pull requests: Read and write (merge)
- Issues: Read
- Metadata: Read
- Paste token into Gitbar Settings
Current release is an MVP. Planned improvements:
- merge and mark-ready actions in-app
- failing CI section (check runs)
- historical stats over time (instead of current snapshot only)


