GraphCanon updated Aug 14, 2026 · GitHub synced Aug 14, 2026
35views this month
Decision brief
aiac, an IaC generator for AI infrastructure, is built in Go and supports Terraform and Pulumi.
Good fit when
- - Use aiac when you are working on AI projects that require IaC tools like Terraform or Pulumi, and want to manage your infrastructure as code using the Go language.
- - Opt for aiac if you are familiar with Go development, prefer open-source tooling under Apache-2.0 license, and wish to incorporate AI-specific cloud services including Amazon Bedrock and OpenAI.
Avoid when
- - Avoid aiac if your project is not based on Go or does not require the integration of Terraform and Pulumi for managing infrastructure.
- - Do not use aiac in scenarios where you are working strictly within an environment that prefers languages other than Go, such as Python, or requires proprietary licenses.
- Hosting:
- self hosted - Deployment methods include installation through Homebrew taps, Docker containers, Go install package management, and direct compilation from source.
- Pricing:
- freemium - aiac is free for use under the Apache-2.0 license with no subscription fees; however, any third-party services like Amazon Bedrock or OpenAI might incur additional costs.
- Requirements:
- Min 1 GB RAM; Requires Docker; Requires Go for local builds and installations through Homebrew taps.; Supports Docker, making it easy to deploy across multiple environments without needing full Go setup.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (142d since push)
- As of Aug 14, 2026
- Provenance
- Not a fork · Organization account
- As of Aug 14, 2026
- Security (OSV)
- 3 low (3 low)
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
go get github.com/gofireflyio/aiac pkg.go.devSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Go-based generator for creating infrastructure and configurations for AI projects using IaC tools like Terraform and Pulumi.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 14, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 14, 2026
- Languages
- go
Source: github.language · Aug 14, 2026
Categories
Tags
README
Installation Via : brew tap gofireflyio/aiac https://github.com/gofireflyio/aiac brew install aiac Using : docker pull ghcr.io/gofireflyio/aiac Using : go install github.com/gofireflyio/aiac/v5@latest Alternatively, clone the repository and build from source: git clone https://gi...
For agents
This page has a .md twin and JSON over the API.