A native macOS menu bar app for monitoring your GitHub activity.
- Open PRs — Track your pull requests with CI status, review progress, and conflict detection
- Review Requests — See PRs waiting for your review
- Merged PRs — Recently merged PRs with diff stats
- Notifications — GitHub notifications
- Issues — Your open issues with recent activity
- Attention Indicators — Visual cues for PRs needing attention (conflicts, CI failures)
- PR Muting — Mute noisy PRs; auto-unmute when someone @mentions you or leaves a review
- Configurable — Adjust refresh interval, notification window, and merged PR timeframe
- Auto-refresh — Configurable interval (default: 5 minutes)
- macOS 14.0 (Sonoma) or later
- GitHub CLI installed and authenticated
brew install gh
gh auth login# Using just (recommended)
just install
# Or manually
swift build -c release- Launch the app — it appears in your menu bar
- Click the icon to see your GitHub activity
- Click any item to open it in your browser
Uses the gh CLI instead of direct API calls:
- No OAuth setup — Uses your existing
gh authcredentials - Rate limiting handled — The CLI manages this automatically
- Secure — No tokens stored in the app
"GitHub authentication required"
gh auth loginApp doesn't appear in menu bar
Check Activity Monitor for existing instances.
Data not updating
gh auth statusMIT

