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

MaysWind 04ea120ec0 set undo/redo/cut/paste disabled when show context menu for readonly textbox 3 rokov pred
app 04ea120ec0 set undo/redo/cut/paste disabled when show context menu for readonly textbox 3 rokov pred
assets 6fa024116f modify size of macos icon 3 rokov pred
main 04ea120ec0 set undo/redo/cut/paste disabled when show context menu for readonly textbox 3 rokov pred
scripts 65b8568a0c update registry file 6 rokov pred
.editorconfig 2df22fdf9f update editor config 6 rokov pred
.gitignore 694d5346b6 update gitignore file 6 rokov pred
LICENSE 5d2f2357ea update year 3 rokov pred
README.md 497215e2ef update README.md 3 rokov pred
copy-app-modules.js 0379ef3c86 optimize command line interaction 3 rokov pred
copy-main-modules.js 0379ef3c86 optimize command line interaction 3 rokov pred
package-lock.json d68e8a5915 merge AriaNg commit (https://github.com/mayswind/AriaNg/commit/5b476c4f87651a1700760ccdbc71fc10ccdf52af) 3 rokov pred
package.json d68e8a5915 merge AriaNg commit (https://github.com/mayswind/AriaNg/commit/5b476c4f87651a1700760ccdbc71fc10ccdf52af) 3 rokov pred

README.md

AriaNg Native

License Lastest Release

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
  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
  6. Show torrent file information and choose download file before creating task

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