Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
17,086
Downloads of v 3.0.2-RC1:
29
Last Update:
21 Aug 2020
Package Maintainer(s):
Software Author(s):
- The SABnzbd-team
Tags:
sabnzbd admin download binary usenet newsreader
SABnzbd
This is a prerelease version of SABnzbd.
Downloads:
17,086
Downloads of v 3.0.2-RC1:
29
Maintainer(s):
Software Author(s):
- The SABnzbd-team
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install SABnzbd, run the following command from the command line or from PowerShell:
To upgrade SABnzbd, run the following command from the command line or from PowerShell:
To uninstall SABnzbd, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download sabnzbd --internalize --version=3.0.2-RC1 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade sabnzbd -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sabnzbd -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure sabnzbd installed
win_chocolatey:
name: sabnzbd
state: present
version: 3.0.2-RC1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'sabnzbd' do
action :install
version '3.0.2-RC1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: sabnzbd,
Version: 3.0.2-RC1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller sabnzbd
{
Name = 'sabnzbd'
Ensure = 'Present'
Version = '3.0.2-RC1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sabnzbd':
provider => 'chocolatey',
ensure => '3.0.2-RC1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install sabnzbd version="3.0.2-RC1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 21 Aug 2020.
SABnzbd is a program to download binary files from Usenet servers. Many people upload all sorts of interesting material to Usenet and you need a special program to get this material with the least effort.
It runs anywhere
SABnzbd runs on Windows, macOS, Unix and NAS devices. You can access and manage SABnzbd from any device with a webbrowser, including iOS and Android phones and tablets.
Small and large screens
With the responsive Glitter interface, you can access SABnzbd and manage your downloads from any device: desktop, tablet or phone. Others have made Android (nzb360) and iOS (SABmini or nzbUnity) apps to manage SABnzbd.
Integrates with other tools
Apps like Sonarr, Sickrage, Radarr, CouchPotato, Headphones and more can integrate with SABnzbd and automate your download process.
SABnzbd can also read and process RSS feeds, activate custom scripts and notify you.
In 16 languages
SABnzbd now ships with 16 localizations: English, Dansk, Deutsch, Español (castellano), Français, Nederlands, Norsk bokmål, Polski, Português Brasileiro, Româna, Suomi, Svenska, русский язык, српски, עִבְרִית, 简体中文.
SABnzbd is an open-source cross-platform binary newsreader written in Python. It simplifies the process of downloading from Usenet dramatically, thanks to its web-based user interface and advanced built-in post-processing options that automatically verify, repair, extract and clean up posts downloaded from Usenet.
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
# *** Automatically filled ***
$packageName = 'sabnzbd'
$softwareName = 'SABnzbd*'
# *** Automatically filled ***
Write-Host 'Stopping services if they''re running...'
Stop-Service '*' -Include 'SABnzbd', 'SABhelper' -Force
. "$toolsDir\Get-InstallPath.ps1"
$installPath = Get-InstallPath $packageName $softwareName
if ($installPath) {
Push-Location $installPath
Write-Host 'Uninstalling services...'
$service = 'SABnzbd-service.exe'
if (Test-Path $service) { & ".\$service" remove }
$helper = 'SABnzbd-helper.exe'
if (Test-Path $helper) { & ".\$helper" remove }
Pop-Location
}
$ErrorActionPreference = 'Stop'
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
# *** Automatically filled ***
$packageArgs = @{
packageName = 'sabnzbd'
softwareName = 'SABnzbd*'
fileType = 'exe'
url = 'https://github.com/sabnzbd/sabnzbd/releases/download/3.0.2RC1/SABnzbd-3.0.2RC1-win-setup.exe'
silentArgs = '/S'
checksum = '59bce43910f3bb3113c2cf76d1572c575f3f8a0358f87c2ff5b3d63cb292e44f'
checksumType = 'sha256'
validExitCodes = @(0)
}
# *** Automatically filled ***
Install-ChocolateyPackage @packageArgs
. "$toolsDir\Get-InstallPath.ps1"
$installPath = Get-InstallPath $packageArgs.packageName $packageArgs.softwareName
if ($installPath) {
Push-Location $installPath
try {
Write-Host 'Installing services...'
$helper = 'SABnzbd-helper.exe'
if (Test-Path $helper) {
& ".\$helper" install
Set-Service 'SABhelper' -StartupType Automatic
}
$service = 'SABnzbd-service.exe'
if (Test-Path $service) {
$iniPath = Join-Path $Env:LOCALAPPDATA 'sabnzbd\sabnzbd.ini'
& ".\$service" -f $iniPath install
Set-Service 'SABnzbd' -StartupType Automatic
}
} finally {
Pop-Location
}
}
Write-Host 'Starting services...'
Start-Service '*' -Include 'SABnzbd', 'SABhelper'
$ErrorActionPreference = 'Stop'
# *** Automatically filled ***
$packageName = 'sabnzbd'
$softwareName = 'SABnzbd*'
$fileType = 'exe'
$silentArgs = '/S'
$validExitCodes = @(0)
# *** Automatically filled ***
[array] $key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
function Get-File ([string] $path) {
# Remove quotes and trailing arguments if any
if (!$path) { return }
if (Test-Path $path) { return $path }
function Split-CommandLine ([string] $path) { $path }
$path = Invoke-Expression "Split-CommandLine $path"
if (Test-Path $path) { return $path }
}
$key | ForEach-Object {
$file = Get-File $_.UninstallString
if ($file) {
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $fileType `
-SilentArgs $silentArgs `
-ValidExitCodes $validExitCodes `
-File $file | Out-Null
} else {
Write-Warning "Unknown uninstaller: $($_.UninstallString)"
}
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} else {
Write-Warning "$($key.Count) matches found for $packageName!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please contact package maintainer the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
function Get-InstallPath {
[CmdletBinding()]
param (
[string] $PackageName,
[string] $SoftwareName
)
[array] $key = Get-UninstallRegistryKey -SoftwareName $SoftwareName
if ($key.Count -eq 1) {
$key | ForEach-Object {
$file = $_.UninstallString
if ($file) { $file = $file.Replace('"', '') }
$file = Split-Path $file
if ($file -and (Test-Path $file)) {
return $file
} else {
Write-Warning "$PackageName install not found: $file"
}
}
} elseif ($key.Count -eq 0) {
Write-Warning "$PackageName install not found."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object { Write-Warning "- $_.DisplayName" }
}
}
Log in or click on link to see number of positives.
- SABnzbd.3.0.2-RC1.nupkg (9ed90ad61645) - ## / 60
- SABnzbd-3.0.2RC1-win-setup.exe (59bce43910f3) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
SABnzbd 3.2.0-RC2 | 16 | Tuesday, February 9, 2021 | Approved |
SABnzbd 3.2.0-RC1 | 19 | Monday, February 1, 2021 | Approved |
SABnzbd 3.2.0-Beta2 | 12 | Wednesday, January 27, 2021 | Approved |
SABnzbd 3.2.0-Beta1 | 12 | Monday, January 4, 2021 | Exempted |
SABnzbd 3.1.1 | 782 | Thursday, November 12, 2020 | Approved |
SABnzbd 3.1.1-RC1 | 18 | Tuesday, November 3, 2020 | Approved |
SABnzbd 3.1.0 | 471 | Friday, October 16, 2020 | Approved |
SABnzbd 3.1.0-RC3 | 24 | Friday, October 2, 2020 | Approved |
SABnzbd 3.1.0-RC2 | 22 | Sunday, September 27, 2020 | Approved |
SABnzbd 3.1.0-RC1 | 35 | Saturday, September 19, 2020 | Approved |
SABnzbd 3.1.0-Beta2 | 26 | Saturday, September 12, 2020 | Approved |
SABnzbd 3.1.0-Beta1 | 35 | Wednesday, September 2, 2020 | Approved |
SABnzbd 3.0.2 | 581 | Monday, August 31, 2020 | Approved |
SABnzbd 3.0.2-RC2 | 35 | Wednesday, August 26, 2020 | Approved |
SABnzbd 3.0.2-RC1 | 29 | Friday, August 21, 2020 | Approved |
SABnzbd 3.0.1 | 313 | Tuesday, August 18, 2020 | Approved |
SABnzbd 3.0.1-RC1 | 31 | Friday, August 7, 2020 | Approved |
SABnzbd 3.0.0 | 260 | Saturday, August 1, 2020 | Approved |
SABnzbd 3.0.0-RC2 | 41 | Wednesday, July 15, 2020 | Approved |
SABnzbd 3.0.0-RC1 | 42 | Friday, June 26, 2020 | Approved |
SABnzbd 3.0.0-Beta4 | 37 | Wednesday, June 17, 2020 | Approved |
SABnzbd 3.0.0-Beta3 | 28 | Sunday, June 14, 2020 | Approved |
SABnzbd 3.0.0-Beta2 | 42 | Monday, June 1, 2020 | Approved |
SABnzbd 3.0.0-Beta1 | 37 | Wednesday, May 27, 2020 | Approved |
SABnzbd 3.0.0-Alpha2 | 45 | Friday, May 8, 2020 | Approved |
SABnzbd 3.0.0-Alpha1 | 51 | Wednesday, April 29, 2020 | Approved |
SABnzbd 2.3.9 | 2016 | Friday, May 24, 2019 | Approved |
SABnzbd 2.3.9-RC2 | 92 | Saturday, May 18, 2019 | Approved |
SABnzbd 2.3.9-RC1 | 98 | Tuesday, May 7, 2019 | Approved |
SABnzbd 2.3.8 | 506 | Monday, March 18, 2019 | Approved |
SABnzbd 2.3.8-RC1 | 98 | Wednesday, March 13, 2019 | Approved |
SABnzbd 2.3.8-Beta1 | 120 | Monday, February 11, 2019 | Approved |
SABnzbd 2.3.7 | 520 | Saturday, January 12, 2019 | Approved |
SABnzbd 2.3.7-RC1 | 111 | Friday, January 4, 2019 | Approved |
SABnzbd 2.3.7-Beta1 | 136 | Monday, December 24, 2018 | Approved |
SABnzbd 2.3.6 | 328 | Friday, December 21, 2018 | Approved |
SABnzbd 2.3.6-RC1 | 100 | Tuesday, December 18, 2018 | Approved |
SABnzbd 2.3.6-Beta1 | 119 | Friday, October 26, 2018 | Approved |
SABnzbd 2.3.5 | 563 | Friday, September 7, 2018 | Approved |
SABnzbd 2.3.5-RC2 | 154 | Friday, August 24, 2018 | Approved |
SABnzbd 2.3.5-RC1 | 155 | Thursday, August 9, 2018 | Approved |
SABnzbd 2.3.4 | 519 | Friday, May 25, 2018 | Approved |
SABnzbd 2.3.4-RC1 | 169 | Sunday, May 20, 2018 | Approved |
SABnzbd 2.3.3 | 283 | Thursday, May 10, 2018 | Approved |
SABnzbd 2.3.3-RC2 | 223 | Friday, April 13, 2018 | Exempted |
SABnzbd 2.3.3-RC1 | 233 | Tuesday, March 27, 2018 | Exempted |
SABnzbd 2.3.3-Beta1 | 240 | Saturday, March 17, 2018 | Approved |
SABnzbd 2.3.2 | 572 | Friday, December 22, 2017 | Approved |
SABnzbd 2.3.2-RC2 | 246 | Sunday, December 10, 2017 | Exempted |
SABnzbd 2.3.2-RC1 | 246 | Sunday, November 26, 2017 | Exempted |
SABnzbd 2.3.1 | 464 | Friday, October 27, 2017 | Approved |
SABnzbd 2.3.1-RC2 | 284 | Friday, October 20, 2017 | Exempted |
SABnzbd 2.3.1-RC1 | 290 | Saturday, October 14, 2017 | Exempted |
SABnzbd 2.3.1-Beta1 | 310 | Friday, October 6, 2017 | Exempted |
SABnzbd 2.3.0 | 381 | Thursday, September 28, 2017 | Approved |
SABnzbd 2.2.1 | 410 | Wednesday, September 6, 2017 | Approved |
SABnzbd+ 0.7.20 | 1052 | Tuesday, May 26, 2015 | Approved |
SABnzbd+ 0.7.5 | 1726 | Sunday, November 4, 2012 | Approved |
SABnzbd+ 0.7.4.1 | 434 | Monday, October 22, 2012 | Approved |
SABnzbd+ 0.7.4 | 419 | Friday, October 12, 2012 | Approved |
SABnzbd+ 0.7.3 | 425 | Wednesday, October 10, 2012 | Approved |
Copyright © The SABnzbd-team
This package has no dependencies.
Ground Rules:
- This discussion is only about SABnzbd and the SABnzbd package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or SABnzbd, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.