TiloBox
Back to directory
Radarr project preview

Radarr

Movie collection manager for Usenet and BitTorrent users forked from Sonarr.

LicenseGPL-3.0
GitHub stars10.5k
Last commit1 weeks ago
Tags6 topics
PvrDotnetMovie ManagerMediaCsharpMedia Management
Overview

Why consider Radarr?

Radarr is an open-source movie collection manager. Forked from Sonarr, it tracks upcoming theatrical and digital movie releases, monitors indexers for preferred audio/video profiles, and renames movie files with IMDb/TMDb metadata.

Guided learning

Learn Radarr by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Radarr

Radarr coordinates with download clients (qBittorrent, Transmission) and media servers (Jellyfin, Plex) to maintain pristine 4K HDR movie libraries.

Running with Docker

bash
1docker run -d \
2 --name radarr \
3 -p 7878:7878 \
4 -v $(pwd)/config:/config \
5 -v $(pwd)/movies:/movies \
6 lscr.io/linuxserver/radarr:latest

Radarr is licensed under the GNU General Public License v3.0 (GPL-3.0).

Related tools

More options with a similar category or technology profile.

Radarr FAQs

Radarr is listed as a Media tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Radarr is listed under the GPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Radarr is listed as an alternative to CouchPotato. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.