2 stable releases
2.0.0 | Aug 26, 2024 |
---|---|
1.0.1 | Aug 26, 2024 |
1.0.0 |
|
#745 in Command line utilities
79 downloads per month
150KB
3K
SLoC
RustyBit
A simple CLI bittorrent client.
It also partially supports the DHT protocol.
Installation
cargo install rustybit
Usage
To download a torrent into the $(pwd)/.downloads
folder, run the following command:
rustybit <torrent_path>
If you want to change the output directory, use this command instead:
rustybit <torrent_path> -o <output_dir_path>
Missing features
It currently misses the following features (and I'm not sure whether I would add them):
- Seeding torrents
- Extension protocol support
- Full DHT node
- Downloading multiple torrents in parallel
- Pausing/resuming torrents
- Proper GUI/TUI
Dependencies
~17–31MB
~457K SLoC