| title | Radarr MacOS Installation |
|---|---|
| description | MacOS installation guide for Radarr |
| published | true |
| date | 2025-09-15 02:43:12 UTC |
| tags | radarr, installation, macos |
| editor | markdown |
| dateCreated | 2023-07-03 20:12:05 UTC |
{#OSX}
Radarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities. {.is-warning}
- Download the MacOS App or the MacOS M1 App depending on your system architecture. architecture.
- Open the archive and drag the Radarr icon to your Application folder.
- Self-sign Radarr
codesign --force --deep -s - /Applications/Radarr.app && xattr -rd com.apple.quarantine /Applications/Radarr.app - Start Radarr by double-clicking the icon or running
open /Applications/Radarr.app - Browse to http://localhost:7878 to start using Radarr
Radarr uses a bundled version of ffprobe for media file analysis and does not require ffprobe or ffmpeg to be installed on the system. If Radarr says Ffprobe is not found this can typically be fixed with a reinstall. {.is-info}
Due to Apple Security Restrictions, the Application's Updater must be self-signed as well or you must manually install updates. This is primarily due to the Personal Information required by Apple to sign applications. {.is-info}