EXE
WinGet
Aria2 Next
AnInsomniacy · 2.4.6 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
aria2-next-2.4.6-windows-arm64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
AnInsomniacy.Aria2Next
Version
2.4.6
Description
Maintained aria2 fork with extensive bug fixes and modernized architecture
License
GPL-2.0
↗
Installer URL
https://github.com/AnInsomniacy/aria2-next/releases/download/v2.4.6/aria2-next-2.4.6-windows-arm64.exe
Upgrade Behavior
install(Install over existing)
Release Notes
## Summary
This release fixes a Linux startup compatibility regression in the standalone aria2-next engine. It
removes the runtime dependency on the OpenSSL legacy provider for ARC4 handling, so packaged builds
can start in environments where OpenSSL provider modules are unavailable or hidden by AppImage and
sandbox runtime paths.
## Changed
- ARC4 encryption now uses aria2-next's internal implementation consistently instead of selecting an
OpenSSL, libgcrypt, or nettle backend at build tim…