SABnzbd - The automated Usenet download tool http://sabnzbd.org
Find a file
jcfp 4ffe0e27fb
Some checks failed
Build binaries and source distribution / Build Windows binary (push) Has been cancelled
Build binaries and source distribution / Build macOS binary (push) Has been cancelled
Build binaries and source distribution / Build Snap Packages (amd64) (push) Has been cancelled
Build binaries and source distribution / Build Snap Packages (arm64) (push) Has been cancelled
CI Tests / Black Code Formatter (push) Has been cancelled
CI Tests / Test Linux - Python 3.10 (push) Has been cancelled
CI Tests / Test Linux - Python 3.11 (push) Has been cancelled
CI Tests / Test Linux - Python 3.12 (push) Has been cancelled
CI Tests / Test Linux - Python 3.13 (push) Has been cancelled
CI Tests / Test Linux - Python 3.9 (push) Has been cancelled
CI Tests / Test Windows - Python 3.13 (push) Has been cancelled
CI Tests / Test macOS - Python 3.13 (push) Has been cancelled
Update translatable texts / Update translatable texts (push) Has been cancelled
Build binaries and source distribution / Prepare Release (push) Has been cancelled
Handle weird anime episode notation (#3146)
* handle weird anime episode notation

* make black even happier /s
2025-09-15 22:55:07 +02:00
.github Update all dependencies (#3142) 2025-09-08 20:00:14 +00:00
.tx Update Transifex client to supported version 2022-10-25 20:16:55 +02:00
builder Update all dependencies (#3142) 2025-09-08 20:00:14 +00:00
email replace leftover wikidot url about email templates (#3018) 2025-01-14 09:07:31 +01:00
icons Rename osx to macos in the code 2025-05-05 22:15:02 +02:00
interfaces Add time_added to History output and interface 2025-08-07 16:41:01 +02:00
licenses Fix typos (#2339) 2022-11-14 07:21:42 +01:00
linux Add 4.5.3 to Appdata file 2025-08-05 11:32:33 +02:00
macos Update to par2cmdline-turbo 1.3.0 that supports older macOS 2025-08-05 11:09:24 +02:00
po Update translatable texts 2025-09-08 19:37:06 +00:00
sabnzbd Handle weird anime episode notation (#3146) 2025-09-15 22:55:07 +02:00
scripts stop catching BaseException (#3062) 2025-04-09 15:27:22 +02:00
snap Cache par2 download 2025-08-19 16:22:50 +02:00
tests Handle weird anime episode notation (#3146) 2025-09-15 22:55:07 +02:00
tools stop catching BaseException (#3062) 2025-04-09 15:27:22 +02:00
win bump windows unrar to 7.13 for CVE-2025-8088 (#3129) 2025-08-11 11:59:12 +02:00
.git-blame-ignore-revs Add changes to web_host and web_port to ignored revs 2024-07-14 23:23:26 +02:00
.gitignore 3.2.x cleanup (#1808) 2021-02-27 14:48:00 +01:00
COPYRIGHT.txt bump copyright year (#3034) 2025-02-17 14:06:12 +01:00
GPL2.txt Eliminate superfluous 'main' folder 2010-03-21 12:58:33 +01:00
GPL3.txt Eliminate superfluous 'main' folder 2010-03-21 12:58:33 +01:00
INSTALL.txt bump copyright year (#3034) 2025-02-17 14:06:12 +01:00
ISSUES.txt Only download force priority items when paused (#2679) 2023-09-18 11:17:52 +02:00
LICENSE.txt bump copyright year (#3034) 2025-02-17 14:06:12 +01:00
portable.cmd Make sure that the invoking window disappears 2016-07-13 08:36:05 +02:00
README.md Switch discord link to vanity link. Add binhex as docker maintainer entry (#2861) 2024-05-17 07:16:25 +02:00
README.mkd Update text files for 4.5.0RC1 2025-03-21 21:38:45 +01:00
requirements.txt Update all dependencies (#3142) 2025-09-08 20:00:14 +00:00
SABnzbd.py Broken "Show Logging" function when console logging 2025-08-01 14:57:33 +02:00

SABnzbd - The automated Usenet download tool

License Join our Discord

SABnzbd is an Open Source Binary Newsreader written in Python.

It's totally free, easy to use, and works practically everywhere. SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction. SABnzbd offers an easy setup wizard and has self-analysis tools to verify your setup.

If you want to know more you can head over to our website: https://sabnzbd.org.

Resolving Dependencies

SABnzbd has a few dependencies you'll need before you can get running. If you've previously run SABnzbd from one of the various Linux packages, then you likely already have all the needed dependencies. If not, here's what you're looking for:

  • python (Python 3.8 and above, often called python3)
  • Python modules listed in requirements.txt. Install with python3 -m pip install -r requirements.txt -U
  • par2 (Multi-threaded par2 installation guide can be found here)
  • unrar (make sure you get the "official" non-free version of unrar)

Optional:

  • See requirements.txt

Your package manager should supply these. If not, we've got links in our installation guide.

Running SABnzbd from source

Once you've sorted out all the dependencies, simply run:

python3 -OO SABnzbd.py

Or, if you want to run in the background:

python3 -OO SABnzbd.py -d -f /path/to/sabnzbd.ini

If you want multi-language support, run:

python3 tools/make_mo.py

Our many other command line options are explained in depth here.

About Our Repo

The workflow we use, is a simplified form of "GitFlow". Basically:

  • master contains only stable releases (which have been merged to master) and is intended for end-users.
  • develop is the target for integration and is not intended for end-users.
  • 1.1.x is a release and maintenance branch for 1.1.x (1.1.0 -> 1.1.1 -> 1.1.2) and is not intended for end-users.
  • feature/my_feature is a temporary feature branch based on develop.
  • bugfix/my_bugfix is an optional temporary branch for bugfix(es) based on develop.

Conditions:

  • Merging of a stable release into master will be simple: the release branch is always right.
  • master is not merged back to develop.
  • develop is not re-based on master.
  • Release branches branch from develop only.
  • Bugfixes created specifically for a release branch are done there (because they are specific, they're not cherry-picked to develop).
  • Bugfixes done on develop may be cherry-picked to a release branch.
  • We will not release a 1.0.2 if a 1.1.0 has already been released.