Configs2026年5月29日·1 分钟阅读

Motrix — Full-Featured Cross-Platform Download Manager

An open-source download manager supporting HTTP, FTP, BitTorrent, and Magnet links with a clean interface for macOS, Windows, and Linux.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Motrix Overview
直接安装命令
npx -y tokrepo@latest install 4719a2c9-5b9b-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Motrix is an open-source download manager built on Electron and powered by aria2 under the hood. It provides a clean, modern interface for managing downloads across HTTP, FTP, BitTorrent, and Magnet protocols. Motrix runs on macOS, Windows, and Linux with a unified experience.

What Motrix Does

  • Downloads files via HTTP, HTTPS, FTP, SFTP, BitTorrent, and Magnet links
  • Supports multi-threaded downloading with up to 64 concurrent connections
  • Provides a built-in torrent tracker list updater for better peer discovery
  • Manages download queues with pause, resume, and scheduling
  • Offers a browser extension for intercepting download links

Architecture Overview

Motrix wraps aria2, a lightweight multi-protocol download utility, inside an Electron desktop application. The Vue.js frontend communicates with the aria2 daemon via its JSON-RPC interface. This separation means the download engine runs independently of the UI, providing stability and the ability to control aria2 remotely if needed.

Self-Hosting & Configuration

  • Download installers from the GitHub Releases page for each platform
  • Configure maximum concurrent downloads and per-task thread count in settings
  • Set default download directory and file naming rules
  • Add custom tracker lists for improved BitTorrent performance
  • Adjust speed limits and scheduling for bandwidth management

Key Features

  • Clean, modern UI with dark mode support
  • Simultaneous downloading of multiple files with queue management
  • Built-in tracker list auto-update for BitTorrent
  • UPnP and NAT-PMP support for better P2P connectivity
  • Browser extensions available for Chrome and Firefox

Comparison with Similar Tools

  • aria2 — command-line only; Motrix provides the GUI layer on top of aria2
  • qBittorrent — focused solely on torrents; Motrix handles HTTP/FTP downloads too
  • Free Download Manager — closed source; Motrix is fully open source
  • JDownloader — Java-based and heavier; Motrix offers a lighter Electron-based experience

FAQ

Q: Is Motrix still actively maintained? A: Core development has paused, but the project remains functional and the community provides forks with updates.

Q: Can I use Motrix as a replacement for IDM? A: Yes, for most use cases. Motrix supports multi-threaded HTTP downloads and browser integration similar to IDM.

Q: Does Motrix support download speed limiting? A: Yes. You can set global and per-task upload and download speed limits in the settings.

Q: How does Motrix handle magnet links? A: Motrix registers as a magnet link handler on your system and passes them to the aria2 engine for download.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产