MagTorrent
1.0.10
MagTorrent 是一款适用于 Windows、Mac 和 Linux 的 torrent 应用程序,由 WebTorrent 和 Electron 提供支持。该项目的目标是通过以下想法为桌面平台构建一个简单的开源 torrent 应用程序:
Mac 上的屏幕截图
您可以从此处下载适用于您的桌面平台的安装程序。
假设您安装了 Git 和 NodeJS,如何在计算机上构建和运行应用程序:
% git clone https://github.com/YuhApps/MagTorrent.git
% cd MagTorrent
% npm install
% npm start
要将项目打包为应用程序,请确保已将 Electron Builder 安装为全局包。本地 Electron Builder 在构建本机依赖项时存在问题。在问题解决之前,必须是这样。
% npm i -g electron-builder
% electron-builder