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
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.
← mayswind on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.