ReleaseRadar is a browser‑only dashboard for tracking GitHub repository releases. It runs entirely in the browser with no backend and no setup.
- Uses public GitHub API.
- Customizable auto-refresh interval.
- Support for GitHub personal access tokens (no scopes required).
- Export/Import to allow transferring of repo list and settings to another device.
- Installable as a desktop web application.
- Light and Dark theme.
- Open the app: https://comet-builds.github.io/ReleaseRadar/
- Add one or more GitHub repositories.
- (Optional) Add a GitHub Personal Access Token to increase rate limits.
- Set your refresh interval and theme.
ReleaseRadar distinguishes between stable releases and pre-releases using GitHub’s prerelease flag. A pre-release is shown only if it is newer than the latest stable release. Releases are sorted by publish date (published_at).