Skip to main content

Torrra - “rrr”

A Python tool that lets you search and download torrents without leaving your CLI.

Python Versions PyPI AUR Version Pepy Total Downloads CI Status Docs License

demo

Torrra provides a streamlined command-line interface for torrent search and downloads, powered by Jackett/Prowlarr and Libtorrent. Built with Textual, it offers a beautiful TUI with pause/resume support - all without leaving your terminal.

Full documentation: https://torrra.readthedocs.io/en/latest/

Installation

uv tool install torrra
# or pipx install torrra

Other options: AUR, standalone binaries, Homebrew or Docker.

See full install options →

Quick Usage

1. Interactive Search

Launch torrra with an indexer.

torrra # if default indexer is configured
# or torrra jackett
# or torrra jackett --url http://localhost:9117 --api-key <your_api_key>

Replace <your_jackett_api_key> with your actual Jackett API key.

2. Direct Search

You can bypass the initial welcome screen and search
for torrents directly from your command line using the search command:

torrra search "arch linux iso"
# or torrra search "arch linux iso" --no-cache

3. Direct Download

You can download torrents directly from magnet URIs, URLs, or local .torrent files without searching using the download command:

torrra download "magnet:?xt=urn:btih:..."
# or torrra download "/path/to/file.torrent"
# choose a destination for this torrent
torrra download "magnet:?xt=urn:btih:..." --save-path /downloads/linux

Full Usage guide →
See full CLI & TUI guide →

Configuration

For persistent settings, torrra uses a config.toml file where you can configure your indexers, download paths, and themes. This avoids the need to pass arguments on every run.

For example, to set up Jackett as your default indexer:

# set your Jackett URL and API key
torrra config set indexers.jackett.url http://localhost:9117
torrra config set indexers.jackett.api_key <your_api_key>

# set Jackett as the default indexer
torrra config set indexers.default jackett

Now you can simply run torrra to start searching:

torrra # default indexer will be used

Learn more about configuration →

Features

  • Search with Jackett or Prowlarr
  • Download torrents directly with pause/resume support
  • Choose and persist a separate download directory for each torrent
  • Beautiful and responsive TUI built with Textual
  • Customizable themes (dark, light, and more)
  • Smart config + opt-in caching for fast searches
  • Sort search results by seeders, size, title or leechers, and hide dead torrents
  • Native support for Linux, macOS, and Windows

Full feature list →

Contributing

Contributions are welcome and greatly appreciated!
Whether it's reporting a bug, submitting a feature request, or writing code, we value your help.

  • Found a bug or have an idea? Open an issue to let us know.
  • Want to contribute code? Check out the Contributing Guide,
    to learn how to set up your development environment and submit a pull request.

License

MIT © 2026 ^_^ @stabldev

Like my work?

This project needs a ⭐ from you. Don't forget to leave a ⭐
If you found this helpful, consider supporting me with a coffee.

"Buy Me A Coffee"

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torrra-2.1.3.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

torrra-2.1.3-py3-none-any.whl (58.5 kB view details)

Uploaded Python 3

File details

Details for the file torrra-2.1.3.tar.gz.

File metadata

  • Download URL: torrra-2.1.3.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for torrra-2.1.3.tar.gz
Algorithm Hash digest
SHA256 365e713a2e4fb7349b62a76146c00a9d77a5b13924553c56d78ef3a77bba367d
MD5 c94a131e2c567e1b421fd0ed5ad92c86
BLAKE2b-256 4c635f06c0390ab536b6c5db0136849880e61efe30f2e1860ffe6cbadc48f30e

See more details on using hashes here.

File details

Details for the file torrra-2.1.3-py3-none-any.whl.

File metadata

  • Download URL: torrra-2.1.3-py3-none-any.whl
  • Upload date:
  • Size: 58.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for torrra-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 32e5c2a2b00c14330bcab2b51df1a105f87c64c2caa379e8db8c27b3537b656c
MD5 25d9e87e69025056aaaa6b73ad930858
BLAKE2b-256 17892c71673205f54a09e7cf7a148b98a4b4ae1c288c114988c218846fedc7ed

See more details on using hashes here.

Release history Release notifications | RSS feed

2.3.0

2 files

2.2.0

2 files

2.1.4

2 files

This release

2.1.3 This release

2 files

2.1.2

2 files

2.1.1

2 files

2.1.0

2 files

2.0.7

2 files

2.0.6

2 files

2.0.5

2 files

2.0.4

2 files

2.0.3

2 files

2.0.2

2 files

2.0.1

2 files

2.0.0

2 files

1.3.5

2 files

1.3.4

2 files

1.3.3

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.8

2 files

1.2.7

2 files

1.2.6

2 files

1.2.5

2 files

1.2.4

2 files

1.2.3

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.6

2 files

1.0.5

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page