aria2 and AriaNg-Native with QoL modifications.
If you find it helpful please consider staring this project so that I will know, and I appreciate it much.
Supported and currently maintained architectures and platforms are as follows.
All releases are built with Github Actions for transparency.
Application | Platform | Architecture | TLS | Build | Release |
---|---|---|---|---|---|
aria2 | Windows | amd64 | OpenSSL | 2023-12-25 | |
Windows TLS | 2023-12-25 | ||||
i386 | OpenSSL | 2023-12-25 | |||
Windows TLS | 2023-12-25 | ||||
Linux | amd64 | OpenSSL | 2023-12-25 | ||
i386 | OpenSSL | - | RIP | ||
AriaNg-Native | Windows | amd64 | - | 2023-12-25 | |
i386 | - | 2023-12-25 | |||
macOS | amd64 | - | - | RIP |
You may also 'watch' this repo to subscribe to future releases, and make sure you select the right kinds of notification in the sub-menu to avoid annoying messages.
Archive of all the binaries is available in Releases.
Feedback is much appreciated via Issues.
Make sure you understand the modification before using any release from this repo. You may refer to the description below or check out the patch files in the corresponding folders. Please also read the original readme
of each application.
- Remove the upper limit of
max-connection-per-server
, which is originally16
. min-split-size
can be as low as1K
, which is originally1M
, with the default value set to1M
, which is originally20M
.- 'Restart' instead of 'abort' when 'speed drops below
lowest-speed-limit
' or 'connection closed'. - New feature: options to automatically retry if http-4xx error is encountered.
retry-on-400
,retry-on-403
,retry-on-406
New feature: option to NOT send Want-Digest HTTP header.http-want-digest
Deprecated, aria2 hasno-want-digest-header
as of 1.37.0- Change default path to current dir, which is originally the user path (i.e. home dir).
- Remove the upper limit of
max-connection-per-server
in settings GUI, which is originally16
. min-split-size
defaults to1M
, which is originally20M
.split
defaults to16
, which is originally5
.