Skip to content

Taoister39/tauri-motrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

483 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tauri-motrix

Feature Requests Bugs

Tauri Motrix is a full-featured download manager written in Tauri.The purpose is to restructure Motrix open source project.

Preview

Dark Light
预览 预览

Install

Go to the release page to download the corresponding installation package Supports Windows (x64 / arm64).

Features

  • 🎨 Material Design Theme (MUI).
  • 🚀 Supports 128 threads in a single task
  • 📦 Lightweight, small package size
  • 🚥 Supports speed limit

Development

To run the development server, execute the following commands after all prerequisites for Tauri are installed:

Note

If you are using a Windows ARM or Linux ARM device, you need to install LLVM (including clang) and set the environment variable.

This is because the ring crate is compiled using clang on Windows ARM and Linux ARM platforms. See this PR for the ongoing work to replace cl.exe with clang-cl.

pnpm i
pnpm check
pnpm tauri dev

Contributions

Issue and PR welcome!

Acknowledgements

Thanks to the following projects for giving me inspiration and reference:

License

GPL-3.0 License. See License here for details.