Fork of https://github.com/mayswind/AriaNg which adds a nix package expression and custom options
This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
MaysWind 40e5921b9e modify text 2016-07-07 00:22:02 +08:00
src modify text 2016-07-07 00:22:02 +08:00
.bowerrc init 2016-05-16 00:33:34 +08:00
.editorconfig init 2016-05-16 00:33:34 +08:00
.gitattributes init 2016-05-16 00:33:34 +08:00
.gitignore init 2016-05-16 00:33:34 +08:00
LICENSE update license 2016-05-22 23:06:46 +08:00
README.md Update README.md 2016-07-06 23:36:33 +08:00
bower.json update third-party dependency 2016-07-03 21:02:34 +08:00
gulpfile.js change directory 2016-06-23 22:27:13 +08:00
package.json init 2016-05-16 00:33:34 +08:00

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

  1. Pure Html & Javascript, no runtime required
  2. Responsive design, supporting desktop and mobile devices
  3. 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
  4. Download finished notification
  5. Multi-languages support
  6. Less bandwidth usage, only requesting incremental data

Screenshots

Desktop

AriaNg

Mobile Device

AriaNg

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

License

MIT