Search for a command to run...
Truly open infrastructure as code, forever.
OpenTofu is a free, open-source tool and a self-hostable alternative to Terraform. It's licensed under MPL 2.0 and written in Go.
OpenTofu is the Linux Foundation's open-source fork of Terraform, created after HashiCorp moved Terraform to the non-open-source BUSL license. It's a drop-in replacement that speaks the same HCL, follows the same init/plan/apply workflow, reads your existing Terraform state, and stays fully provider- and module-compatible via its own registry.
Install with Homebrew
brew install opentofuInitialize your project
tofu initSmart picks based on category, tags, and the tools this one replaces.