All Projects → mayswind → Ariang

mayswind / Ariang

Licence: mit
AriaNg, a modern web frontend making aria2 easier to use.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Ariang

Yaaw
Yet Another Aria2 Webui in pure HTML/CSS/Javascirpt
Stars: ✭ 2,288 (-72.56%)
Mutual labels:  aria2, gui, webui
Ariang Native
A better aria2 desktop frontend than AriaNg, containing all features of AriaNg and more features for desktop.
Stars: ✭ 1,176 (-85.9%)
Mutual labels:  download, aria2, gui
OneDriveShareLinkPushAria2
Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.
Stars: ✭ 256 (-96.93%)
Mutual labels:  download, aria2
aria2-ariang-docker
🐳 Aria2 downloader and AriaNg webui Docker image based on Alpine Linux
Stars: ✭ 49 (-99.41%)
Mutual labels:  aria2, ariang
Photon
A lightweight multi-threaded downloader based on aria2.
Stars: ✭ 3,030 (-63.66%)
Mutual labels:  download, aria2
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (-84.7%)
Mutual labels:  download, aria2
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (-71.3%)
Mutual labels:  download, webui
MIRROR-HUNTER
Who are we? We are the Hunters of all Torrent in this world.🗡️.Fork from SlamDevs
Stars: ✭ 86 (-98.97%)
Mutual labels:  download, aria2
Photon
A lightweight multi-threaded downloader based on aria2.
Stars: ✭ 3,026 (-63.71%)
Mutual labels:  download, aria2
Safari2aria
safari extension for use aria2 to replace safari default download
Stars: ✭ 563 (-93.25%)
Mutual labels:  download, aria2
Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (-37.43%)
Mutual labels:  aria2, gui
Maria
a macOS native app/widget for aria2 download tool.
Stars: ✭ 618 (-92.59%)
Mutual labels:  download, aria2
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (-90.38%)
Mutual labels:  download, aria2
aria2-x
一款基于AriaNg和Aria2的PC端下载器
Stars: ✭ 69 (-99.17%)
Mutual labels:  aria2, ariang
Aria2 Ariang X Docker Compose
Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
Stars: ✭ 1,581 (-81.04%)
Mutual labels:  aria2, ariang
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (-95.98%)
Mutual labels:  download, aria2
Motrix
A full-featured download manager.
Stars: ✭ 29,357 (+252.04%)
Mutual labels:  download, aria2
Haproxy Wi
Web interface for managing Haproxy, Nginx and Keepalived servers
Stars: ✭ 823 (-90.13%)
Mutual labels:  gui, webui
Qdirstat
QDirStat - Qt-based directory statistics (KDirStat without any KDE - from the original KDirStat author)
Stars: ✭ 912 (-89.06%)
Mutual labels:  gui
Materialdesignlite
This project prime goal is to bind the google's Material Design Lite project to Seaside and as second goal to build widgets on top of Material Design to help Seaside developers to create web applications with material design faster.
Stars: ✭ 30 (-99.64%)
Mutual labels:  gui

AriaNg

License Lastest Build Lastest Release

Introduction

AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports 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, remaining time, download speed, etc.), files, bittorrent peers
    • Search tasks
    • Retry tasks
    • Adjust task order by dragging
    • More information of tasks (health percentage, client information of bt peers, etc.)
    • Filter files by specified file types (videos, audios, pictures, documents, applications, archives, etc.) or file extensions
    • Tree view for multi-directory task
    • Download / upload speed chart for aria2 or single task
    • Full support for aria2 settings
  4. Dark theme
  5. Url command line api support
  6. Download finished notification
  7. Multi-languages support
  8. Multi aria2 RPC host support
  9. Exporting and Importing settings support
  10. Less bandwidth usage, only requesting incremental data

Screenshots

Desktop

AriaNg

Mobile Device

AriaNg

Installation

AriaNg now provides three versions, standard version, all-in-one version and AriaNg Native. Standard version is suitable for deployment in the web server, and provides on-demand loading. All-In-One version is suitable for local using, and you can download it and just open the only html file in browser. AriaNg Native is also suitable for local using, and is no need for browser.

Prebuilt release

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

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

Building from source

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

Standard Version
$ npm install
$ gulp clean build
All-In-One Version
$ npm install
$ gulp clean build-bundle

The builds will be placed in the dist directory.

Usage Notes

Since AriaNg standard version loads language resources asynchronously, you may not open index.html directly on the local file system to run AriaNg. It is recommended that you can use the all-in-one version or deploy AriaNg in a web container or download AriaNg Native that does not require a browser to run.

Documents

  1. English
  2. Simplified Chinese (简体中文)

Demo

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

Third Party Extensions

There are some third-party applications based on AriaNg, so you can use AriaNg in more scenarios or devices. Please visit Third Party Extensions for more information.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].