Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayswind/AriaNg-Native
A better aria2 desktop frontend than AriaNg, with all features of AriaNg and providing more features for desktop usage.
https://github.com/mayswind/AriaNg-Native
aria2 ariang desktop download electron gui html javascript ui web
Last synced: 7 days ago
JSON representation
A better aria2 desktop frontend than AriaNg, with all features of AriaNg and providing more features for desktop usage.
- Host: GitHub
- URL: https://github.com/mayswind/AriaNg-Native
- Owner: mayswind
- License: mit
- Created: 2017-03-26T06:49:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T05:16:51.000Z (8 months ago)
- Last Synced: 2024-11-05T04:02:28.917Z (8 days ago)
- Topics: aria2, ariang, desktop, download, electron, gui, html, javascript, ui, web
- Language: JavaScript
- Homepage: http://ariang.mayswind.net
- Size: 2.67 MB
- Stars: 2,317
- Watchers: 46
- Forks: 206
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AriaNg Native
[![License](https://img.shields.io/github/license/mayswind/AriaNg-Native.svg?style=flat)](https://github.com/mayswind/AriaNg-Native/blob/master/LICENSE)
[![Lastest Release](https://img.shields.io/github/release/mayswind/AriaNg-Native.svg?style=flat)](https://github.com/mayswind/AriaNg-Native/releases)## Introduction
AriaNg Native is a desktop application built by [Electron](https://github.com/electron/electron), with all features of [AriaNg](https://github.com/mayswind/AriaNg). You can run AriaNg Native on Windows or macOS without any browser. In addition, AriaNg Native also has many features that [AriaNg](https://github.com/mayswind/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](https://github.com/mayswind/AriaNg) for more information.## Screenshots
#### Windows
![AriaNg Native](https://raw.githubusercontent.com/mayswind/AriaNg-WebSite/master/screenshots/ariang_native_windows.png)#### macOS
![AriaNg Native](https://raw.githubusercontent.com/mayswind/AriaNg-WebSite/master/screenshots/ariang_native_macos.png)## 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](https://github.com/mayswind/AriaNg-Native/releases)#### Building from source
Make sure you have [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) installed. Then download the source code, and follow these steps.$ npm install
# For Windows
$ npm run publish:win
# For macOS
$ npm run publish:osxThe 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](https://github.com/mayswind/AriaNg-Native/blob/master/LICENSE)