Note
QQ is offering latest version only for China IP, so this repo might not get comprehensive updates. See config.png for illustration of this problem: the upper half is what I get on my physical machine in China, while the lower half is what I get on my Azure machine not located in China. You can see that QQ is offering different versions.
This repo automatically tracks public version history of QQNT.
- Kindly navigate to Releases to search and download tracked versions.
- The oldest version tracked by this repo is
9.9.15.28498/9.9.15_241009. - For detailed changelogs, visit the official support site.
- For versions prior to
9.9.15.28498/9.9.15_241009, kindly refer to the Other Sources section.
- Version Code is the version number used in the installer file name and download URL, and is in the format of
x.x.x_x. - Version is the version number used in all other places, and is in the format of
x.x.x.x. For example:- It is displayed in the about page of QQ.
- It is present in various json files like
package.json - It is used as the name of directory under
resources\app\versionsin the installation directory.
This file contains the version history of QQNT since 9.9.15.28498/9.9.15_241009. It is structured as follows:
{
"<version code>": {
"version": "<version>",
"x64": {
"url": "<x64 installer URL>",
"size": <x64 installer size in bytes>,
"md5": "<x64 installer MD5>"
},
"x86": {
"url": "<x86 installer URL>",
"size": <x86 installer size in bytes>,
"md5": "<x86 installer MD5>"
},
"arm": {
"url": "<arm installer URL>",
"size": <arm installer size in bytes>,
"md5": "<arm installer MD5>"
}
},
...
}@QQUpdates on Telegram provides VERY comprehensive version history of QQ on ALL platforms. Check that out if you can't find the version you want.
You may use winget to search for specific versions and install QQNT, but certain versions might be missing from this source:
- To list all available versions:
winget search Tencent.QQ.NT --versions - To install a specific version:
winget install Tencent.QQ.NT --version <version> - Related packages
Tencent.QQ.NT(QQNT)Tencent.WeChat(WeChat)Tencent.WeChat.Universal(WeChat 4)
These sources are updated manually, and might not be updated in time. However, they contain versions prior to
9.9.15.28498/9.9.15_241009, which acts as complementary to this repo.
- WeChat4-Version-History: Automatically tracks version history of WeChat4.
- wechat-windows-versions: Automatically tracks version history of WeChat3.