You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
MaysWind 6aa42d831e allow user setting the default window position 5 years ago
app allow user setting the default window position 5 years ago
assets update icon files 6 years ago
main allow user setting the default window position 5 years ago
scripts update registry file 6 years ago
.editorconfig update editor config 6 years ago
.gitignore update gitignore file 6 years ago
LICENSE update LICENSE 5 years ago
README.md update README.md 6 years ago
copy-app-modules.js reduce package file size 6 years ago
copy-main-modules.js reduce package file size 6 years ago
package-lock.json update third party dependencies 5 years ago
package.json update description 5 years ago

README.md

AriaNg Native

License Lastest Release

Introduction

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.

Extra features

  1. More user-friendly interface
  2. Taskbar tray, supporting minimizing to tray
  3. Command line arguments, supporting creating new task by opening file
  4. Local file system operating support
  5. File & Url drag support

Introduction of AriaNg

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

Screenshots

Windows

AriaNg Native

macOS

AriaNg Native

Installation

Prebuilt release

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

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.

License

MIT