A native macOS pull-request docklet that floats above normal application windows.
- Compact bottom-edge view with your latest open pull requests
- Expands on hover with a native spring animation
- Pin, refresh, open, and squash-merge controls
- Review, CI, conflict, draft, diff, and branch status
- Automatically positions beside a left or right macOS Dock
- Menu-bar controls and no permanent Dock icon
- Refreshes from GitHub every minute
- macOS 13 or later
- Swift 5.9 or later
- GitHub CLI installed and authenticated:
brew install gh
gh auth loginmake runTo install it in ~/Applications:
make installPR Dock uses the active GitHub CLI account and never stores a token itself.