Motrix Next: The Lightweight, Cross-Platform Download Manager Reviving the Classic
If you follow download tools, you must have heard of the classic Motrix. Although Motrix stopped updating after 2023, the spiritual successor released by the community, "Motrix Next," has perfectly taken over the baton. It is even more lightweight, with an installer size of only about 20MB and significantly reduced memory usage.

Motrix Next Official Website: https://motrix-next.pages.dev/
Motrix Next Features
- Lightweight — Built on Tauri, small size, and low resource consumption.
- Cross-Platform — Perfectly supports Windows, macOS, and Linux.
- Multi-Protocol Download — Supports HTTP, FTP, BitTorrent, and magnet links.
- BitTorrent Enhanced — Supports selective file downloading, DHT, peer exchange (PEX), and encrypted transmission.
- Concurrent Downloads — Supports up to 10 simultaneous tasks with customizable thread counts.
- Speed Control — Supports global and per-task upload/download speed limits.
- Unified Tray — Real-time download speed display in the menu bar (macOS).
- Dark Mode — Native dark theme that automatically follows system preferences.
- Multi-language Support (i18n) — Automatically detects and matches the system language on first launch.
- Task Management — Supports pause/resume, delete (with optional file cleanup), and batch operations.
- Protocol Association — Automatically registers as the default handler for magnet links and Thunder links.
Motrix VS Motrix Next
Motrix Next continues the Motrix architecture but has been completely refactored using Rust + Tauri (Note: It is not developed by the same author). The comparison is as follows:
| Layer | Motrix (Old Version) | Motrix Next |
|---|---|---|
| Runtime | Electron | Tauri 2 (Rust) |
| Frontend | Vue 2 + Vuex | Vue 3 Composition API + Pinia |
| UI Framework | Element UI | Naive UI |
| Language | JavaScript | TypeScript + Rust |
| Styling | SCSS + Element Theme | Native CSS + Custom Properties |
| Engine Management | Node.js child_process | Tauri sidecar |
| Build System | electron-builder | Vite + Cargo |
| Installer Size | ~80 MB | ~20 MB |
| Memory Usage | High | Low |
| Auto Update | electron-updater | Tauri update plugin |
Limitations of Motrix Next
- Browser extensions are not yet supported.
- Cannot detect page streaming media for one-click downloading like IDM.
Installing Motrix Next
Go directly to GitHub: https://github.com/AnInsomniacy/motrix-next/releases and download based on your platform.

Note: Since Motrix Next is developed by an individual and does not have a code signing certificate, macOS users must execute the xattr -cr command to run it for the first time. Windows users may encounter antivirus warnings.
Screenshots



Conclusion
After Motrix stopped updating, I searched for a long time for alternatives until I found this Next version. The 20MB size is truly excellent, the interface is familiar and smooth, and it is fully sufficient for daily downloads. Although it lacks a browser plugin yet, as an open-source spiritual successor, the sincerity here must be supported.
Motrix Next Open Source Address: https://github.com/AnInsomniacy/motrix-next