# Install confd with Homebrew, apk, Nix

Manage local application configuration files using templates. Version 0.16.0 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:confd
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install confd
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add confd
```

  Evidence: Alpine Linux edge package indexes: confd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#confd
```

  Evidence: nixpkgs package indexes: pkgs/by-name/co/confd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:confd
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/confd>
- **Version:** 0.16.0
- **Source summary:** Manage local application configuration files using templates
- **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>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- confd (cli)
- confd (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.16.0
- Local data: ok
- Upstream repository: https://github.com/kelseyhightower/confd
- Upstream latest detected: v0.16.0 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 2015: v0.10.0 release notes list DynamoDB backend support and a build-system change to gb.
- 2016: 0.12 alpha releases added Vault, DynamoDB, and Redis backend work.
- 2017: v0.13.0 added etcd v3 and Windows support; v0.14.0 added AWS SSM Parameter Store and file backends.
- 2018: v0.16.0 included backend improvements for etcd v3, Vault, file, and Redis and shipped smaller UPX-compressed executables.

### Related projects

- Official documentation names etcd, Consul, DynamoDB, Redis, Vault, ZooKeeper, AWS SSM Parameter Store, and Go templates as core adjacent technologies.

### Sources

- <https://github.com/kelseyhightower/confd#readme>
- <https://github.com/kelseyhightower/confd/blob/master/docs/configuration-guide.md>
- <https://github.com/kelseyhightower/confd/releases>
- <https://github.com/kelseyhightower/confd/releases/tag/v0.10.0>
- <https://github.com/kelseyhightower/confd/releases/tag/v0.13.0>
- <https://github.com/kelseyhightower/confd/releases/tag/v0.14.0>
- <https://github.com/kelseyhightower/confd/releases/tag/v0.16.0>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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

- Unix: /etc/confd/confd.toml, /etc/confd/conf.d/*.toml, /etc/confd/templates/*.tmpl
## Source Database Details

- **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:** head, stable

## Other Package-Manager Records

- Nix - confd: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/confd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - confd - 0.30.0-r5: normalized package name match | Alpine Linux edge package indexes: confd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | manage local application configuration files using templates and data from multiple backends | https://github.com/abtreece/confd
- apk - confd-doc - 0.30.0-r5: normalized package name match | Alpine Linux edge package indexes: confd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | manage local application configuration files using templates and data from multiple backends (documentation) | https://github.com/abtreece/confd
- apk - confd-openrc - 0.30.0-r5: normalized package name match | Alpine Linux edge package indexes: confd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | manage local application configuration files using templates and data from multiple backends (OpenRC init scripts) | https://github.com/abtreece/confd


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [bork](https://www.automicvault.com/pkg/brew/bork/) - Shares av.db curated category or tags: cli, configuration-management, system.
- [cfengine](https://www.automicvault.com/pkg/brew/cfengine/) - Shares av.db curated category or tags: cli, configuration-management, system.
- [comtrya](https://www.automicvault.com/pkg/brew/comtrya/) - Shares av.db curated category or tags: cli, configuration-management, system.
- [rex](https://www.automicvault.com/pkg/brew/rex/) - Shares av.db curated category or tags: cli, configuration-management, system.
- [cpuid](https://www.automicvault.com/pkg/brew/cpuid/) - Shares av.db curated category or tags: cli, go, system.
- [g-ls](https://www.automicvault.com/pkg/brew/g-ls/) - Shares av.db curated category or tags: cli, go, system.
- [gdu](https://www.automicvault.com/pkg/brew/gdu/) - Shares av.db curated category or tags: cli, go, system.
- [gops](https://www.automicvault.com/pkg/brew/gops/) - Shares av.db curated category or tags: cli, go, system.
- [zfind](https://www.automicvault.com/pkg/brew/zfind/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, files, go, system, using.
- [gtrash](https://www.automicvault.com/pkg/brew/gtrash/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, management, system.
- [hostess](https://www.automicvault.com/pkg/brew/hostess/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, management, system.

## Combined YAML source

View the package source record on GitHub. [combined/confd.yml](https://github.com/automic-vault/db/blob/main/combined/confd.yml)


## Sources

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