# OpenTofu — Community-Driven Open-Source Terraform Alternative > The Linux Foundation fork of Terraform — MPL-2.0 licensed, drop-in compatible, with state encryption and provider-iteration built in. ## Install Save in your project root: # OpenTofu — Community-Driven Open-Source Terraform Alternative ## Quick Use ```bash # Install (macOS / Linux) brew install opentofu # or snap install --classic opentofu # or: curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh | sh -s -- --install-method standalone # Initialize and apply a module tofu init tofu plan -out=tfplan tofu apply tfplan # Encrypt state at rest (OpenTofu-exclusive) cat > encryption.tf <