30 Star 197 Fork 72

Gitee 极速下载 / motrix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/agalwood/Motrix
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Motrix

Motrix App Icon

一款全能的下载工具

GitHub release Build/release Total Downloads Support Platforms

English | 简体中文

我是个兴趣使然的桌面应用开发者🤓,利用搬砖之余开发了 Motrix。

Motrix 是一款全能的下载工具,支持下载 HTTP、FTP、BT、磁力链等资源。它的界面简洁易用,希望大家喜欢 👻。

✈️ 去 官网 逛逛 | 📖 查看 帮助手册

💽 安装稳定版

GitHub官网 提供了已经编译好的稳定版安装包,当然你也可以自己克隆代码编译打包。

Windows

建议使用安装包(Motrix-Setup-x.y.z.exe)安装 Motrix 以确保完整的体验,例如关联 torrent 文件,捕获磁力链等。

如果你在 Windows 是用包管理工具来管理应用,如 Chocolateyscoop,你可以使用它们安装 Motrix。

Chocolatey

感谢 @Yato 持续维护着 Motrix Chocolatey 包。要安装 Motrix,请从 命令行PowerShell 中运行以下命令:

# 安装
choco install motrix

# 升级
choco upgrade motrix

scoop

如果你更喜欢便携版,你可以使用 scoop(需要 Windows 7+,天朝用户可能需要设置 Git 代理)安装最新便携版本的 Motrix。

scoop bucket add extras
scoop install motrix

macOS

macOS 用户可以使用 brew 安装 Motrix,感谢 @MitscherlichPR

brew update && brew install motrix

自动更新

Motrix v1.8.0+ 版本更改了应用 BundleID ( net.agalwood.Motrix => app.motrix.native ), Motrix v1.6.11 的自动更新会因为签名不一致而失败。Motrix 安装助手将帮助您安装最新的 Motrix 应用程序。

Motrix Install Assistant Icon

Linux

你可以下载 AppImage (适用于所有 Linux 发行版)或 snap 来安装 Motrix,更多 Linux 安装包格式请查看 GitHub/release

Motrix 在 Linux 中首次启动可能需要使用 sudo 运行,因为可能没有创建下载会话文件的权限 (/var/cache/aria2.session)。

如果你想自己通过编译源码来安装,请阅读 编译打包 部分。

AppImage

最新版的 Motrix AppImage 需要自己手动进执行桌面集成。请查看 AppImageLauncher 的文档进行操作。

桌面集成 electron-builder v21 之后,桌面集成不再是 AppImage 文件的一部分。 推荐使用 AppImageLauncher 集成 AppImage。

Deepin 20 Beta 用户安装 Motrix 失败的问题,请按照以下方法处理:

打开终端,黏贴运行如下命令之后再次安装 Motrix。

sudo apt --fix-broken install

Snap

Motrix 已经上架 Snapcraft ,Ubuntu 用户推荐从 Snap 商店下载。

v1.5.10 提示

系统托盘可能无法正常显示指示器,导致退出应用程序不方便。 请取消勾选 偏好设置——基本设置——隐藏应用程序菜单(仅限Windows和Linux),点击保存并应用。然后点击 "文件 "菜单中的 "退出",退出应用程序。

请更新到 v1.5.12 及以上版本,可以使用键盘组合快捷键 Ctrl + q 快速退出应用。

AUR

对于 Arch Linux 用户,可以使用 aur 安装 Motrix,感谢维护者 @weearc

运行以下命令进行安装:

yay -S motrix

Flatpak

感谢 @proletarius101PR,Motrix 已经上架 Flathub,喜欢 Flatpak 的 Linux 用户可以尝试。

# 安装
flatpak install flathub net.agalwood.Motrix

# 运行
flatpak run net.agalwood.Motrix

✨ 特性

  • 🕹 简洁明了的图形操作界面
  • 🦄 支持BT和磁力链任务
  • ☑️ 支持选择性下载BT部分文件
  • 📡 每天自动更新 Tracker 服务器列表
  • 🔌 UPnP & NAT-PMP 端口映射
  • 🎛 最高支持 10 个任务同时下载
  • 🚀 单任务最高支持 64 线程下载
  • 🚥 设置上传/下载限速
  • 🕶 模拟用户代理UA
  • 🔔 下载完成后通知
  • 💻 支持触控栏快捷键 (Mac 专享)
  • 🤖 常驻系统托盘,操作更加便捷
  • 📟 系统托盘速度仪表显示实时速度 (Mac 专享)
  • 🌑 深色模式
  • 🗑 移除任务时可同时删除相关文件
  • 🌍 国际化,查看已可选的语言
  • 🛠 更多特性开发中

🖥 应用界面

motrix-screenshot-task-cn.png

⌨️ 本地开发

克隆代码

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

安装依赖

cd Motrix
yarn

天朝大陆用户建议使用淘宝的 npm 源

yarn config set registry 'https://registry.npmmirror.com'
npm config set registry 'https://registry.npmmirror.com'
export ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/'
export SASS_BINARY_SITE='https://npm.taobao.org/mirrors/node-sass'

Error: Electron failed to install correctly, please delete node_modules/electron and try installing again

Electron 下载安装失败的问题,解决方式请参考 https://github.com/electron/electron/issues/8466#issuecomment-571425574

开发模式

yarn run dev

编译打包

yarn run build

编译 Apple Silicon 版本

yarn run build:applesilicon

完成之后可以在项目的 release 目录看到编译打包好的应用文件

🛠 技术栈

☑️ TODO

开发计划请移步 Trello 查看

🤝 参与共建 PRs Welcome

如果你有兴趣参与共同开发,欢迎 FORK 和 PR。

🌍 国际化

欢迎大家将 Motrix 翻译成更多的语言版本 🧐,开工之前请先阅读一下 翻译指南

Key Name Status
ar Arabic ✔️ @hadialqattan, @AhmedElTabarani
bg Българският език ✔️ @null-none
ca Català ✔️ @marcizhu
de Deutsch ✔️ @Schloemicher
el Ελληνικά ✔️ @Likecinema
en-US English ✔️
es Español ✔️ @Chofito
fa فارسی ✔️ @Nima-Ra
fr Français ✔️ @gpatarin
hu Hungarian ✔️ @zalnaRs
id Indonesia ✔️ @aarestu
it Italiano ✔️ @blackcat-917
ja 日本語 ✔️ @hbkrkzk
ko 한국어 ✔️ @KOZ39
nb Norsk Bokmål ✔️ @rubjo
nl Nederlands ✔️ @nickbouwhuis
pl Polski ✔️ @KanarekLife
pt-BR Portuguese (Brazil) ✔️ @andrenoberto
ro Română ✔️ @alyn3d
ru Русский ✔️ @bladeaweb
th แบบไทย ✔️ @nxanywhere
tr Türkçe ✔️ @abdullah
uk Українська ✔️ @bladeaweb
vi Tiếng Việt ✔️ @duythanhvn
zh-CN 简体中文 ✔️
zh-TW 繁體中文 ✔️ @Yukaii @5idereal

📜 开源许可

基于 MIT license 许可进行开源。

The MIT License Copyright 2018-present Dr_rOot Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Motrix 是一款全能的下载工具,支持下载 HTTP、FTP、BT、磁力链、百度网盘等资源 展开 收起
JavaScript 等 5 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors/motrix.git
git@gitee.com:mirrors/motrix.git
mirrors
motrix
motrix
master

搜索帮助