适合本地使用, 并且不需要使用浏览器 http://ariang.mayswind.net/zh_Hans/

MaysWind 6a3fb81407 update package.json 3 years ago
app 29c00f9e33 modify dark theme color of drop zone 3 years ago
assets d3a50bd22a update icon files 6 years ago
main 40ed8e2b3a shwo torrent info in new task page 3 years ago
scripts 65b8568a0c update registry file 6 years ago
.editorconfig 2df22fdf9f update editor config 6 years ago
.gitignore 694d5346b6 update gitignore file 6 years ago
LICENSE 5d2f2357ea update year 3 years ago
README.md 11afe32c29 update README.md 6 years ago
copy-app-modules.js 782039f0cc reduce package file size 6 years ago
copy-main-modules.js 782039f0cc reduce package file size 6 years ago
package-lock.json 40ed8e2b3a shwo torrent info in new task page 3 years ago
package.json 6a3fb81407 update package.json 3 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