Wingetlywingetly
← All apps

Another Qt installer

by Hiroshi Miurav3.3.0

Last updated

Another (unofficial) Qt CLI Installer

Install with winget

$ winget install --id miurahr.aqtinstall --exact --version 3.3.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

This is a utility alternative to the official graphical Qt installer, for using in CI environment where an interactive UI is not usable, or just on command line.

It can automatically download prebuilt Qt binaries, documents and sources for target specified, when the versions are on Qt download mirror sites.

Installers · v3.3.0

ArchitectureTypeScopeInstallDownload
x86Portable-Direct
x64Portable-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • medium5.5Patched in wingetCVE-2025-5683affects before 6.5.10, 6.8.5, 6.9.1Jun 4, 2025

    When loading a specifically crafted ICNS format image file in QImage then it will trigger a crash. This issue affects Qt from versions 6.3.0 through 6.5.9, from 6.6.0 through 6.8.4, 6.9.0. This is fixed in 6.5.10, 6.8.5 and 6.9.1.

  • medium5.8Fix in v5.15.19CVE-2025-30348affects before 5.15.19, 6.5.9, 6.8.0Mar 20, 2025

    encodeText in QDom in Qt before 6.8.0 has a complex algorithm involving XML string copy and inline replacement of parts of a string (with relocation of later data).

  • high8.6Fix in v5.15.18CVE-2024-39936affects before 5.15.18, 6.2.13, 6.5.7, 6.7.3Jul 4, 2024

    An issue was discovered in HTTP2 in Qt before 5.15.18, 6.x before 6.2.13, 6.3.x through 6.5.x before 6.5.7, and 6.6.x through 6.7.x before 6.7.3. Code to make security-relevant decisions about an established connection may execute too early, because the encrypted() signal has no...

  • critical9.8Fix in v5.15.17CVE-2024-36048affects before 5.15.17, 6.2.13, 6.5.6, 6.7.1May 18, 2024

    QAbstractOAuth in Qt Network Authorization in Qt before 5.15.17, 6.x before 6.2.13, 6.3.x through 6.5.x before 6.5.6, and 6.6.x through 6.7.x before 6.7.1 uses only the time to seed the PRNG, which may result in guessable values.

  • medium6.2Patched in wingetCVE-2024-25580affects before 5.15.17, 6.2.12, 6.5.5, 6.6.2Mar 26, 2024

    An issue was discovered in gui/util/qktxhandler.cpp in Qt before 5.15.17, 6.x before 6.2.12, 6.3.x through 6.5.x before 6.5.5, and 6.6.x before 6.6.2. A buffer overflow and application crash can occur via a crafted KTX image file.

  • medium6.5Patched in wingetCVE-2024-30161affects v6.6.2Mar 23, 2024

    In Qt 6.5.4, 6.5.5, and 6.6.2, QNetworkReply header data might be accessed via a dangling pointer in Qt for WebAssembly (wasm). (Earlier and later versions are unaffected.)

  • critical9.8Patched in wingetCVE-2023-51714affects before 5.15.17, 6.2.11, 6.5.4, 6.6.2Dec 24, 2023

    An issue was discovered in the HTTP2 implementation in Qt before 5.15.17, 6.x before 6.2.11, 6.3.x through 6.5.x before 6.5.4, and 6.6.x before 6.6.2. network/access/http2/hpacktable.cpp has an incorrect HPack integer overflow check.

  • medium5.5Fix in v5.15.16CVE-2023-43114affects before 5.15.16, 6.2.10, 6.5.3Sep 17, 2023

    An issue was discovered in Qt before 5.15.16, 6.x before 6.2.10, and 6.3.x through 6.5.x before 6.5.3 on Windows. When using the GDI font engine, if a corrupted font is loaded via QFontDatabase::addApplicationFont{FromData], then it can cause the application to crash because of...

Showing 8 of 25. Source: NVD, updated 4h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Microsoft Visual C++ v14 Redistributable (x64)Microsoft Corporation
    Microsoft.VCRedist.2015+.x64v14.51.36247.0

    The Microsoft Visual C++ v14 Redistributable Package (x64).

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • Microsoft Visual C++ v14 Redistributable (x86)Microsoft Corporation
    Microsoft.VCRedist.2015+.x86v14.51.36247.0

    The Microsoft Visual C++ v14 Redistributable Package (x86)

  • U
    uvAstral Software Inc.
    astral-sh.uvv0.12.15

    An extremely fast Python package and project manager, written in Rust.

  • Nullsoft Install SystemNullsoft and Contributors
    NSIS.NSISv3.12

    A professional open source system to create Windows installers

More from Hiroshi Miura or browse android-sdk, installer, linux.

Frequently asked questions

How do I install Another Qt installer on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id miurahr.aqtinstall --exact --version 3.3.0. winget downloads the installer from Hiroshi Miura and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Another Qt installer silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id miurahr.aqtinstall --exact 3.3.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Another Qt installer via winget?
Run: winget uninstall --id miurahr.aqtinstall --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Another Qt installer's Apps & Features entry.
Is Another Qt installer free?
Another Qt installer is distributed under MIT. Refer to the publisher (https://github.com/miurahr/aqtinstall) for the full license terms - Wingetly itself does not charge for installation.
Does Another Qt installer work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Another Qt installer directly from the publisher.
How do I keep Another Qt installer up to date?
Run winget upgrade --id miurahr.aqtinstall --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Another Qt installer from microsoft/winget-pkgs.

Recent versions

  • 3.3.0latest
  • 3.2.1
  • 3.2.0
  • 3.1.21
  • 3.1.20
  • 3.1.19
  • 3.1.16
  • 3.1.15
  • 3.1.14
  • 3.1.13