Installation

Install iamatic using your preferred method.

1

Go Install

Quickest way to get started

go install gitlab.com/skyline-labs/iamatic@latest

Requires Go 1.21 or later

2

Docker

Run without installing Go

docker pull registry.gitlab.com/skyline-labs/iamatic:latest

Mount your Terraform files to analyze

3

Build from Source

Clone and build yourself

git clone git@gitlab.com:skyline-labs/iamatic.git
cd iamatic
go build -o iamatic .
📦

Download Binaries

Pre-built binaries for Linux, macOS, and Windows.

View Releases →

Verify Installation

iamatic --version

You should see output like iamatic v0.1.0