Review PRs without losing your mind.
- Download the latest build from GitHub Releases.
- Install and authenticate the GitHub CLI:
- Install
gh: https://cli.github.com/ - Authenticate:
gh auth login
- Install
- Launch Rudu.
Rudu shells out to your local gh binary, so the app will only be able to access repositories and pull requests that your current GitHub CLI session can access.
- Bun
- Rust
- Tauri prerequisites for your platform
- GitHub CLI with an authenticated session from
gh auth login
bun install
bun run tauri devThis repository uses Bun for JavaScript tasks. Do not use npm.
Hey! Thanks for checking Rudu out. I work on this for free and do my best to maintain it alongside my day job. If Rudu has been useful to you, please consider sponsoring it.
- Open the app.
- Add a repository from the sidebar.
- Choose a pull request to track for that repository.
- Select the tracked pull request to load its changed files, patch, and review threads.
- Use the file tree to navigate the diff and create, reply to, or edit review comments.
MIT. See LICENSE.