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 596d3f2d08 update README 2017-03-21 00:04:15 +08:00
scripts update daily build script 2017-03-20 12:38:10 +08:00
src code refactor 2017-03-20 23:55:01 +08:00
.bowerrc init 2016-05-16 00:33:34 +08:00
.editorconfig update eslint 2016-12-11 02:11:27 +08:00
.eslintrc.json update eslint 2016-12-11 02:11:27 +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-CHS.md update README 2017-03-21 00:04:15 +08:00
README.md update README 2017-03-21 00:04:15 +08:00
bower.json update third party dependency 2017-03-05 20:45:25 +08:00
circle.yml add ci config 2016-07-10 19:24:47 +08:00
gulpfile.js update publish script 2016-12-11 14:35:38 +08:00
package.json update eslint 2016-12-11 02:11:27 +08:00

README.md

AriaNg

License Lastest Build Lastest Release

简体中文说明 (Simplified Chinese README)

Introduction

A Better Web Frontend for aria2. AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you just need to 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 (by name, size, progress, remain time, download speed, etc.), files, peers
    • Search tasks
    • Adjust download order by dragging task
    • More information of tasks (health percentage, client infomation of bt peers, etc.)
    • Filter files of tasks in file types (by videos, audios, pictures, documents, applications, archives, etc.)
    • Download/upload history chart of global or task
    • Full support of aria2 settings
  4. Url command line api support
  5. Download finished notification
  6. Multi-languages support
  7. Multi aria2 RPC host support
  8. Less bandwidth usage, only requesting incremental data

Screenshots

Desktop

AriaNg

Mobile Device

AriaNg

Installation

Prebuilt release

Latest Release: https://github.com/mayswind/AriaNg/releases

Latest Daily Build: https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip

Building from source

Make sure you have Node.js, NPM and Bower installed. Then download the source code, and follow these steps.

$ npm install
$ bower install
$ gulp clean build

The builds will be placed in the dist directory.

Demo

Please visit http://ariang.mayswind.net/latest

Command API

Please visit http://ariang.mayswind.net/command-api.html for more information.

License

MIT