Automic VaultAutomic Vault

cask

Install consul with Homebrew Cask

Tool for service discovery, monitoring and configuration. Version 2.0.2 via Homebrew Cask; verified 2026-07-08. Also installable with nix: nix profile install nixpkgs#consul.

install

Additional install commands

macOS

Homebrew Caskverified · 100%
brew install --cask consul

local Homebrew cask metadata

overview

Package summary

Tool for service discovery, monitoring and configuration

Commands and aliases

  • consul

history

Project history and usage

Consul is HashiCorp's distributed service networking platform for service discovery, health checking, multi-datacenter coordination, service mesh, API gateway, and dynamic application configuration.

Project history

HashiCorp released Consul 0.1.0 in April 2014. The README describes it as a distributed, highly available, datacenter-aware solution for connecting and configuring applications across dynamic infrastructure.

The early changelog shows the original shape of the product: DNS and HTTP service discovery, health checks, key/value storage, sessions, locking, a web UI, ACLs, Raft behavior, and Serf/gossip membership. Later changelog entries show the product expanding into Connect service mesh, Envoy integration, mesh gateways, API gateway, peering, partitions, telemetry, and enterprise features.

By the 2.0.0 changelog in May 2026, Consul was still a substantial infrastructure product with ongoing security work, Envoy upgrades, API gateway changes, Connect CA work, and enterprise operational features.

Adoption history

Consul became a common service-discovery and service-networking component because it shipped as a single cross-platform binary while offering DNS, HTTP APIs, health checks, and datacenter federation. The README lists Linux, macOS, FreeBSD, Solaris, and Windows support.

Its adoption path widened as HashiCorp integrated it with Consul Template, Vault, Nomad, Envoy, Kubernetes-oriented workflows, and HCP Consul. Input metadata for this cask is narrow because Homebrew distributes it as a cask binary from HashiCorp releases, but the upstream project itself is a major infrastructure system.

How it is used

Operators run Consul agents and servers to register services, answer DNS and HTTP discovery queries, store dynamic configuration in KV, perform health checks, and coordinate distributed infrastructure across datacenters.

Modern Consul usage can also include service mesh sidecars, API gateways, TLS identity, Connect CA providers, Envoy xDS configuration, Kubernetes deployments, and HCP Consul deployments.

Why package nerds care

Consul is important to package history because it represents the HashiCorp style of infrastructure distribution: one Go binary, official release zips, a CLI plus daemon, config files under /etc, and packaging across operating systems.

It also became a dependency magnet. Tools such as Consul Template and consul-backinator exist because Consul's service catalog, KV store, ACLs, and operational APIs became packageable integration points.

Timeline

  • 2014: Consul 0.1.0 is released as the initial release.
  • 2014: Consul 0.2.0 adds the web UI and read consistency modes.
  • 2014: Consul 0.3.0 adds sessions, key locking, DNS TTLs, and reload support.
  • 2018-2019: Consul Connect and Envoy-oriented service-mesh features become prominent in the changelog.
  • 2026: Consul 2.0.0 is released with security, API gateway, Connect CA, and enterprise changes.

Related projects

  • Consul Template renders files from Consul data.
  • consul-backinator backs up and restores Consul KV, ACL, and prepared-query data.
  • Vault, Nomad, Envoy, Serf, and Raft are important adjacent technologies in Consul's docs and changelog.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for consul. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/consul.d/consul.hcl

executables

Installed executables

CommandKindExposureNote
consulbinaryHomebrew cask binaryconsul

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-25
manager version2.0.2
manager updated2026-07-08
local dataok
upstreamnot checked
latest detectednot detected

https://www.consul.io/

install metadata

Package metadata

Package keycask:consul
Version2.0.2
Package managerHomebrew Cask
Package manager pagehttps://formulae.brew.sh/cask/consul
Homepagehttps://www.consul.io/
Upstream docshttps://www.consul.io/
Source archivehttps://releases.hashicorp.com/consul/2.0.2/consul_2.0.2_darwin_arm64.zip
Last updated2026-07-08T13:08:09Z
Pulseupdated
SHA-2565954509aec5ed54dabc88fc8e357756c7b0dc56437bd296c1399e525e3657417
Download URLhttps://releases.hashicorp.com/consul/2.0.2/consul_2.0.2_darwin_arm64.zip
Bottlenot recorded
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew cask API
Taphomebrew/cask
Full Tokenconsul
Names
  • Consul
Artifacts
Deprecatedno
Disabledno

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

consul

nix profile install nixpkgs#consul
  • normalized package name match
  • Matched by: Consul
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/co/consul/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

consul 1.22.6-2

A tool for service discovery, monitoring and configuration.

https://www.consul.io

sudo pacman -S consul
  • License: BUSL-1.1
  • Architecture: x86_64
  • 1 dependencies
  • normalized package name match
  • Matched by: Consul
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: consul from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

consul

sudo port install consul
  • normalized package name match
  • Matched by: Consul
MacPorts ports tree · api.github.com · MacPorts ports tree: net/consul/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

consul

choco install consul
  • normalized package name match
  • Matched by: Consul
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: consul from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','cmake.portable'
Scoop95%

main/consul

scoop install main/consul
  • normalized package name match
  • Matched by: Consul
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/consul.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment