Wingetlywingetly
← All apps
S

Sonarr

by Team Sonarrv4.0.14.2939

Last updated

Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them.

Install with winget

$ winget install --id TeamSonarr.Sonarr --exact --version 4.0.14.2939

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Sonarr

Sonarr uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, machine scope)
Sonarr.main.4.0.14.2939.win-x64-installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Sonarr

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v4.0.14.2939

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Sonarr.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • qBittorrent BetaThe qBittorrent project
    qBittorrent.qBittorrent.Betav5.0.0

    Free and reliable P2P Bittorent client.

  • Free Download ManagerSoftdeluxe
    SoftDeluxe.FreeDownloadManagerv6.34.4.6974

    Free Download Manager (FDM for short) is a free, efficient, and comprehensive solution for managing all your downloads.

  • qBittorrent (libtorrent 2)The qBittorrent project
    qBittorrent.qBittorrent.lt2v5.2.3

    Free and reliable P2P Bittorrent client.

  • qBittorrentThe qBittorrent project
    qBittorrent.qBittorrentv5.2.3

    Free and reliable P2P Bittorent client.

  • 迅雷极速版迅雷网络技术有限公司
    Thunder.Thunder.Speedv1.0.35.366

    Broadband Download, Thunder in a Flash!

  • qBittorrent Enhanced EditionThe qBittorrent project
    c0re100.qBittorrent-Enhanced-Editionv5.2.3.10

    Unofficial qBittorrent BitTorrent client (Enhanced Edition)

More from Team Sonarr or browse bazarr, bittorrent, prowlarr.

Frequently asked questions

How do I install Sonarr on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TeamSonarr.Sonarr --exact --version 4.0.14.2939. winget downloads the installer from Team Sonarr and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Sonarr silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id TeamSonarr.Sonarr --exact 4.0.14.2939 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Sonarr?
Sonarr uses EXE (Inno Setup). Run the downloaded installer with: Sonarr.main.4.0.14.2939.win-x64-installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Sonarr via winget?
Run: winget uninstall --id TeamSonarr.Sonarr --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Sonarr's Apps & Features entry.
Is Sonarr free?
Sonarr is distributed under GPL-3.0. Refer to the publisher (https://github.com/Sonarr/Sonarr/releases/tag/v4.0.6.1805) for the full license terms - Wingetly itself does not charge for installation.
Does Sonarr work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Sonarr directly from the publisher.
How do I keep Sonarr up to date?
Run winget upgrade --id TeamSonarr.Sonarr --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Sonarr from microsoft/winget-pkgs.