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 ee0a5536c1 merge AriaNg commits (59911e5604 939c5a12c0 c01c04cd9f) 2 years ago
app merge AriaNg commits (https://github.com/mayswind/AriaNg/commit/59911e5604d80cd96198c6552d8fea21e4f1deea https://github.com/mayswind/AriaNg/commit/939c5a12c01689f92eac3cc676f94a066c993df9 https://github.com/mayswind/AriaNg/commit/c01c04cd9fba52a619b61670561922375043680c) 2 years ago
assets modify size of macos icon 3 years ago
main add delete to input context menu 2 years ago
scripts update registry file 6 years ago
.editorconfig update editor config 6 years ago
.gitignore update gitignore file 6 years ago
LICENSE bump year 2 years ago
README.md support hide the main window at startup via adding startup argument "-m" 2 years ago
build.json show build commit in AriaNg setting page 3 years ago
copy-app-modules.js optimize command line interaction 3 years ago
copy-main-modules.js optimize command line interaction 3 years ago
electron-builder-mac.json package cjs file 2 years ago
electron-builder-windows-x64.json package cjs file 2 years ago
electron-builder-windows-x86.json package cjs file 2 years ago
generate-build-json.js show build commit in AriaNg setting page 3 years ago
package-lock.json bump version to 1.3.6 2 years ago
package.json bump version to 1.3.6 2 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
    • Create new task by draging-and-droping file or url
    • Show torrent file information and choose download file before creating task
    • Play sound after download finished
  2. Command line arguments, supporting creating new task by opening file
  3. File associations for .torrent/.metalink file
  4. Taskbar tray, supporting minimizing to tray
  5. Local file system operating support
  6. Executing custom command on startup
  7. Checking for updates on startup

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 Debug Mode                                 [boolean]
  --classic, -c      Use classic window title bar (for Windows only)   [boolean]
  --minimal, -m      Hide the main window at startup                   [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