Aria2 Download Manager is a download manager built with electron, react and aria2.
Download appimage or unpacked executable in Release and just run it.
TBD
TBD
Follow guide from aria2 to build libaria2.
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
Check wiki for more information.