Stop ignoring PR reviews.
macOS menu bar app for tracking GitHub pull requests that need your review

- Shows PRs waiting for your review in the menu bar
- Polls GitHub API every 60 seconds
- Opens PRs directly in your browser
- Monitor specific repositories or all at once
- Notifies you when a new PR is ready for review
- macOS 13.5+
- A GitHub account
Going to push the first release soon
git clone https://github.com/leodhb/LGTM.git
cd LGTM
open LGTM.xcodeprojBuild with Cmd+B, run with Cmd+R.
Note: The app uses GitHub's Device Flow for authentication - no configuration needed!
- Launch the app
- Click the menu bar icon → "Connect with GitHub"
- Authorize the app in your browser (you can skip "Organization access")
- Done! The app will start monitoring your PRs
- (Optional) Add specific repos in Settings → Manage Monitored Repositories
Note: LGTM monitors repositories you have access to. For private organization repositories that need explicit permission, add them manually in settings.
MIT