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

MaysWind 1a12cfcde3 update README.md 8 kuukautta sitten
app d36ab351c2 merge AriaNg commits (https://github.com/mayswind/AriaNg/commit/7a03fd0be872a47309d83ed66d6fcf634e5b422b https://github.com/mayswind/AriaNg/commit/074dce9f78a831d4e8d027717f11edfcc4163592 https://github.com/mayswind/AriaNg/commit/7869a847348d35f56d3ff5070a08e16f6a2e790e https://github.com/mayswind/AriaNg/commit/fb2b1667fa6c5cd0f4f761c60b7cefd3ef5adba7 https://github.com/mayswind/AriaNg/commit/e553b1e586156a522fc68ddd602519d973053e77) 8 kuukautta sitten
assets 6fa024116f modify size of macos icon 3 vuotta sitten
i18n d36ab351c2 merge AriaNg commits (https://github.com/mayswind/AriaNg/commit/7a03fd0be872a47309d83ed66d6fcf634e5b422b https://github.com/mayswind/AriaNg/commit/074dce9f78a831d4e8d027717f11edfcc4163592 https://github.com/mayswind/AriaNg/commit/7869a847348d35f56d3ff5070a08e16f6a2e790e https://github.com/mayswind/AriaNg/commit/fb2b1667fa6c5cd0f4f761c60b7cefd3ef5adba7 https://github.com/mayswind/AriaNg/commit/e553b1e586156a522fc68ddd602519d973053e77) 8 kuukautta sitten
main 91680d38e9 change text 9 kuukautta sitten
scripts 65b8568a0c update registry file 6 vuotta sitten
.editorconfig 2df22fdf9f update editor config 6 vuotta sitten
.gitignore 694d5346b6 update gitignore file 6 vuotta sitten
LICENSE 96b1a415f2 bump year 10 kuukautta sitten
README.md 1a12cfcde3 update README.md 8 kuukautta sitten
build.json 148c17a92e show build commit in AriaNg setting page 2 vuotta sitten
copy-app-modules.js 0379ef3c86 optimize command line interaction 3 vuotta sitten
copy-main-modules.js 0379ef3c86 optimize command line interaction 3 vuotta sitten
electron-builder-mac.json e9b68cd5bd package cjs file 2 vuotta sitten
electron-builder-windows-x64.json e9b68cd5bd package cjs file 2 vuotta sitten
electron-builder-windows-x86.json e9b68cd5bd package cjs file 2 vuotta sitten
generate-build-json.js 148c17a92e show build commit in AriaNg setting page 2 vuotta sitten
package-lock.json 4f275254d9 bump version 9 kuukautta sitten
package.json 4f275254d9 bump version 9 kuukautta sitten

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

For mac with Apple silicon
Before starting to install, you need to execute the following command, otherwise the system will show you the file is damaged.

$ xattr -r -d com.apple.quarantine AriaNg_Native-macOS-arm64.dmg

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.

Translating

Everyone is welcome to contribute translations. All translations files are put in /app/langs/. You can just modify and commit a new pull request.

If you want to translate AriaNg to a new language, you can add language configuration to /app/scripts/config/languages.js, then copy /i18n/en.sample.txt to /app/langs/ and rename it to the language code to be translated, then you can start the translation work.

License

MIT