Crates.io | mtorrent |
lib.rs | mtorrent |
version | 0.3.3 |
created_at | 2025-09-06 16:42:11.902431+00 |
updated_at | 2025-09-14 14:11:41.490106+00 |
description | Fast and lightweight CLI BitTorrent client in Rust |
homepage | |
repository | https://github.com/DanglingPointer/mtorrent |
max_upload_size | |
id | 1827242 |
size | 280,226 |
Lightweight CLI Bittorrent client in Rust. Blazingly fast, incredibly robust and very impressive in general.
Download the latest pre-compiled binary for Linux or Windows here: https://github.com/DanglingPointer/mtorrent/releases/latest
Alternatively, compile locally using the following commands:
RUSTFLAGS="--cfg=tokio_unstable" cargo install mtorrent
$env:RUSTFLAGS="--cfg=tokio_unstable"; cargo install mtorrent
$ mtorrent --help
Fast and lightweight CLI BitTorrent client in Rust
Usage: mtorrent [OPTIONS] <METAINFO_URI>
Arguments:
<METAINFO_URI> Magnet link or path to a .torrent file
Options:
-o, --output <PATH> Output folder
--no-upnp Disable UPnP
--no-dht Disable DHT
-h, --help Print help
-V, --version Print version