Launched this week

inframate
Browse your cloud resources while keeping them close to code
1 follower
Browse your cloud resources while keeping them close to code
1 follower
inframate cross-references your Terraform code, state, and live cloud to classify every resource as managed, pending, drifted, unmanaged, or orphaned something no existing tool surfaces automatically. It ships as both an interactive TUI and a web dashboard from the same binary. No account, no SaaS just brew install and run.





I kept running into the same pain: orphaned resources sitting in state with no
code, unmanaged cloud resources nobody tracked, and drift that went unnoticed
until something broke. Fixing it meant juggling terraform state, terraform
import, and manual diffing across CLI output.
I built inframate to make this automatic. it cross-references code, state,
and cloud, shows you exactly what's wrong, and lets you fix it in place:
import unmanaged resources, clean up orphans, resolve drift all from a TUI
or web UI without context-switching.