Lidarr
Overview
Version & Lifecycle
Community Notes
Configuration tip
Lidarr’s Windows build is an Inno Setup installer, so you can deploy it quietly with standard installer switches like /VERYSILENT, /SUPPRESSMSGBOXES, /NORESTART, and /LOG=pathlidarr-install.log, while /{#}-style MSI properties do not apply because it is not an MSI package. For post-install automation, Lidarr supports the /nobrowser startup flag on Windows to prevent the UI from opening, and you can persist that behavior in config.xml with False if you manage the application config directly.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Available as generic tar.gz for Linux, Docker container, Windows installer, and macOS App archive. Manual installation requires handling dependencies and permissions.