Automic VaultAutomic Vault

brew

Install etcd with Homebrew, apk, chocolatey, apt, Nix, pacman, scoop, winget, zypper

Key value store for shared configuration and service discovery. Version 3.6.13 via Homebrew; verified 2026-07-01.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install etcd

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add etcd

Alpine Linux edge package indexes · etcd · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install etcd-client

Debian stable package indexes · etcd-client · source: deb.debian.org

Nixverified · 92%
nix profile install nixpkgs#etcd

nixpkgs package indexes · pkgs/by-name/et/etcd/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S etcd

Arch Linux sync databases · etcd · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install etcd

openSUSE Tumbleweed package metadata · etcd · source: download.opensuse.org

overview

Package summary

Key value store for shared configuration and service discovery

Commands and aliases

  • etcd
  • etcdctl
  • etcdutl

history

Project history and usage

etcd is a strongly consistent, distributed key-value store for critical distributed-system data, especially cluster state, configuration, service discovery, leader election, and coordination.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2013: etcd is created at CoreOS.
  • 2018: CNCF accepts etcd as an incubating project.
  • 2020: etcd graduates from CNCF incubation.
  • 2022: etcd integrates continuous fuzzing through OSS-Fuzz work.

Related projects

  • Kubernetes is the best-known etcd user. The project is also associated with CoreOS, CNCF, Raft, CoreDNS, Cloud Foundry, M3, Rook, TiKV, and related cloud-native coordination systems.

security posture

Risk level: orange

formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • formula declares a Homebrew service

Signals

  • metadata:service

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

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

executables

Installed executables

CommandKindExposureNote
etcdcliglobal executable
etcdctlcliglobal executable
etcdutlcliglobal executable

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-08
manager version3.6.13
manager updated2026-07-01
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/etcd-io/etcd

install metadata

Package metadata

Package keybrew:etcd
Version3.6.13
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/etcd
Homepagehttps://etcd.io
Repositoryhttps://github.com/etcd-io/etcd
Upstream docshttps://etcd.io/docs
LicenseApache-2.0
Source archivehttps://github.com/etcd-io/etcd.git
Last updated2026-07-01T21:35:07Z
Pulseupdated
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicedeclared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameetcd
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

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

Debian apt95%

etcd-client 3.5.16-4

highly-available key value store -- client

https://etcd.io

sudo apt install etcd-client
  • Section: net
  • Architecture: amd64
  • Source Package: etcd
  • 1 dependencies
  • normalized package name match
  • Matched by: Etcd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: etcd-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

etcd-server 3.5.16-4

highly-available key value store -- daemon

https://etcd.io

sudo apt install etcd-server
  • Section: net
  • Architecture: amd64
  • Source Package: etcd
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Etcd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: etcd-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

golang-etcd-server-dev 3.5.16-4

highly-available key value store -- source

https://etcd.io

sudo apt install golang-etcd-server-dev
  • Section: golang
  • Architecture: all
  • Source Package: etcd
  • 32 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Etcd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-etcd-server-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

etcd

nix profile install nixpkgs#etcd
  • normalized package name match
  • Matched by: Etcd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/et/etcd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

etcd-client 3.4.30-1build1

highly-available key value store -- client

https://etcd.io

sudo apt install etcd-client
  • Section: universe/net
  • Architecture: amd64
  • Source Package: etcd
  • 1 dependencies
  • normalized package name match
  • Matched by: Etcd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: etcd-client from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

etcd-server 3.4.30-1build1

highly-available key value store -- daemon

https://etcd.io

sudo apt install etcd-server
  • Section: universe/net
  • Architecture: amd64
  • Source Package: etcd
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Etcd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: etcd-server from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

golang-etcd-server-dev 3.4.30-1build1

highly-available key value store -- source

https://etcd.io

sudo apt install golang-etcd-server-dev
  • Section: universe/devel
  • Architecture: all
  • Source Package: etcd
  • 32 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Etcd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: golang-etcd-server-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

etcd 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 etcd
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: etcd
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Etcd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: etcd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

etcd-ctl 3.6.11-r1

A command-line client for etcd

https://github.com/etcd-io/etcd

sudo apk add etcd-ctl
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: etcd
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Etcd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: etcd-ctl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

etcd-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-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: etcd
  • normalized package name match
  • Matched by: Etcd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: etcd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

etcd-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-openrc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: etcd
  • normalized package name match
  • Matched by: Etcd
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: etcd-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

etcd 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 etcd
  • License: Apache-2.0
  • Architecture: x86_64
  • 1 dependencies
  • normalized package name match
  • Matched by: Etcd
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: etcd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

etcd 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 etcd
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: etcd
  • 6 dependencies
  • 4 provides
  • normalized package name match
  • Matched by: Etcd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: etcd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

etcdctl 3.6.12-1.1

A simple command line client for etcd

https://github.com/etcd-io/etcd

sudo zypper install etcdctl
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: etcd
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Etcd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: etcdctl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

etcdutl 3.6.12-1.1

A simple command line client for etcd

https://github.com/etcd-io/etcd

sudo zypper install etcdutl
  • License: Apache-2.0
  • Category: System/Management
  • Architecture: x86_64
  • Source Package: etcd
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Etcd
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: etcdutl from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey95%

etcd

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

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

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