Jackett

(โ˜… 15,924)

API Support for your favorite torrent trackers

  • .editorconfig
  • .gitattributes
  • .gitignore
  • azure-pipelines.yml
  • CONTRIBUTING.md
  • install_service_macos
  • install_service_systemd.sh
  • install_service_systemd_mono.sh
  • Installer.iss
  • jackett_launcher.bat
  • jackett_launcher.sh
  • LICENSE
  • README.md
  • uninstall_jackett_macos
  • uninstall_service_systemd.sh
  • Upstart.config
  • yamllint.yml

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/Jackett/Jackett

Downloads the entire project code from GitHub to your computer.

cd Jackett

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu ๊ณ„์—ด) Built into Debian/Ubuntu-based Linux distributions.
wget https://raw.githubusercontent.com/Jackett/Jackett/master/uninstall_service_systemd.sh --quiet -O - | sudo bash

Type this command into your terminal and run it.

curl -sSL https://raw.githubusercontent.com/Jackett/Jackett/master/uninstall_jackett_macos | bash

Downloads and runs the official install script in one line โ€” this handles the full setup automatically.

sudo apt install nuget msbuild dotnet-sdk-9.0

Installs directly from the APT package repository (Debian/Ubuntu-based).

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. .NET

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet publish Jackett.Server -f net9.0 --self-contained -r osx-x64 -c Debug

Type this command into your terminal and run it.

sudo apt install nuget msbuild dotnet-sdk-9.0

Installs directly from the APT package repository (Debian/Ubuntu-based).

dotnet publish Jackett.Server -f net9.0 --self-contained -r linux-x64 -c Debug

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation