YATT (Yet Another Torrent Thingy) is a lightweight torrent downloader built with Avalonia and MonoTorrent.
Download torrents (duh).
Set and enable different speed profiles.
Stores current session ( files being downloaded and their states)
if the file is associated to the app: open file to load it / start up application on file open
Magnetic link support
- Clone the repository:
git clone https://github.com/atretador/YATT.git
- Navigate to the project directory:
cd YATT
- Build the project:
dotnet build
- Run the application:
dotnet run
Missing:
save metadata along with session so we don't have to download it again for megnet links
Known bugs:
Combo box for the profiles doesn't load the unit type properly.
This was a quick for fun project and may contain bugs.