v1.0.0-rc.1 — release candidate
Pre-release
Pre-release
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.mdfor what's collected)
Install (Tier 1, ~2 minutes)
curl -fsSL https://github.com/coaxk/subarr/raw/main/install.sh | bashOr 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/statsis 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/subgenthat unlocks full features (per-language kwargs, deduplicated queue, language-probability logging). 8 patches against base2026.05.3.
Reporting issues
Open a GitHub issue. For security findings, see SECURITY.md.
Acknowledgments
Built on top of:
- mccloud/subgen — the Whisper worker subarr coordinates
- The *arr stack — Sonarr/Radarr/Bazarr/Tautulli
- faster-whisper + stable-whisper — the model layer