Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.46 KB

File metadata and controls

28 lines (22 loc) · 1.46 KB
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

MacOS (OSX)

{#OSX}

Radarr is not compatible with OSX versions < 10.15 (Catalina) due to .NET incompatibilities. {.is-warning}

  1. Download the MacOS App or the MacOS M1 App depending on your system architecture. architecture.
  2. Open the archive and drag the Radarr icon to your Application folder.
  3. Self-sign Radarr codesign --force --deep -s - /Applications/Radarr.app && xattr -rd com.apple.quarantine /Applications/Radarr.app
  4. Start Radarr by double-clicking the icon or running open /Applications/Radarr.app
  5. 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}