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

MaysWind 261e59144b support setting debug mode via opening second instance and plus dev mode argument 3 years ago
app 261e59144b support setting debug mode via opening second instance and plus dev mode argument 3 years ago
assets 6fa024116f modify size of macos icon 3 years ago
main 261e59144b support setting debug mode via opening second instance and plus dev mode argument 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 c979fbbed1 add command line description 3 years ago
copy-app-modules.js 0379ef3c86 optimize command line interaction 3 years ago
copy-main-modules.js 0379ef3c86 optimize command line interaction 3 years ago
package-lock.json d68e8a5915 merge AriaNg commit (https://github.com/mayswind/AriaNg/commit/5b476c4f87651a1700760ccdbc71fc10ccdf52af) 3 years ago
package.json 72fd9fac84 change windows target to nsis 3 years ago

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

Command Line

Usage: AriaNg Native.exe [file] [options]

Commands:
  AriaNg Native.exe new [file]  Create new download task from exist
                                torrent/metalink file                  [default]

Options:
  --version, -v      Show version number                               [boolean]
  --help, -h                                                           [boolean]
  --development, -d  Enable Development Mode (press F12 to open DevTools)
                                                                       [boolean]
  --classic, -c      Use classic window title bar (for Windows only)   [boolean]

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