macOS
brew install aiaclocal Homebrew formula metadata
brew
aiac のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install aiaclocal Homebrew formula metadata
nix profile install nixpkgs#aiacnixpkgs package indexes · pkgs/by-name/ai/aiac/package.nix · ソース: api.github.com
概要
Artificial Intelligence Infrastructure-as-Code Generator
履歴
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.
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.
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.
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.
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.
セキュリティ状態
infrastructure mutation or orchestration signal.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
${XDG_CONFIG_HOME}/aiac/aiac.toml~/.config/aiac/aiac.tomlCredential-bearing paths to review before unattended agent runs.
${XDG_CONFIG_HOME}/aiac/aiac.toml~/.config/aiac/aiac.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
aiac | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/gofireflyio/aiac
インストールメタデータ
| パッケージキー | brew:aiac |
|---|---|
| バージョン | 5.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/aiac |
| ホームページ | https://github.com/gofireflyio/aiac |
| リポジトリ | https://github.com/gofireflyio/aiac |
| 上流ドキュメント | https://github.com/gofireflyio/aiac#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/gofireflyio/aiac/archive/refs/tags/v5.3.0.tar.gz |
| 最終更新 | 2026-07-10T16:49:54-04:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aiac |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
aiac
nix profile install nixpkgs#aiacソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.