# Installer aqtinstall avec Homebrew, Nix, scoop, winget, chocolatey

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de aqtinstall pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:aqtinstall
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install aqtinstall
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#aqtinstall
```

  Preuve: nixpkgs package indexes: pkgs/by-name/aq/aqtinstall/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/aqtinstall
```

  Preuve: Scoop official bucket manifest trees: bucket/aqtinstall.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id miurahr.aqtinstall -e
```

  Preuve: Windows Package Manager source index: miurahr.aqtinstall from https://cdn.winget.microsoft.com/cache/source.msix

- Chocolatey (92%):

```sh
choco install aqt
```

  Preuve: Chocolatey community package catalog: aqt from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','another-redis-desktop-manager'

## Faits du paquet

- **Clé du paquet:** brew:aqtinstall
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/aqtinstall>
- **Version:** 3.3.0
- **Résumé source:** Another unofficial Qt installer
- **Page d'accueil:** <https://aqtinstall.readthedocs.io/en/latest/>
- **Dépôt:** <https://github.com/miurahr/aqtinstall>
- **Docs amont:** <https://aqtinstall.readthedocs.io/en/latest/>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/76/19/24a588de6c25d43169d172dab47e63a63cd0d8f90e98cf86487acbf00ac7/aqtinstall-3.3.0.tar.gz>
- **Dernière mise à jour:** 2026-06-20T10:46:05Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- aqt (cli)
- aqt (alias)

## Dépendances

- certifi
- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 3.3.0
- gestionnaire mis à jour: 2026-06-20
- données locales: OK
- dépôt amont: https://aqtinstall.readthedocs.io/en/latest/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

aqtinstall is a Python command-line installer for Qt packages, branded in its own metadata as another unofficial Qt installer. Its `aqt` executable is used mostly in CI and scripted developer environments where the official graphical Qt installer is the wrong shape.

### Historique du projet

The official GitHub repository was created in March 2019 and its documentation is published on Read the Docs. The docs describe a configuration file, command-line options, examples, and a separate official-Qt-installer mode.

The project evolved from downloading public Qt archives into a broader Qt installer wrapper: current docs cover mirror handling, checksum behavior, archive retention, official-installer authentication, and direct pass-through override mode for Qt's own installer CLI.

### Historique d'adoption

The input package metadata shows aqtinstall packaged for Homebrew, Chocolatey, Nix, Scoop, and winget. The official GitHub API metadata also shows a four-digit star count, which is strong adoption for a niche packaging utility.

Its adoption pattern is practical rather than social: developers use it when builds need a reproducible Qt install on Linux, macOS, or Windows without clicking through the Maintenance Tool.

### Modes d'utilisation

Common use is `aqt install-qt` or the newer `aqt install-qt-official` family to install a target, architecture, Qt version, and optional modules into a chosen output directory.

The configuration docs state that defaults live in `aqt/settings.ini`, with `$AQT_CONFIG` or `--config` available for override. Official-installer mode looks for `qtaccount.ini` in the per-OS Qt data directory or accepts `QT_INSTALLER_JWT_TOKEN`.

### Pourquoi les passionnés de paquets s'y intéressent

aqtinstall is package-manager glue for an upstream ecosystem whose official installer is large, stateful, and account-aware. It is interesting because it turns Qt distribution metadata into a scriptable package acquisition layer while still exposing enough knobs for mirrors, checksums, and CI authentication.

### Chronologie

- 2019: The official GitHub repository was created.
- 2020: The project had reached a tagged 1.0 release series.
- 2026: The repository and documentation remain active in the 3.x series.

### Related projects

- Related projects and systems include Qt, Qt Maintenance Tool, Qt online repositories, Python packaging, 7-Zip, py7zr, and CI package caches.

### Sources

- <https://api.github.com/repos/miurahr/aqtinstall>
- <https://aqtinstall.readthedocs.io/en/latest>
- <https://aqtinstall.readthedocs.io/en/latest/configuration.html>
- <https://aqtinstall.readthedocs.io/en/latest/official.html>
- source_facts.package-manager


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour aqtinstall. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: aqt/settings.ini, $AQT_CONFIG

## Credential files

- Linux: ~/.local/share/Qt/qtaccount.ini
- macOS: ~/Library/Application Support/Qt/qtaccount.ini
- Windows: %APPDATA%\Qt\qtaccount.ini
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** aqtinstall
- **Version Scheme:** 0
- **Revision:** 9
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - aqtinstall: normalized package name match | nixpkgs package indexes: pkgs/by-name/aq/aqtinstall/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/aqtinstall: normalized package name match | Scoop official bucket manifest trees: bucket/aqtinstall.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - miurahr.aqtinstall: normalized package name match | Windows Package Manager source index: miurahr.aqtinstall from https://cdn.winget.microsoft.com/cache/source.msix
- Chocolatey - aqt: installed executable or alias match | Chocolatey community package catalog: aqt from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','another-redis-desktop-manager'


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [pyqt](https://pkg.so/fr/brew/pyqt/) - Shares pkgdb curated category or tags: cli, developer-tools, python, qt.
- [pyside](https://pkg.so/fr/brew/pyside/) - Shares pkgdb curated category or tags: cli, developer-tools, python, qt.
- [pyqt-builder](https://pkg.so/fr/brew/pyqt-builder/) - Shares pkgdb curated category or tags: cli, developer-tools, python, qt.
- [uv](https://pkg.so/fr/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [pipx](https://pkg.so/fr/brew/pipx/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [cffi](https://pkg.so/fr/brew/cffi/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [qtbase](https://pkg.so/fr/brew/qtbase/) - Shares pkgdb curated category or tags: cli, developer-tools, qt.
- [ruff](https://pkg.so/fr/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, python.
- [abi3audit](https://pkg.so/fr/brew/abi3audit/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, developer, developer-tools, python.
- [bpython](https://pkg.so/fr/brew/bpython/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, developer, developer-tools, python.

## Combined YAML source

View the package source record on GitHub. [combined/aqtinstall.yml](https://github.com/mxcl/pkgdb/blob/main/combined/aqtinstall.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
