Install Terraform
Terraform ships as a single binary file. The examples below include installation information for popular operating systems.
For official instructions on installing Terraform, refer to Install Terraform .
Mac
The easiest way to install Terraform on macOS is with Homebrew.
Linux
You can install the terraform binary via your distribution’s package manager. For example:
Alternatively, you can fetch a specific version directly and place the binary in your PATH:
Windows
- Download the 32 or 64-bit executable from the Download Terraform page.
- Unzip and place
terraform.exesomewhere in your path.
Other
For additional installers, refer to the Download Terraform page.