惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Y
Y Combinator Blog
The Cloudflare Blog
Last Week in AI
Last Week in AI
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
博客园 - 司徒正美
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
L
LangChain Blog

秋水逸冰

丽萨主机:双ISP家宽住宅IP VPS/CN2 GIA精品网/G口大带宽 | 秋水逸冰 Linux Kernel 6.18.x 编译版 | 秋水逸冰 思考未来人与 AI 的关系 | 秋水逸冰 3X-UI 面板安装和使用教程 | 秋水逸冰 Xray-UI 面板安装和使用教程 | 秋水逸冰 WCMP (Windows + Caddy + MariaDB + PHP) Nginx for Windows | 秋水逸冰 Curl for Windows | 秋水逸冰 Wget for Windows | 秋水逸冰 Windows 11 Enterprise LTSC DD 镜像 Windows Server 2025 Datacenter DD 镜像 重新编译 curl 以支持 HTTP3 | 秋水逸冰 tiny10 和 tiny11 23H2 的 Windows DD 镜像 从 Apache httpd 切换到 Caddy2 LCMP (Linux + Caddy + MariaDB + PHP) Windows 11 Pro for Workstations 22H2 DD 镜像 Shadowsocks 编译版 by Teddysun | 秋水逸冰 适用于 UEFI 启动的多个 Windows 系统 DD 镜像 Linux Kernel 5.15.x 编译版 | 秋水逸冰 制作适用于 WSL 的任意 Linux 镜像 Windows 11 Pro for Workstations 21H2 DD 镜像 Windows 10 Enterprise LTSC DD 镜像 Linux Kernel 5.14.x 编译版 | 秋水逸冰 Linux Kernel 5.13.x 编译版 | 秋水逸冰 Windows Server 2022 Datacenter DD 镜像 在 Windows 10 上安装 Rocky Linux 系统 Linux Kernel 5.12.x 编译版 | 秋水逸冰 Linux Kernel 5.11.x 编译版 | 秋水逸冰 在 Windows 10 上安装 CentOS 系统 Linux Kernel 5.10.x 编译版 | 秋水逸冰
Aria2 for Windows | 秋水逸冰
秋水逸冰 · 2026-01-11 · via 秋水逸冰

技术 秋水逸冰 3955浏览 0评论

Aria2 官方网站提供的 aria2-1.37.0-win-64bit-build1.zip 是可以直接适用于 Windows 系统的。
上述 zip 解压后无法直接运行,原因是没有做好配置文件。互联网上很多开源的下载工具其实都是套壳 Aria2 实现的,本文提供的 Aria2 压缩包,写好了配置文件,搭配 NSSM – the Non-Sucking Service Manager 可以做到开机自启动。


本文中所做的主要工作就是:
1. 从官方 zip 包里提取 aria2c.exe 文件;
2. 下载最新的 nssm.exe 来搭配;
3. 写好配置文件 aria2.conf;
4. 写了 4 个 bat 文件,用于安装和卸载,启动和停止 Aria2 服务。

1. 版本号

Aria2 版本 1.37.0

aria2 version 1.37.0
Copyright (C) 2006, 2019 Tatsuhiro Tsujikawa

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

** Configuration **
Enabled Features: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTP
Hash Algorithms: sha-1, sha-224, sha-256, sha-384, sha-512, md5, adler32
Libraries: zlib/1.3 expat/2.5.0 sqlite3/3.43.1 GMP/6.3.0 c-ares/1.19.1 libssh2/1.11.0
Compiler: mingw-w64 8.0.0 (alpha) / gcc 10-win32 20220113
  built by  x86_64-pc-linux-gnu
  targeting x86_64-w64-mingw32
  on        Nov 15 2023 11:17:49
System: Windows 6.2 (x86_64) (6.2)

Report bugs to https://github.com/aria2/aria2/issues
Visit https://aria2.github.io/

2. 下载已经编译好的二进制文件

下载地址:
https://dl.lamp.sh/files/aria2.zip

文件 aria2.zip 的属性
Size: 2595982 byte,2.5 MB
md5sum: d47ff5aa3c35b3830abb2a38ebd3e291
sha1sum: bf80866d93dac1793adf6dfd2b1fd63261a18109
sha256sum: 50937fde43afd1ceb5008f0dd29e5785dce25133de9fc23456931bdd9d556aa7

下载完成,直接解压到任意目录下。
选择 01.Install_aria2.bat,右键,点击以管理员身份运行。便可以将 Aria2 注册为系统服务,并同时启动了 Aria2 后台服务。
按下 Windows + R 键,输入 services.msc 后回车。

在服务控制台窗口中,即可看到 Aria2 服务。

3. 搭配 AriaNg Native 使用

AriaNg Native 是 Aria2 的前端桌面程序。
你可以在 https://github.com/mayswind/AriaNg-Native/releases 下载预编译好的版本。
运行程序,如下图所示:

接下来就可以很方便地使用 AriaNg Native 下载了。

写在最后

请关注我的 Telegram 频道:https://t.me/qiushuiyibing
我会在此不定期发布一些杂七杂八的作品。
同时也欢迎加入交流群:https://t.me/qiushui2018

转载请注明:秋水逸冰 » Aria2 for Windows