Get Terraform, Packer, Vault, Consul, and Nomad up and running even faster on macOS with our new official Homebrew Tap.
Today we’re pleased to announce the release of the official HashiCorp Homebrew Tap. You can now easily and securely install HashiCorp products (Consul, Nomad, Terraform, Packer, and Vault) using the popular macOS-based package manager: Homebrew. Along with the recent release of our Linux repository, this Tap will provide you with a smoother experience getting up and running quickly with our products regardless of the platform you are running.
Homebrew is an open-source, community maintained package manager used by many developers who work using macOS. In keeping with the theme, Homebrew’s distribution channels are called “taps.” Formulae for the same HashiCorp software are still distributed in the community-maintained main tap, however, we recommend installing from our tap with hashicorp/tap/terraform
rather than the community tap at brew install terraform
. Why would you prefer one tap over the other?
The community-maintained tap compiles HashiCorp software on Homebrew's own infrastructure and builds it according to the local formula definition. This is a manual update triggered by a Homebrew contributor.
Formulae in our official tap are maintained by HashiCorp, which means it distributes the exact (byte-to-byte) same binaries that are published to https://releases.hashicorp.com:
In addition, you can install HashiCorp tools without worrying about the details of configuring your environment's PATH or looking up the arguments to decompress a package. Using Homebrew to install and manage macOS packages allows you to focus on learning and using the product, not struggle with its installation process.
You will need to make sure you have Homebrew installed on your system. The instructions to do that can be found here. Once Homebrew is installed, you can run the following commands to install any of our products.
brew install hashicorp/tap/{vault|consul|nomad|terraform|packer}
brew install cask vagrant
To update an existing installation to the latest version, run
brew upgrade hashicorp/tap/<product name>
More detailed instructions can be found on the README of our Homebrew Tap repository.
Once you've installed Terraform, Vault, Consul, Nomad, or Packer, continue your learning journey with over 300 step-by-step tutorials at HashiCorp Learn.
Streamlined run task reviews provide meaningful context on run task evaluations to help practitioners resolve issues faster without having to leave Terraform Cloud.
HashiCorp Vault 1.15 contains a range of updates from UI updates and PKI enhancements to betas for Enterprise secrets sync, Enterprise seal high availability, and event monitoring.
No-code provisioning adds more Day 2 operations. Users can now update the module version used in their no-code workspaces.