Automatically track and visualize recent commits across Custom Android ROM repositories
A GitHub Actions-powered tool that monitors source code changes across multiple Custom ROM projects.
It provides developers and enthusiasts with an up-to-date view of development activity.
- All ROM data is stored in
roms_config.yaml - GitHub Actions automatically:
- Sync repositories
- Process commit data
- Update the web interface
- Fully self-maintaining—no manual intervention needed
- Frequency: Every 24 hours
- Commit window: Last 90 days for each repo
- Update time: 00:00 UTC daily
This tracker excludes AOSP repositories to save storage and stay within GitHub Runner limits.
To track a new ROM:
- Add it to
roms_config.yaml - Submit a pull request
Example entry:
id:my-romdisplay_name:My Custom ROMmanifest_url:https://github.com/my-rom/manifest.gitbranches:main,development