macOS
brew install etcdlocal Homebrew formula metadata
brew
Key value store for shared configuration and service discovery. Version 3.6.13 via Homebrew; verified 2026-07-01.
install
brew install etcdlocal Homebrew formula metadata
sudo apk add etcdAlpine Linux edge package indexes · etcd · source: dl-cdn.alpinelinux.org
sudo apt install etcd-clientDebian stable package indexes · etcd-client · source: deb.debian.org
nix profile install nixpkgs#etcdnixpkgs package indexes · pkgs/by-name/et/etcd/package.nix · source: api.github.com
sudo pacman -S etcdArch Linux sync databases · etcd · source: geo.mirror.pkgbuild.com
sudo zypper install etcdopenSUSE Tumbleweed package metadata · etcd · source: download.opensuse.org
choco install etcdChocolatey community package catalog · etcd · source: community.chocolatey.org
scoop install main/etcdScoop official bucket manifest trees · bucket/etcd.json · source: api.github.com
winget install --id etcd-io.etcd -eWindows Package Manager source index · etcd-io.etcd · source: cdn.winget.microsoft.com
overview
Key value store for shared configuration and service discovery
history
etcd is a strongly consistent, distributed key-value store for critical distributed-system data, especially cluster state, configuration, service discovery, leader election, and coordination.
The etcd project was created at CoreOS in 2013. Its design centers on a reliable key-value store written in Go and backed by the Raft consensus algorithm, with a user-facing gRPC API and a simple command-line client, `etcdctl`.
The project's own README emphasizes simplicity, TLS support, performance, and reliability through Raft. That positioning made etcd less a general database and more the small, dependable coordination store that other distributed systems could build around.
Kubernetes made etcd famous: CNCF described it as the primary data store for all Kubernetes clusters, storing and replicating cluster state while Raft handles failures and partitions. CNCF also named Cloud Foundry, CoreDNS, M3, Rook, TiKV, and other systems among etcd users or dependents.
In December 2018, CNCF accepted etcd as an incubation-level hosted project. In November 2020, CNCF announced etcd's graduation after demonstrating growing adoption, open governance, feature maturity, security audits, and community sustainability.
The everyday package workflow is split between the `etcd` server and the `etcdctl` client. A user starts a single-node or clustered server listening on the standard client and peer ports, then uses commands such as `etcdctl put` and `etcdctl get` for key-value operations or higher-level features such as watches, leases, locks, and member management.
Operationally, etcd is treated as infrastructure state: it needs backups, monitoring, TLS, careful upgrade and downgrade paths, and cluster maintenance. That is why the documentation has substantial operations guides rather than only API examples.
etcd is a package-manager landmark because a tiny set of binaries can become the persistence layer for a whole orchestration platform. The package ships server, client, and utility commands, and its versioning affects Kubernetes control planes, cloud products, and distribution test matrices.
It also represents the Go single-binary cloud-native packaging style: official release binaries for Linux, macOS, Windows, and Docker, a Homebrew formula, distro packages for clients, and source-level module boundaries for libraries.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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 |
|---|---|---|---|
etcd | cli | global executable | |
etcdctl | cli | global executable | |
etcdutl | 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/etcd-io/etcd
install metadata
| Package key | brew:etcd |
|---|---|
| Version | 3.6.13 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/etcd |
| Homepage | https://etcd.io |
| Repository | https://github.com/etcd-io/etcd |
| Upstream docs | https://etcd.io/docs |
| License | Apache-2.0 |
| Source archive | https://github.com/etcd-io/etcd.git |
| Last updated | 2026-07-01T21:35:07Z |
| 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 | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | etcd |
| 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.
etcd-client 3.5.16-4
highly-available key value store -- client
sudo apt install etcd-clientetcd-server 3.5.16-4
highly-available key value store -- daemon
sudo apt install etcd-servergolang-etcd-server-dev 3.5.16-4
highly-available key value store -- source
sudo apt install golang-etcd-server-devetcd
nix profile install nixpkgs#etcdetcd-client 3.4.30-1build1
highly-available key value store -- client
sudo apt install etcd-clientetcd-server 3.4.30-1build1
highly-available key value store -- daemon
sudo apt install etcd-servergolang-etcd-server-dev 3.4.30-1build1
highly-available key value store -- source
sudo apt install golang-etcd-server-devetcd 3.6.11-r1
A highly-available key value store for shared configuration and service discovery
https://github.com/etcd-io/etcd
sudo apk add etcdetcd-ctl 3.6.11-r1
A command-line client for etcd
https://github.com/etcd-io/etcd
sudo apk add etcd-ctletcd-doc 3.6.11-r1
A highly-available key value store for shared configuration and service discovery (documentation)
https://github.com/etcd-io/etcd
sudo apk add etcd-docetcd-openrc 3.6.11-r1
A highly-available key value store for shared configuration and service discovery (OpenRC init scripts)
https://github.com/etcd-io/etcd
sudo apk add etcd-openrcetcd 3.6.12-1
A distributed, reliable key-value store for the most critical data of a distributed system
https://github.com/etcd-io/etcd
sudo pacman -S etcdetcd 3.6.12-1.1
Reliable key-value store for the most critical data of a distributed system
https://github.com/etcd-io/etcd
sudo zypper install etcdetcdctl 3.6.12-1.1
A simple command line client for etcd
https://github.com/etcd-io/etcd
sudo zypper install etcdctletcdutl 3.6.12-1.1
A simple command line client for etcd
https://github.com/etcd-io/etcd
sudo zypper install etcdutletcd
choco install etcdsource 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.