Add a visual front-end to a headless aria2 server so you can manage downloads from any browser on any device
Run the all-in-one single HTML file locally to control aria2 on your own machine without setting up a web server
Manage BitTorrent downloads by browsing the file tree and filtering files by type before the download finishes
Connect AriaNg to multiple aria2 instances and switch between them from the same interface
| mayswind/ariang | gnab/remark | prismjs/prism | |
|---|---|---|---|
| Stars | 13,017 | 12,996 | 12,974 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 1/5 | 1/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a separately running aria2 instance with JSON-RPC enabled, AriaNg itself is just static HTML files with no server-side code.
AriaNg is a web-based graphical interface for aria2, a command-line download manager. aria2 itself has no visual interface, so AriaNg exists to give it one that runs in a browser. You point AriaNg at a running aria2 instance and get a dashboard where you can add, monitor, and manage downloads without typing commands. The interface is built from plain HTML and JavaScript with no server-side code, which means it can run entirely from a static file on a web server or even from a single local HTML file. There is no installation step beyond dropping the files in a folder. The layout adjusts for desktop and mobile screens. Feature-wise, the dashboard lets you sort download tasks by name, size, progress, speed, or remaining time. You can search tasks, retry failed ones, and drag them to reorder. Files within a multi-file torrent can be filtered by type, such as video, audio, or documents, and the tree view shows the folder structure. Live speed charts display current download and upload rates for aria2 overall or for individual tasks. Three distribution options are available. The standard version is for deployment on a web server and loads resources on demand. The all-in-one version is a single HTML file you can open directly in a browser for local use. AriaNg Native (a separate project) removes the browser requirement entirely. The interface supports multiple languages including English, Simplified Chinese, German, French, Japanese, Russian, and others, with community contributions welcome. It can also connect to more than one aria2 instance and lets you export and import settings. The project is licensed under the MIT license.
A browser-based visual dashboard for the aria2 download manager that lets you add, monitor, and control downloads without typing any commands, just drop the files on a web server and open it in a browser.
Mainly JavaScript. The stack also includes JavaScript, HTML, CSS.
MIT: use, modify, and share freely for any purpose including commercially, with no restrictions beyond keeping the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.