Skip to content

jk-gan/ADM

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 [email protected]: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