LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

superseedr

Modern BitTorrent client for the terminal

TLDR

Launch the TUI client
$ superseedr
copy
Add a magnet link
$ superseedr add "[magnet:?xt=urn:btih:...]"
copy
Add a torrent file
$ superseedr add [/path/to/file.torrent]
copy
List configured torrents
$ superseedr torrents
copy
List the files of a torrent by info hash
$ superseedr files [info_hash]
copy
Gracefully stop the running client
$ superseedr stop-client
copy

SYNOPSIS

superseedr [command] [options]

DESCRIPTION

superseedr is a modern BitTorrent client featuring a high-performance 60 FPS terminal UI, real-time swarm observability with bandwidth graphs and peer analytics, and Docker with Gluetun VPN integration. It supports BitTorrent v2, RSS feed tracking, and 40+ built-in themes.Run without arguments, superseedr opens the interactive terminal UI. While it is running you can add content by pasting a magnet link or torrent path, or by running the `add` subcommand from another terminal, which hands the input to the live instance. The remaining subcommands provide a scriptable interface for managing torrents and the shared/standalone configuration. Add --json to any subcommand to get structured output.

COMMANDS

add [--path PATH] [--validated] input...

Add one or more torrent file paths or magnet links. --path persists an existing download path for the inputs; --validated treats data as already verified when rebuilding a catalog.
torrents
List configured torrents.
info infohash|path_
Show a single torrent by info hash or unique file path.
files infohash|path_
List the files for a torrent, including relative and resolved full paths.
stop-client
Request a graceful shutdown of the running client.
to-shared PATH / to-standalone
Convert between layered shared config (rooted at PATH) and local standalone config.

HISTORY

superseedr was created by Jagalite and is written in Rust. It is distributed via `cargo install superseedr`, Homebrew, the AUR, and platform installers.

SEE ALSO

Copied to clipboard
Kai