import Button from '@hashicorp/react-button' import s from '../../pages/downloads/style.module.css' export default function DownloadsProps(preMerchandisingSlot) { return { getStartedDescription: 'Follow step-by-step tutorials on the essentials of Consul.', getStartedLinks: [ { label: 'CLI Quickstart', href: 'https://learn.hashicorp.com/collections/consul/getting-started', }, { label: 'HCP Consul', href: 'https://learn.hashicorp.com/collections/consul/cloud-get-started', }, { label: 'HCS on Azure', href: 'https://learn.hashicorp.com/collections/consul/hcs-azure', }, { label: 'Kubernetes Quickstart', href: 'https://learn.hashicorp.com/collections/consul/gs-consul-service-mesh', }, { label: 'View all Consul tutorials', href: 'https://learn.hashicorp.com/consul', }, ], tutorialLink: { href: 'https://learn.hashicorp.com/consul', label: 'View Tutorials at HashiCorp Learn', }, logo: ( Consul ), merchandisingSlot: ( <> {preMerchandisingSlot && preMerchandisingSlot}

Looking for a way to secure and automate application networking without the added complexity of managing the infrastructure?

» Download Consul Tools

Note for ARM users:

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"
), } }