Open-source torrent tracker aggregation powered by JacRed
JacRed is a self-hosted torrent tracker aggregator with a fast file-based database. It combines 25 trackers behind one search service for Lampa, Sonarr, Radarr, Prowlarr, and other clients.
- Jackett, Torznab, Prowlarr, and native JSON APIs
- Local FileDB with remote synchronization and backups
- Independent tracker parsing through cron
- Built-in search, statistics, and configuration web interface
- Docker images for
amd64,arm64,arm, and386 - Proxy, SOCKS5, Tor, and FlareSolverr support
Linux with systemd and cron:
curl -fsSL https://raw.githubusercontent.com/jacred-fdb/jacred/main/jacred.sh | bashDocker:
docker run -d --name jacred -p 9117:9117 \
-v jacred-config:/app/config -v jacred-data:/app/Data \
--restart unless-stopped ghcr.io/jacred-fdb/jacred:latestBuilding from source requires .NET 10. JacRed is available under the MIT License.