Skip to main content

Build cloud infrastructure with IaC Code

From one request to reviewable, executable, deployable cloud infrastructure changes.

Download for macOSOther platforms: Windows · Linux
IaC Code Desktop app

Why IaC Code?

Manage cloud infrastructure with natural language

Bring resource planning, template generation, change review, and deployment operations into one terminal conversation.

Manage cloud infrastructure with natural language

Support multiple IaC engines

Use Terraform and Alibaba Cloud ROS in one workflow to produce reviewable, executable infrastructure changes.

Support multiple IaC engines

Support multiple AI providers

Connect multiple model providers so teams can choose AI capabilities by model, budget, and compliance needs.

Support multiple AI providers

Agentic workflow

Let the agent understand context, call tools, inspect results, and settle deliverable infrastructure changes.

Agentic workflow

Start using IaC Code

Desktop app

Install the native app on macOS, Windows, or Linux for an integrated desktop experience and signed updates.

Download for macOSOther platforms: Windows · Linux
IaC Code Desktop app

iac-code

IaC Code interactive session started

Create a VPC + 2 ECS instances

Generated template vpc-ecs-stack.yml

Validation passed, waiting for deploy confirmation…

Interactive mode

Start a terminal session, refine requirements, review templates, run tools, and complete infrastructure tasks across turns.

iac-code

$ iac-code --prompt "Create a VPC" \

    --output-format stream-json

{"type":"tool_call","name":"ros_generate",…}

{"type":"result","status":"success",…}

Headless mode

Pass a single prompt to IaC Code for scripts, pipelines, and automation systems.

iac-code --prompt "Create a VPC" --output-format stream-json
IaC Code Web app

Web app

Launch the local Web app from the CLI and work in a browser with the full conversational IaC workspace.

iac-code web
All three run from the command line — install first:
pip install iac-code