{"id":13583373,"url":"https://github.com/mayswind/AriaNg-Native","last_synced_at":"2025-04-06T18:32:16.482Z","repository":{"id":37686535,"uuid":"86213415","full_name":"mayswind/AriaNg-Native","owner":"mayswind","description":"A better aria2 desktop frontend than AriaNg, with all features of AriaNg and providing more features for desktop usage.","archived":false,"fork":false,"pushed_at":"2025-02-14T17:46:16.000Z","size":2781,"stargazers_count":2447,"open_issues_count":1,"forks_count":209,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-04T08:01:46.653Z","etag":null,"topics":["aria2","ariang","desktop","download","electron","gui","html","javascript","ui","web"],"latest_commit_sha":null,"homepage":"http://ariang.mayswind.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mayswind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-26T06:49:18.000Z","updated_at":"2025-03-31T18:54:57.000Z","dependencies_parsed_at":"2024-03-29T18:32:28.883Z","dependency_job_id":"188a58b6-c6ad-4f19-a5fa-886ed021f3db","html_url":"https://github.com/mayswind/AriaNg-Native","commit_stats":{"total_commits":349,"total_committers":2,"mean_commits":174.5,"dds":0.002865329512893977,"last_synced_commit":"0027776e9ab461b9640671a3b8fa573b8047963e"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayswind%2FAriaNg-Native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayswind%2FAriaNg-Native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayswind%2FAriaNg-Native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayswind%2FAriaNg-Native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayswind","download_url":"https://codeload.github.com/mayswind/AriaNg-Native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531214,"owners_count":20953913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aria2","ariang","desktop","download","electron","gui","html","javascript","ui","web"],"created_at":"2024-08-01T15:03:26.022Z","updated_at":"2025-04-06T18:32:16.474Z","avatar_url":"https://github.com/mayswind.png","language":"JavaScript","funding_links":[],"categories":["Networking","JavaScript","electron"],"sub_categories":["TOPs"],"readme":"# AriaNg Native\n[![License](https://img.shields.io/github/license/mayswind/AriaNg-Native.svg?style=flat)](https://github.com/mayswind/AriaNg-Native/blob/master/LICENSE)\n[![Lastest Release](https://img.shields.io/github/release/mayswind/AriaNg-Native.svg?style=flat)](https://github.com/mayswind/AriaNg-Native/releases)\n\n## Introduction\nAriaNg 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.\n\n#### Extra features\n1. More user-friendly interface\n    * Create new task by draging-and-droping file or url\n    * Show torrent file information and choose download file before creating task\n    * Play sound after download finished\n2. Command line arguments, supporting creating new task by opening file\n3. File associations for .torrent/.metalink file\n4. Taskbar tray, supporting minimizing to tray\n5. Local file system operating support\n6. Executing custom command on startup\n7. Checking for updates on startup\n\n## Introduction of AriaNg\nPlease visit [https://github.com/mayswind/AriaNg](https://github.com/mayswind/AriaNg) for more information.\n\n## Screenshots\n#### Windows\n![AriaNg Native](https://raw.githubusercontent.com/mayswind/AriaNg-WebSite/master/screenshots/ariang_native_windows.png)\n\n#### macOS\n![AriaNg Native](https://raw.githubusercontent.com/mayswind/AriaNg-WebSite/master/screenshots/ariang_native_macos.png)\n\n## Command Line\n\n```\nUsage: AriaNg Native.exe [file] [options]\n\nCommands:\n  AriaNg Native.exe new [file]  Create new download task from exist\n                                torrent/metalink file                  [default]\n\nOptions:\n  --version, -v      Show version number                               [boolean]\n  --help, -h                                                           [boolean]\n  --development, -d  Enable Debug Mode                                 [boolean]\n  --classic, -c      Use classic window title bar (for Windows only)   [boolean]\n  --minimal, -m      Hide the main window at startup                   [boolean]\n```\n\n## Installation\n#### Prebuilt release\nLatest Release: [https://github.com/mayswind/AriaNg-Native/releases](https://github.com/mayswind/AriaNg-Native/releases)\n\n\u003e **For mac with Apple silicon**  \n\u003e Before starting to install, you need to execute the following command, otherwise the system will show you the file is damaged.\n\u003e \n\u003e     $ xattr -r -d com.apple.quarantine AriaNg_Native-macOS-arm64.dmg\n\n#### Building from source\nMake sure you have [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) installed. Then download the source code, and follow these steps.\n\n    $ npm install\n    \n    # For Windows\n    $ npm run publish:win\n    \n    # For macOS\n    $ npm run publish:osx\n\nThe builds will be placed in the dist directory.\n\n## Translating\n\nEveryone is welcome to contribute translations. All translations files are put in `/app/langs/`. You can just modify and commit a new pull request.\n\nIf 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.\n\n## License\n[MIT](https://github.com/mayswind/AriaNg-Native/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayswind%2FAriaNg-Native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayswind%2FAriaNg-Native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayswind%2FAriaNg-Native/lists"}