macOS
brew install confdlocal Homebrew formula metadata
brew
Manage local application configuration files using templates. Version 0.16.0 via Homebrew; verified from local package data.
install
brew install confdlocal Homebrew formula metadata
sudo apk add confdAlpine Linux edge package indexes · confd · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#confdnixpkgs package indexes · pkgs/by-name/co/confd/package.nix · source: api.github.com
overview
Manage local application configuration files using templates
history
confd is a lightweight configuration-management daemon and CLI for rendering local configuration files from templates backed by service-discovery and key-value systems. It became familiar in early container and microservice deployments because it sat beside an application, watched systems such as etcd or Consul, rendered files, and triggered reload commands.
The project presents itself as a Go tool for keeping local configuration files up to date from etcd, Consul, DynamoDB, Redis, Vault, ZooKeeper, AWS SSM Parameter Store, environment variables, or files. Its default configuration model centers on TOML at /etc/confd/confd.toml plus template resources under /etc/confd.
Release notes show the project expanding alongside the infrastructure systems common in the mid-2010s: DynamoDB support appeared in the v0.10 era, Vault and Redis arrived in 0.12 alpha releases, etcd v3 and Windows support arrived in v0.13.0, and AWS SSM Parameter Store plus file backends arrived in v0.14.0.
confd was adopted mainly as glue for hosts and containers that needed dynamic configuration without pulling a full configuration-management stack into the application. Its official community pointers to IRC, a mailing list, and a project website reflect the period when service discovery and sidecar-style config rendering were still being standardized in operations culture.
The Homebrew, apk, and Nix package entries in the supplied package facts reflect its continued packaging as a small operational binary rather than a language library.
Typical use is to define template resources, point confd at a backend, render target files, and optionally run checks or reload commands when the rendered configuration changes. The tool is especially associated with daemon configuration, reverse proxies, and twelve-factor-ish deployments where authoritative values live outside the local filesystem.
For package maintainers, confd is a good example of the mid-2010s Go single-binary ops tool: statically distributable, service-discovery aware, and useful even when installed outside a larger platform. Its formula/cross-platform packaging value comes from turning distributed configuration into a conventional executable with predictable /etc/confd paths.
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.
local files
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.
Config paths the tool may read or write during local use.
/etc/confd/confd.toml/etc/confd/conf.d/*.toml/etc/confd/templates/*.tmplexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
confd | 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/kelseyhightower/confd
install metadata
| Package key | brew:confd |
|---|---|
| Version | 0.16.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/confd |
| Homepage | https://github.com/kelseyhightower/confd |
| Repository | https://github.com/kelseyhightower/confd |
| Upstream docs | https://github.com/kelseyhightower/confd#readme |
| License | MIT |
| Source archive | https://github.com/kelseyhightower/confd/archive/refs/tags/v0.16.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | confd |
| 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.
confd
nix profile install nixpkgs#confdconfd 0.30.0-r5
manage local application configuration files using templates and data from multiple backends
https://github.com/abtreece/confd
sudo apk add confdconfd-doc 0.30.0-r5
manage local application configuration files using templates and data from multiple backends (documentation)
https://github.com/abtreece/confd
sudo apk add confd-docconfd-openrc 0.30.0-r5
manage local application configuration files using templates and data from multiple backends (OpenRC init scripts)
https://github.com/abtreece/confd
sudo apk add confd-openrcsource 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.