Skip to content

v1.0.0-rc.1 — release candidate

Pre-release
Pre-release

Choose a tag to compare

@coaxk coaxk released this 28 May 22:32
· 365 commits to main since this release
da4ab4a

v1.0.0-rc.1 — release candidate

First public release candidate of subarr. Install on your homelab next to Bazarr/Sonarr/Radarr/Tautulli, point it at a subgen Whisper worker, and let it coordinate which files actually need transcription instead of grinding through your whole library blindly.

What subarr does

Subarr sits between your *arr stack and subgen. It scores every file by how likely you are to want subtitles for it (Tautulli watch history × language coverage × Sonarr/Radarr metadata), queues the high-value targets, and writes results back to Bazarr — so subgen only does the work that pays off.

Highlights

  • 10-step onboarding wizard with auto-detection and capability probing
  • Compat mode for vanilla mccloud/subgen (no patch-stack required for basic use)
  • Coverage dashboard with stale-disk detection and per-language gap scoring
  • Provenance ledger tracking every subtitle's source + write-back history
  • Three deployment tiers (Tier 1 = subarr-only, Tier 2 = docker discovery, Tier 3 = auto API-key extract)
  • Schema migrations + backup/restore baked in
  • Update notifier + opt-in anonymous telemetry (see SECURITY.md for what's collected)

Install (Tier 1, ~2 minutes)

curl -fsSL https://github.com/coaxk/subarr/raw/main/install.sh | bash

Or pull the image directly: ghcr.io/coaxk/subarr:v1.0.0-rc.1

Full deployment matrix in README.md.

Known limitations in rc.1

  • Subgen v4.3 queue control patch is deferred to v1.0.x (graceful fallback in place — full features available via the subarr-subgen patch-stack)
  • Subarr.com is currently a 301 to this repo; a real landing site lands when there's something marketing-worthy to put on it
  • Telemetry stats dashboard at subarr.com/stats is wired backend-side but the public page isn't shipped yet — coming in v1.0.x

Companion releases

  • subarr-subgen — the patch-stack for mccloud/subgen that unlocks full features (per-language kwargs, deduplicated queue, language-probability logging). 8 patches against base 2026.05.3.

Reporting issues

Open a GitHub issue. For security findings, see SECURITY.md.

Acknowledgments

Built on top of: