# Installer torrra avec Homebrew

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

## installation

```sh
sudo av install brew:torrra
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install torrra
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:torrra
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.7
- **Résumé source:** Find and download torrents without leaving your CLI
- **Page d'accueil:** <https://torrra.readthedocs.io/en/latest/>
- **Dépôt:** <https://github.com/stabldev/torrra>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- torrra (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Torrra is a Python CLI/TUI for searching and downloading torrents from the terminal. Its README describes it as powered by Jackett or Prowlarr for search and libtorrent for downloads, with a Textual-based interface.

### Historique du projet

The project is a recent terminal-first BitTorrent client wrapper rather than an old ecosystem package. Its README identifies it as MIT licensed with 2025 copyright, and the official documentation title shows a 2.0.7 documentation build.

Torrra's project direction is to combine several pieces that package nerds often run separately: Jackett or Prowlarr indexers, libtorrent downloading, a persistent TOML config, caching, themes, and a Textual TUI with pause/resume controls.

### Historique d'adoption

Official installation notes in the README lead with pipx and uv tool install, then list AUR, standalone binaries, Homebrew, and Docker as additional options. The input package facts confirm Homebrew packaging, placing Torrra in the cross-platform Python CLI packaging pattern rather than a single-distribution tool.

### Modes d'utilisation

The README shows three main workflows: interactive search by running torrra with a configured indexer, direct search with torrra search, and direct download from magnet URIs or .torrent files with torrra download. Configuration commands set Jackett URL, Jackett API key, default indexer, download paths, and themes in config.toml.

For package nerds, Torrra is mainly interesting because it brings the torrent search/download loop into the terminal while still integrating with self-hosted indexer tools. The credentials file doubles as configuration because API keys for Jackett or Prowlarr are stored in the same TOML config.

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

Torrra is significant as a modern Python/Textual example in the torrent CLI space: it packages search, indexer credentials, libtorrent downloads, and a TUI into one command while supporting pipx, uv, AUR, Homebrew, binaries, and Docker.

### Chronologie

- 2025: README license line identifies MIT copyright for the project.
- 2.0.7 docs: Read the Docs publishes Torrra documentation with usage, configuration, indexer, roadmap, and contributing sections.
- Current packaging: README lists pipx, uv tool install, AUR, standalone binaries, Homebrew, and Docker options.

### Related projects

- The README names Jackett, Prowlarr, libtorrent, and Textual as the main surrounding ecosystem. It also mentions pipx, uv, AUR, Homebrew, and Docker as packaging/install surfaces.

### Sources

- <https://github.com/stabldev/torrra#readme>
- <https://torrra.readthedocs.io/en/latest/configuration.html>
- <https://torrra.readthedocs.io/en/latest/usage.html>
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal


## 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

- Unix: ~/.config/torrra/config.toml
- Windows: %APPDATA%\torrra\config.toml

## Credential files

- Unix: ~/.config/torrra/config.toml
- Windows: %APPDATA%\torrra\config.toml

## Combined YAML source

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


## Sources

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