macOS
brew install consul-templatelocal Homebrew formula metadata
brew
Generic template rendering and notifications with Consul. Version 0.42.0 via Homebrew; verified 2026-04-15.
install
brew install consul-templatelocal Homebrew formula metadata
sudo apk add consul-templateAlpine Linux edge package indexes · consul-template · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#consul-templatenixpkgs package indexes · pkgs/by-name/co/consul-template/package.nix · source: api.github.com
sudo pacman -S consul-templateArch Linux sync databases · consul-template · source: geo.mirror.pkgbuild.com
choco install consul-templateChocolatey community package catalog · consul-template · source: community.chocolatey.org
overview
Generic template rendering and notifications with Consul
history
Consul Template is a HashiCorp daemon and CLI that renders files from Consul, Vault, and Nomad data, then optionally runs commands after changes. It became a standard bridge between service discovery/configuration data and traditional config-file driven software.
HashiCorp released Consul Template 0.1.0 in October 2014. The README still states the core idea: query a Consul, Vault, or Nomad cluster and update any number of templates on the filesystem.
The early changelog shows rapid hardening after launch: 0.2.0 added file and key-prefix helpers, tree and ls functions, string helpers, and more examples; 0.5.0 added SIGHUP reload and service-listing support. Later releases added Vault, Nomad, Consul namespace/partition/peering features, imported services, and security fixes.
Consul Template found adoption in infrastructure stacks that needed dynamic data in ordinary files. Its README recommends running it as a system service, explains why automatic reload-on-file-change is intentionally avoided, and points users toward examples, configuration docs, templating docs, Docker use, and community support.
Input package metadata lists Consul Template for Homebrew, apk, Chocolatey, Nix, and pacman, reflecting its cross-platform single-binary packaging model.
Common usage is to run consul-template with template mappings such as source:destination:command, render configuration files from Consul KV or service catalog data, and restart or reload services such as nginx or haproxy when rendered output changes.
The README also documents once mode, reload via SIGHUP, environment variables shared with Consul, Vault, and Nomad tooling, and version-specific documentation through Git tags.
Consul Template matters because it packages dynamic infrastructure state into the oldest Unix deployment interface: files on disk plus a signal or command. That made it useful before every application learned service discovery APIs directly.
For package maintainers, it is a classic HashiCorp Go binary: upstream releases, version-specific docs, service-manager usage, Docker images, and a web of compatibility with Consul, Vault, Nomad, and downstream config consumers.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
consul-template | cli | global executable |
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.
https://github.com/hashicorp/consul-template
install metadata
| Package key | brew:consul-template |
|---|---|
| Version | 0.42.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/consul-template |
| Homepage | https://github.com/hashicorp/consul-template |
| Repository | https://github.com/hashicorp/consul-template |
| Upstream docs | https://github.com/hashicorp/consul-template#readme |
| License | MPL-2.0 |
| Source archive | https://github.com/hashicorp/consul-template/archive/refs/tags/v0.42.0.tar.gz |
| Last updated | 2026-04-15T15:11:29Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | consul-template |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
consul-template
nix profile install nixpkgs#consul-templateconsul-template 0.42.0-r1
Generic template rendering and notifications with Consul
sudo apk add consul-templateconsul-template-openrc 0.42.0-r1
Generic template rendering and notifications with Consul (OpenRC init scripts)
sudo apk add consul-template-openrcconsul-template 0.42.0-1
Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data
https://github.com/hashicorp/consul-template
sudo pacman -S consul-templateconsul-template
choco install consul-templatesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.