Install Consul
Install or update to v1.16.1 (latest version) of Consul to get started.
Operating System
Package manager for macOS
Binary download for macOS
AMD64
Version: 1.16.1
Download
ARM64
Version: 1.16.1
Download
Release information
Notes
You can find the SHA256 checksums for Consul 1.16.1 online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.
Note for ARM users
- Use Armelv5 for all 32-bit armel systems
- Use Armhfv6 for all armhf systems with v6+ architecture
- Use Arm64 for all v8 64-bit architectures
The following commands can help determine the right version for your system:
$ uname -m
$ readelf -a /proc/self/exe | grep -q -c Tag_ABI_VFP_args && echo "armhf" || echo "armel"