MagTorrent
1.0.10
MagTorrent is a torrent app for Windows, Mac and Linux powered by WebTorrent and Electron. The goal of this project is to build a simple open source torrent application for desktop platforms with these ideas:
Screenshot on Mac
You can download installer for your desktop platform from here.
How to build and run the app on your computer, assuming you have Git and NodeJS installed:
% git clone https://github.com/YuhApps/MagTorrent.git
% cd MagTorrent
% npm install
% npm start
To package the project as an app, make sure you have Electron Builder installed as a global package. Local Electron Builder has issues when building native dependencies. Until the problem is solved, this must be the way.
% npm i -g electron-builder
% electron-builder