A dependency version dashboard that scans your repositories and tracks outdated packages across multiple ecosystems.
- Multi-Source Support: GitHub and GitLab organizations
- Multi-Ecosystem: npm, Maven, Gradle, Go modules
- Multi-Module: Monorepo and multi-module project support
- Dashboard: Visual overview with filtering, search, and CSV export
- Scheduled Scans: Cron-based automatic scanning
- Dark Mode: Light and dark themes
docker run -d \
-p 8080:8080 \
-v stale-data:/data \
jiin724/stale:latestOpen http://localhost:8080 and add your first source.
See the Wiki for detailed documentation:
MIT