# Installer jackett avec Homebrew, apk, chocolatey, Nix, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de jackett pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:jackett
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install jackett
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add jackett
```

  Preuve: Alpine Linux edge package indexes: jackett from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#jackett
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ja/jackett/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install jackett
```

  Preuve: Chocolatey community package catalog: jackett from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','intel-network-drivers-win10'

- Scoop (92%):

```sh
scoop install extras/jackett
```

  Preuve: Scoop official bucket manifest trees: bucket/jackett.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Jackett.Jackett -e
```

  Preuve: Windows Package Manager source index: Jackett.Jackett from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:jackett
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.24.2323
- **Résumé source:** API Support for your favorite torrent trackers
- **Page d'accueil:** <https://github.com/Jackett/Jackett>
- **Dépôt:** <https://github.com/Jackett/Jackett>
- **Dernière mise à jour:** 2026-08-03T07:41:35Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- jackett (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.24.2323
## Historique du projet et usages

Jackett is a tracker-proxy service that translates requests from media automation and search applications into tracker-specific HTTP queries, then returns standardized Torznab or TorrentPotato results.

### Historique du projet

The Jackett repository was created in 2015. Its README describes the project as a bridge between applications such as Sonarr, Radarr, Lidarr, qBittorrent, Mylar3, and other tools and a large maintained collection of torrent tracker integrations.

Jackett grew around a simple but maintenance-heavy idea: keep tracker scraping and translation logic in one repository so client applications do not each need to implement every tracker. The README's supported-tracker sections and release feed show a project shaped by continual indexer maintenance rather than occasional large feature drops.

### Historique d'adoption

Jackett was adopted in the personal media automation ecosystem because Torznab gave applications a common search API while many trackers lacked a shared interface. Package metadata lists Homebrew, Alpine, Chocolatey, Nix, Scoop, and winget, and the README advertises Docker distribution through linuxserver/jackett, matching a self-hosted-service audience.

### Modes d'utilisation

Users run the jackett service, configure tracker indexers, and point clients at local API URLs such as /api/v2.0/indexers/.../results/torznab with an API key. The README documents recent-upload feeds, searches, aggregate indexers, filters, Torznab query syntax, and tracker capability lookups.

### Pourquoi les passionnés de paquets s'y intéressent

Jackett is package-nerd significant because it packages scraper churn as infrastructure. It turns hundreds of tracker-specific parsing rules into one service, making the real package surface an API contract, a config directory, and a rapid release cadence.

### Chronologie

- 2015: Jackett repository created.
- 2010s: Jackett became a bridge for Sonarr/Radarr-style media automation clients and torrent trackers.
- 2020s: The project maintained broad OS, Docker, and package-manager distribution.
- 2026: The release feed shows frequent 0.24.x service releases.

### Related projects

- Related projects and protocols include Sonarr, Radarr, Lidarr, Mylar3, qBittorrent, Torznab, TorrentPotato, FlareSolverr, linuxserver/jackett, and tracker-specific indexer definitions.

### Sources

- <https://api.github.com/repos/Jackett/Jackett>
- <https://api.github.com/repos/Jackett/Jackett/releases?per_page=20>
- <https://formulae.brew.sh/formula/jackett>
- <https://github.com/Jackett/Jackett>
- <https://raw.githubusercontent.com/Jackett/Jackett/master/README.md>


## Notes de sécurité

formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ~/.config/Jackett/
- macOS: ~/.config/Jackett/, ~/Library/Application Support/Jackett/
- Windows: %ProgramData%\Jackett\
## Autres enregistrements de gestionnaires de paquets

- Nix - jackett: normalized package name match | nixpkgs package indexes: pkgs/by-name/ja/jackett/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - jackett - 0.24.1815-r0: normalized package name match | Alpine Linux edge package indexes: jackett from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | API Support for your favorite torrent trackers | https://github.com/Jackett/Jackett
- apk - jackett-openrc - 0.24.1815-r0: normalized package name match | Alpine Linux edge package indexes: jackett-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | API Support for your favorite torrent trackers (OpenRC init scripts) | https://github.com/Jackett/Jackett
- Chocolatey - jackett: normalized package name match | Chocolatey community package catalog: jackett from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','intel-network-drivers-win10'
- Scoop - extras/jackett: normalized package name match | Scoop official bucket manifest trees: bucket/jackett.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - Jackett.Jackett: normalized package name match | Windows Package Manager source index: Jackett.Jackett from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/jackett.yml](https://github.com/mxcl/pkgdb/blob/main/combined/jackett.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
