Fork of https://github.com/mayswind/AriaNg which adds a nix package expression and custom options
src | ||
.bowerrc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
bower.json | ||
gulpfile.js | ||
LICENSE | ||
package.json | ||
README.md |
AriaNg
Introduction
A Better Frontend for aria2 (a cross-platform download utility). AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you can open it in your browser. By using responsive layout, you can open it on any desktop or mobile devices.
Features
- Pure Html & Javascript, no runtime required
- Responsive design, supporting desktop and mobile devices
- User-friendly interface
- Sort tasks (name, size, progress, remain time, download speed, etc.), files, peers
- Search tasks
- Adjust download order by dragging task
- More information of tasks (health percentage, torrent creation time, etc.)
- Filter files of tasks in file types (videos, audios, pictures, documents, applications, archives, etc.)
- Download/upload speed chart
- Full support of aria2 settings
- Download finished notification
- Multi-languages support
- Less bandwidth usage, only requesting incremental data
Screenshots
Desktop
Mobile Device
Build
Make sure you have Node.js, NPM and Bower installed.
$ npm install
$ bower install
$ gulp clean build
The builds will be placed in the dist directory.
Demo
Please visit http://ariang.mayswind.net
Download
Latest release: https://github.com/mayswind/AriaNg/releases