explaingit

sumocomputers/sonarr-radarr-updater

Analysis updated 2026-05-18

0ShellAudience · ops devopsComplexity · 2/5LicenseSetup · easy

TLDR

A macOS utility that automates updating Sonarr and Radarr on Apple Silicon Macs, since their built in auto updater is broken there.

Mindmap

mindmap
  root((repo))
    What it does
      Checks GitHub for new builds
      Replaces and re-signs app
      Relaunches Sonarr or Radarr
    Tech stack
      Shell
      SwiftUI
    Use cases
      Auto update Sonarr on Mac
      Auto update Radarr on Mac
      Schedule updates via cron
    Audience
      Mac homelab users
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Automatically update Sonarr to the latest Apple Silicon build.

USE CASE 2

Automatically update Radarr to the latest Apple Silicon build.

USE CASE 3

Run the updater on a schedule with launchd or cron.

USE CASE 4

Use the bundled SwiftUI app to trigger and watch updates manually.

What is it built with?

ShellSwiftUI

How does it compare?

sumocomputers/sonarr-radarr-updater123satyajeet123/bitnet-serveradeilsonrbrito/cross-model-consult
Stars000
LanguageShellShellShell
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audienceops devopsdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Apple Silicon only, requires Sonarr/Radarr already installed in /Applications with standard config paths.

MIT license: use it, modify it, and share it freely, including commercially.

In plain English

This project automates updating Sonarr and Radarr, two apps for managing TV and movie downloads, on Apple Silicon Macs. The author explains they are not a professional developer but built this with Claude Code because the built in updater for both apps is broken on Apple Silicon, and manually updating them was tedious. Sonarr and Radarr's Mac builds are not notarized by Apple, so their own auto updater does not work on M series chips. Normally you would have to download each new version yourself, drop it into the Applications folder, and re sign it by hand. This tool checks GitHub for the latest Apple Silicon build of each app, compares it to the version currently running, and if there is a newer one, shuts the app down, downloads the new build, replaces the old app, re signs it, clears a security flag, and reopens it. If both apps are already current, it simply exits without doing anything. It only works on Apple Silicon Macs, not older Intel based ones, and expects Sonarr and Radarr to already be installed in the standard Applications folder using their normal configuration file locations. It can be run from the command line as a shell script, or through a small SwiftUI app included in the project that shows the update process in a window and remembers your settings between runs. Because the app itself is not signed with a paid Apple developer account, macOS will initially refuse to open it and claim it is damaged. The README explains this is just a standard security warning, not an actual problem, and shows the one time terminal command needed to clear it. The project is released under the MIT license.

Copy-paste prompts

Prompt 1
Help me set up sumocomputers/sonarr-radarr-updater on my Apple Silicon Mac.
Prompt 2
Explain how this script finds and installs the latest Sonarr and Radarr builds.
Prompt 3
Walk me through fixing the damaged app warning macOS shows on first launch.
Prompt 4
Show me how to schedule this updater to run automatically with cron.

Frequently asked questions

What is sonarr-radarr-updater?

A macOS utility that automates updating Sonarr and Radarr on Apple Silicon Macs, since their built in auto updater is broken there.

What language is sonarr-radarr-updater written in?

Mainly Shell. The stack also includes Shell, SwiftUI.

What license does sonarr-radarr-updater use?

MIT license: use it, modify it, and share it freely, including commercially.

How hard is sonarr-radarr-updater to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is sonarr-radarr-updater for?

Mainly ops devops.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.