Download large files over BitTorrent or HTTP with controlled speed limits on any desktop OS
Select specific files within a torrent instead of downloading the entire archive
Route browser downloads from Chrome or Edge directly into the app using the companion browser extension
Run downloads in the background while keeping the visible window closed, with a shutdown-when-done option
macOS users must run a terminal command to remove the quarantine flag after downloading because the app is currently unsigned.
Motrix Next is a desktop download manager for macOS, Windows, and Linux. It can handle downloads over HTTP, FTP, BitTorrent, Magnet links, and Metalink, and it lets you run multiple downloads at the same time with control over speed limits and the number of concurrent connections. The project is a full rewrite of an older tool called Motrix, which had been inactive since 2023. The original used Electron as its desktop runtime and Vue 2 for its interface, and its codebase had accumulated technical debt that made it difficult to maintain. Motrix Next replaces Electron with Tauri, a framework that uses Rust for the backend and a smaller WebView for the interface. This cuts the application bundle size from roughly 80 MB down to about 20 MB. The interface uses Vue 3 and TypeScript instead of the older JavaScript stack. For BitTorrent downloads, the app includes support for selecting individual files within a torrent, peer exchange, encryption controls, and the ability to see which country peers are connecting from. A browser extension is available for Chrome and Edge that routes downloads from your browser directly to the app, with support for forwarding cookies, referrer headers, and filename hints. The app stores completed download history in a SQLite database and supports organizing downloads into folders. It can run in a lightweight background mode where the visible window is destroyed but the download engine keeps running. Notifications alert you when downloads complete, fail, or start, and you can optionally have the computer shut down when all downloads finish. Installation is through a package for your operating system: a DMG or Homebrew cask on macOS, an installer on Windows, or a DEB, RPM, or AppImage on Linux. The app is unsigned on macOS, which requires running a command to remove the quarantine flag after downloading. The full README is longer than what was shown.
← aninsomniacy on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.