Consul Enterprise Installation
Operating System
Package manager for macOS
Binary download for macOS
AMD64
Version: 1.15.3+ent
ARM64
Version: 1.15.3+ent
Release information
Notes
You can find the SHA256 checksums for Consul 1.15.3+ent online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key.
Terms of use
The following shall apply unless your organization has a separately signed Enterprise License Agreement or Evaluation Agreement governing your use of the package: Enterprise packages in this repository are subject to the license terms located in the package. Please read the license terms prior to using the package. Your installation and use of the package constitutes your acceptance of these terms. If you do not accept the terms, do not use the package.
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"