AriaNg Native is a desktop application built by Electron, containing full feature 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.
- More user-friendly interface
- Taskbar tray, supporting minimizing to tray
- Command line arguments, supporting creating new task by opening file
- Local file system operating support
- File & Url drag support
Please visit https://github.com/mayswind/AriaNg for more information.
Latest Release: https://github.com/mayswind/AriaNg-Native/releases
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.