https://github.com/jk-gan/adm
Aria2 Download Manager
https://github.com/jk-gan/adm
aria2 aria2-gui downloader electron react
Last synced: about 1 year ago
JSON representation
Aria2 Download Manager
- Host: GitHub
- URL: https://github.com/jk-gan/adm
- Owner: jk-gan
- License: mit
- Created: 2016-10-15T14:41:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T14:53:21.000Z (over 7 years ago)
- Last Synced: 2025-05-03T05:03:31.168Z (about 1 year ago)
- Topics: aria2, aria2-gui, downloader, electron, react
- Language: C++
- Size: 1 MB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Aria2 Download Manager
Aria2 Download Manager is a download manager built with [electron](http://electron.atom.io), [react](https://facebook.github.io/react/) and [aria2](https://aria2.github.io).
## To Use
### Linux
Download appimage or unpacked executable in [Release](https://github.com/jk-gan/ADM/releases) and just run it.
### OSX
TBD
### Windows
TBD
## Development Build
### Pre-requisite
Follow guide from [aria2](https://github.com/aria2/aria2) to build libaria2.
### ADM Build
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# 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](https://github.com/jk-gan/ADM/wiki) for more information.
#### License [MIT](LICENSE.md)