--- layout: "downloads" page_title: "Download Consul" sidebar_current: "downloads-consul" description: |- Download Consul ---
Below are the available downloads for the latest version of Consul (<%= latest_version %>). Please download the proper package for your operating system and architecture.
You can find the SHA256 checksums for Consul <%= latest_version %> online and you can verify the checksums signature file which has been signed using HashiCorp's GPG key. You can also download older versions of Consul from the releases service.
Check out the v<%= latest_version %> CHANGELOG for information on the latest release.
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"