# Installer aiac avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:aiac
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install aiac
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#aiac
```

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

## Faits du paquet

- **Clé du paquet:** brew:aiac
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.3.0
- **Résumé source:** Artificial Intelligence Infrastructure-as-Code Generator
- **Page d'accueil:** <https://github.com/gofireflyio/aiac>
- **Dépôt:** <https://github.com/gofireflyio/aiac>
- **Dernière mise à jour:** 2026-07-26T13:19:49+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- aiac (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 5.3.0
## Historique du projet et usages

AIaC is Firefly's Artificial Intelligence Infrastructure-as-Code Generator, a Go CLI and library that asks LLM providers to generate Terraform, Pulumi, CloudFormation, Kubernetes manifests, CI/CD pipelines, policy-as-code, shell utilities, and related infrastructure snippets.

### Historique du projet

The GitHub repository was created in December 2022 and the first listed release, v1.0.0, was published that month. The project appeared during the first wave of developer CLIs built around general-purpose LLM APIs, but narrowed the prompt domain to infrastructure and cloud operations.

The README documents both CLI and library usage, and later versions added a backend-oriented configuration model. By the v5 README, AIaC could define multiple named backends for OpenAI, Amazon Bedrock, Ollama, Azure OpenAI-style endpoints, and related provider settings.

### Historique d'adoption

AIaC's official install instructions include a Homebrew tap, Docker image, go install command, source build, and Arch Linux AUR packages. The supplied package facts list Homebrew and Nix packaging, which fits an infrastructure engineer audience comfortable installing CLIs through multiple channels.

The repository's GitHub metadata shows several thousand stars by the time of this enrichment run, suggesting wider interest than a one-off demo. The release history shows continued releases through v5.3.0 in October 2024.

### Modes d'utilisation

Users configure one or more LLM backends in ${XDG_CONFIG_HOME}/aiac/aiac.toml, including API keys or profile settings, then run natural-language prompts such as requests for Terraform, Kubernetes manifests, GitHub Actions, OPA policies, AWS CLI commands, or SQL queries.

By default, the CLI prints extracted code and can run interactively, save generated code to output files, write Markdown readmes, run quietly for scripts, or copy results to the clipboard.

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

AIaC is a useful package-culture artifact from the LLM CLI boom: not a general chat frontend, but a prompt-shaped code generator focused on infrastructure formats that package managers already serve to DevOps users.

Its configuration model also shows the rapid shift from a single OpenAI-key CLI toward pluggable LLM backends, local model support, and provider-specific settings.

### Chronologie

- 2022: GitHub repository created and v1.0.0 released.
- 2023: v2 releases shipped in the first half of the year.
- 2024: v4 releases shipped, followed by v5.0.0 in June.
- 2024: v5.3.0 released in October.

### Related projects

- AIaC is related to Terraform, Pulumi, CloudFormation, Kubernetes, CI/CD systems, OPA, and cloud-provider CLIs as output targets rather than replacements.
- The README names OpenAI, Amazon Bedrock, and Ollama as supported LLM provider backends.

### Sources

- <https://api.github.com/repos/gofireflyio/aiac>
- <https://api.github.com/repos/gofireflyio/aiac/releases?per_page=100>
- <https://github.com/gofireflyio/aiac#readme>
- source_facts.package-manager


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal


## 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: ${XDG_CONFIG_HOME}/aiac/aiac.toml, ~/.config/aiac/aiac.toml

## Credential files

- Unix: ${XDG_CONFIG_HOME}/aiac/aiac.toml, ~/.config/aiac/aiac.toml
## Autres enregistrements de gestionnaires de paquets

- Nix - aiac: normalized package name match | nixpkgs package indexes: pkgs/by-name/ai/aiac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

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