Skip to content

⚓ Admirarr v0.1.0 — first public release

Latest

Choose a tag to compare

@maxtechera maxtechera released this 27 Mar 22:38
· 2 commits to main since this release

⚓ Admirarr v0.1.0

First public release of Admirarr — the unified CLI for your *Arr fleet.

What's in v0.1.0

Core commands (26 total):

  • status — fleet dashboard (services, libraries, downloads, disk)
  • status --live — live-updating TUI
  • doctor — 15 categories, 34 diagnostic checks
  • doctor --fix — built-in repairs + AI agent escalation
  • setup — 12-phase deploy + wire workflow (idempotent)
  • add-movie, add-show, search — content management
  • downloads, queue, missing, movies, shows, recent, history, requests
  • indexers, recyclarr sync, health, disk, restart, logs, scan

Supported services:
Jellyfin, Plex, Radarr, Sonarr, Prowlarr, qBittorrent, Gluetun, Seerr, Bazarr, Recyclarr, FlareSolverr, Watchtower + 14 optional

Agent Skills:
Ships SKILL.md + AGENTS.md + 3 Claude Code agents (doctor-fix, fleet-status, content-search)

Install

curl -fsSL https://get.admirarr.dev | sh

Or:

brew install maxtechera/tap/admirarr       # Homebrew
go install github.com/maxtechera/admirarr@latest  # Go

Known limitations

  • Plex support is tested but less battle-hardened than Jellyfin
  • Exotic Docker network configs may need manual setup step
  • Windows support is present but less tested

What's next

  • v0.2: enhanced doctor --fix deterministic repair set + Tautulli/Jellystat stats integration
  • v0.3: multi-server management (manage multiple stacks from one config)

Built by @maxtechera · admirarr.dev · ⭐ Star the repo