Skip to content

jk-gan/ADM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc029f3 · Sep 25, 2018
Jul 12, 2018
Aug 31, 2018
Sep 2, 2018
Sep 7, 2018
Feb 15, 2018
Sep 7, 2018
Sep 7, 2018
Aug 31, 2018
Sep 7, 2018
Sep 7, 2018
Oct 16, 2016
May 31, 2018
May 31, 2018
Feb 15, 2018
Sep 2, 2018
Sep 1, 2018
Aug 31, 2018
Sep 7, 2018
Sep 25, 2018
Aug 31, 2018
Sep 7, 2018

Repository files navigation

Aria2 Download Manager

ADM Screenshot

Aria2 Download Manager is a download manager built with electron, react and aria2.

To Use

Linux

Download appimage or unpacked executable in Release and just run it.

OSX

TBD

Windows

TBD

Development Build

Pre-requisite

Follow guide from aria2 to build libaria2.

ADM Build

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone git@github.com:jk-gan/ADM.git
# Go into the repository
cd ADM
# Install dependencies and run the app
yarn install && yarn gyp-rebuild && yarn build && yarn start

Packaging

Check wiki for more information.

License MIT