English | 简体中文
Support downloading HTTP, FTP, BitTorrent, Magnet, Baidu Net Disk and other resources.
Hello everyone, I am an interested desktop application developer 🤓. I developed a full-featured download manager in my spare time for my hobbies. Its name is Motrix. I completed its interface design, application icons, completed most of the coding, and opened it source.
I think that its interface is beautiful, easy to operate, and rich in configuration 😌, I hope you will like it 👻.
Download from Github Releases and install it.
- 🕹 Simple and clear user interface
- 🧲 Support BitTorrent & Magnet
- 🤫 Support downloading Baidu Net Disk
- 🎛 Up to 10 tasks concurrently download
- 🚀 Single task maximum support 64 thread download
- 🕶 Mock User-Agent
- 🔔 Download completed Notification
- 🌍 I18n, currently available Simplified Chinese & English.
- 🎏 ...
git clone [email protected]:agalwood/Motrix.git
cd Motrix
npm install
If you like Yarn, you can also use yarn
to install dependencies.
npm run dev
npm run build
After build finish, you can see the compiled packaged application file in the release
directory of the project.
- Electron
- Vue + VueX + Element
- Aria2 (Note: macOS and Linux versions use 64-bit aria2c, Windows version uses 32-bit)
Development Roadmap see: Trello
If you are interested in participating in joint development, Fork and PR are welcome.
MIT Copyright (c) 2018-present Dr_rOot