20 releases
Uses new Rust 2024
| 0.0.1-alpha.f12ce29 | Sep 19, 2025 |
|---|---|
| 0.0.1-alpha.e23f7b3 | Oct 12, 2025 |
| 0.0.1-alpha.a7bed75 | Sep 17, 2025 |
| 0.0.1-alpha.9cd0c26 | Nov 10, 2025 |
| 0.0.1-alpha.5b53072 | Dec 4, 2025 |
#32 in #actor-model
285KB
6K
SLoC
Tortillas
A terminal-based TUI (Text User Interface) torrent client built in Rust ๐ซ.
๐ง Project Status
Note: This project is currently under active development and is not yet feature-complete. It is by no means ready for use.
๐ ๏ธ Roadmap
See our roadmap here.
โ Currently Supported
- Parsing and handling Magnet URIs
- Parsing and handling
.torrentfiles - uTP and TCP peer connections
- Full implementation of the BitTorrent protocol
๐ In Development
- Completion of libtortillas library
๐ Future Plans
- Frontend TUI (Text User Interface)
โ Not Planned
- WebTorrent connections: Due to the lack of clear documentation and complex, undocumented protocols WebTorrent support is not currently planned.
๐งช Testing
We use Nextest for running tests. To run tests locally, you may need to install Nextest:
# Install Nextest (example using pre-built binaries)
# See: https://nexte.st/docs/installation/pre-built-binaries/
๐ฆ Installation
Tortillas
Tortillas is the frontend TUI (Text User Interface) application (what most people want)
There are plans to publish tortillas to registries such as crates.io and the AUR. However, for now, you can install it from source using cargo:
cargo install --git https://github.com/artrixdotdev/tortillas
This will install tortillas to your local Rust toolchain.
Libtortillas
Libtortillas is the library that powers the frontend TUI application. It is a library that can be used to build your own frontend application or integrate with existing frontend applications.
cargo add --git https://github.com/artrixdotdev/tortillas libtortillas
๐ค Contributing
We welcome contributions! If you'd like to help improve tortillas, please check out our CONTRIBUTING.md for guidelines and tips.
๐ Analytics
Dependencies
~20โ38MB
~468K SLoC