Mathieu's Umbrel App Store — media & arr companion apps

I put together a small Umbrel community app store focused on self-hosted media tools, mostly things that round out a Sonarr / Radarr / Plex setup but aren’t in the official Umbrel App Store yet.

Apps included:

  • :stethoscope: Healarr — Scans your library for corrupt media files (ffprobe / MediaInfo / HandBrake), deletes them, and triggers a re-download through Sonarr / Radarr / Whisparr, then verifies the replacement is healthy.
  • :admission_tickets: Boxarr — Tracks the weekly box-office top 10 and syncs it with Radarr: see what’s already in your library and auto-add trending movies with smart filters.
  • :bar_chart: Tracearr — Real-time monitoring for Plex, Jellyfin & Emby (an open-source Tautulli / Jellystat alternative): stream tracking, session history with geolocation, and account-sharing detection.
  • :broom: Cleanuparr — Cleans up your download queue & disk: removes stalled/failed downloads and orphaned/unlinked files (hardlink-aware), then re-triggers a search. Works with Transmission, qBittorrent & SABnzbd.
  • :sponge: Decluttarr — Lightweight background cleaner for your *arr download queues (failed/stalled/orphaned), auto-detecting your Sonarr/Radarr API keys.

How to install:
In umbrelOS → App Store → ⋮ menu → Community App Stores → add:

Then open the Mathieu App Store and install any app.

Feedback and issues welcome!

Just added new apps and also set up Renovate and Claude to automatically update apps with a proper changelog.

That Renovate setup looks nifty. I had made a custom GitHub action that runs after Dependabot to update the version in umbrel.yaml, but yours looks a better setup as it does it all in one step. Does Github require any setup to enable Renovate? Dependabot is run by GitHub if there is a dependabot.yaml file in the repo.

Hey,

Renovate requires installing the GitHub App on your repo but it’s free for public repos. Once installed, you just add a renovate.json config file and it handles everything automatically :slight_smile:

Dependabot is cool but not very customizable.