Autoschematic
Autoschematic is a tool for managing infrastructure and policy as code.
Unlike Terraform and Pulumi, Autoschematic is built around a push-pull state model. This means that it can resolve state drift by "pulling" or "pushing" (applying). This makes it a much better fit for certain use-cases. See it in action:
https://github.com/user-attachments/assets/80e68971-9d9c-4a63-b834-175a2acc9733
As you can see, this push-pull state model also allows you to import your existing infra automatically.
You may have also noticed the language server and vscode integration. This is available via the
Autoschematic extension here.
Installation
Most users can just do:
Windows is not natively supported yet; you can use WSL as a workaround.
If you prefer to build from source, you can also run
Now you're about ready to try out some examples.