Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
A

AriaNg-Native

> 前端框架
Open source

A better aria2 desktop frontend than AriaNg, with all features of AriaNg and providing more features for desktop usage.

2.7K stars0 likes1 views
WebsiteGitHub

About

A better aria2 desktop frontend than AriaNg, with all features of AriaNg and providing more features for desktop usage.

AriaNg Native

Introduction

AriaNg Native is a desktop application built by Electron, with all features of AriaNg. You can run AriaNg Native on Windows or macOS without any browser. In addition, AriaNg Native also has many features that AriaNg cannot implement.

Extra features

  1. More user-friendly interface
    • Create new task by draging-and-droping file or url
    • Show torrent file information and choose download file before creating task
    • Play sound after download finished
  2. Command line arguments, supporting creating new task by opening file
  3. File associations for .torrent/.metalink file
  4. Magnet link protocol handling, supporting opening tasks from browser
  5. Taskbar tray, supporting minimizing to tray
  6. Local file system operating support
  7. Executing custom command on startup
  8. Checking for updates on startup

Introduction of AriaNg

Please visit https://github.com/mayswind/AriaNg for more information.

Screenshots

Windows

macOS

Command Line

…

Installation

Prebuilt release

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

For mac with Apple silicon
Before starting to install, you need to execute the following command, otherwise the system will show you the file is damaged.

$ xattr -r -d com.apple.quarantine AriaNg_Native-macOS-arm64.dmg

Building from source

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

$ npm install

# For Windows
$ npm run publish:win

# For macOS
$ npm run publish:osx

The builds will be placed in the dist directory.

Translating

Everyone is welcome to contribute translations. All translations files are put in /app/langs/. You can just modify and commit a new pull request.

If you want to translate AriaNg to a new language, you can add language configuration to /app/scripts/config/languages.js, then copy /i18n/en.sample.txt to /app/langs/ and rename it to the language code to be translated, then you can start the translation work.

License

MIT

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Create new task by draging-and-droping file or url
  • •Show torrent file information and choose download file before creating task
  • •Play sound after download finished

> Tags

JavaScriptaria2ariangdesktopdownload

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架