vcan / Motrix

A full-featured download manager.

Home Page:https://motrix.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motrix

App Icon

A full-featured download manager

GitHub release Build Status Build status Total Downloads Support Platforms

English | 简体中文

Motrix is a full-featured download manager that supports downloading HTTP, FTP, BitTorrent, Magnet, Baidu Net Disk, etc.

Motrix has a clean and easy to use interface. I hope you will like it 👻.

✈️ Official Website | 📖 Manual

💽 Installation

Download from GitHub Releases and install it.

Windows

It is recommended to install Motrix using the installation package (Motrix-Setup-x.y.z.exe) to ensure a complete experience, such as associating torrent files, capturing magnet links, etc.

If you prefer the portable version, you can use scoop (need Windows 7+) to install Motrix.

scoop install motrix

macOS

The macOS users can install Motrix using brew cask, thanks to PR of Mitscherlich.

brew update && brew cask install motrix

Linux

You can download the AppImage (for all Linux distributions) package or snap or just build from source code to install Motrix.

Please read the Build section.

For Arch Linux users, Motrix is available in aur, thanks to the maintainer weearc.

Run the following command to install:

yay motrix

✨ Features

  • 🕹 Simple and clear user interface
  • 🦄 Supports BitTorrent & Magnet
  • 💾 Supports downloading Baidu Net Disk
  • 🎛 Up to 10 concurrent download tasks
  • 🚀 Supports 64 threads in a single task
  • 🕶 Mock User-Agent
  • 🔔 Download completed Notification
  • 💻 Ready for Touch Bar (Mac only)
  • 🤖 Resident system tray for quick operation
  • 🌑 Dark mode
  • 🗑 Delete related files when removing tasks (optional)
  • 🌍 I18n, View supported languages.
  • 🎏 ...

🖥 User Interface

motrix-screenshot-task-en.png

⌨️ Development

Clone Code

git clone git@github.com:agalwood/Motrix.git

Install Dependencies

cd Motrix
npm install

If you like Yarn, you can also use yarn to install dependencies.

Dev Mode

npm run dev

Build Release

npm run build

After building, the application will be found in the project's release directory.

🛠 Technology Stack

☑️ TODO

Development Roadmap see: Trello

🤝 Contribute PRs Welcome

If you are interested in participating in joint development, PR and Forks are welcome!

🌍 Internationalization

Translations into versions for other languages are welcome 🧐! Please read the translation guide before starting translations.

Key Name Status
de German ✔️ @Schloemicher
en-US English ✔️
fa فارسی ✔️ @Nima-Ra
fr Français ✔️ @gpatarin
ja 日本語 ✔️ @hbkrkzk
ko 한국어 ✔️ @KOZ39
pt-BR Portuguese (Brazil) ✔️ @andrenoberto
tr Türkçe ✔️ @abdullah
zh-CN 简体中文 ✔️
zh-TW 繁體中文 ✔️ @Yukaii

📜 License

MIT Copyright (c) 2018-present Dr_rOot

About

A full-featured download manager.

https://motrix.app/

License:MIT License


Languages

Language:JavaScript 61.0%Language:Vue 26.6%Language:CSS 12.0%Language:HTML 0.4%