Automic VaultAutomic Vault

brew

Install kea with Homebrew, apk, apt, dnf, Nix, pacman, zypper

DHCP server. Version 3.2.0 via Homebrew; verified 2026-06-27.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install kea

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add kea

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

Debian aptverified · 92%
sudo apt install kea

Debian stable package indexes · kea · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install kea

Fedora Rawhide package metadata · kea · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#kea

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

Arch Linux pacmanverified · 92%
sudo pacman -S kea

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

openSUSE zypperverified · 92%
sudo zypper install kea

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

overview

Package summary

DHCP server

Commands and aliases

  • kea-admin
  • kea-ctrl-agent
  • kea-dhcp-ddns
  • kea-dhcp4
  • kea-dhcp6
  • kea-lfc
  • kea-msg-compiler
  • kea-shell
  • keactrl
  • perfdhcp

history

Project history and usage

Kea is Internet Systems Consortium's modern open-source DHCP server suite. It provides DHCPv4, DHCPv6, DHCP-DDNS, control, database-maintenance, REST client, and benchmarking tools, and it was designed as ISC's next-generation successor path for the older ISC DHCP server.

Project history

Kea grew out of the BIND 10-era DHCP work inside ISC. The official manual pages record the first DHCPv6 daemon code in June 2011 and the first DHCPv4 daemon code in November 2011 by Tomek Mrugalski, followed by the DHCP-DDNS process in May 2013 by Thomas Markwalder. In mid-2014, Kea was decoupled from the BIND 10 framework and became a standalone DHCP server with renamed kea-dhcp4, kea-dhcp6, and kea-dhcp-ddns binaries.

ISC announced Kea 1.0.0 on 2015-12-29. ISC's 2015 open-source accomplishments post described Kea 1.0 as a major update with lease expiration, client classification, DHCPv4 and DHCPv6 DECLINE support, PXE and iPXE boot support, and limited MySQL host-reservation storage. The 1.1 release in 2016 expanded host reservations to MySQL and PostgreSQL and positioned Kea for datacenter, ISP, and enterprise DHCP automation.

Adoption history

Kea adoption is driven by operators who need a maintained DHCP server with database-backed leases, hooks, a control plane, and automation hooks beyond the flat-file heritage of ISC DHCP. ISC's DHCP history page frames Kea as a new implementation intended to replace the aging ISC DHCP, and ISC's Kea product page presents it as widely deployed open-source DHCP server software for Linux and Unix-like systems.

Kea also became important to appliance, ISP, and enterprise packaging because ISC DHCP reached end-of-life status while Kea continued to receive active releases and commercial support. That transition made Kea a default answer for packagers maintaining DHCP service stacks.

How it is used

Kea is normally deployed as one or more cooperating daemons: kea-dhcp4 for IPv4 leases, kea-dhcp6 for IPv6 leases and prefix delegation, kea-dhcp-ddns for DNS update requests, keactrl for service control, and kea-shell for interacting with the REST control interface. Administrators configure it through JSON configuration files and can integrate SQL backends and hook libraries for larger operational environments.

Why package nerds care

Kea matters to package nerds because it is the rare infrastructure daemon where the package boundary exposes a whole operational architecture: multiple daemons, sample configs, database schema tooling, hooks, and migration pressure from a famous predecessor. It is also a case study in how a foundational Unix network service gets replaced without changing the underlying IETF protocol.

Timeline

  • 2011-06: The b10-dhcp6 daemon was first coded.
  • 2011-11: The b10-dhcp4 daemon was first coded.
  • 2013-05: The b10-dhcp-ddns process was first coded.
  • 2014-07: Kea was decoupled from BIND 10 and its DHCP-DDNS binary was renamed.
  • 2015-12-29: Kea 1.0.0 was announced.
  • 2016: Kea 1.1 expanded database-backed host reservations.
  • 2019: ISC released a migration utility to help translate ISC DHCP configuration to Kea syntax.

Related projects

  • Kea is directly related to ISC DHCP, BIND 10, Stork for graphical management, DHCPv4 and DHCPv6 IETF standards, SQL database backends, and ISC's broader BIND and network-operations ecosystem.

security posture

Risk level: yellow

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • broad file, network, media, or database tool signal
  • generalized runtime or code generation signal

Signals

  • text:server
  • text:shell

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 3 runtime dependencies.
  • Build metadata lists 5 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.

local files

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

Config paths the tool may read or write during local use.

Linux
/etc/kea/kea-dhcp4.conf/etc/kea/kea-dhcp6.conf/etc/kea/kea-dhcp-ddns.conf/etc/kea/kea-ctrl-agent.conf/etc/kea/keactrl.conf
Unix
[kea-install-dir]/etc/kea/kea-dhcp4.conf[kea-install-dir]/etc/kea/kea-dhcp6.conf[kea-install-dir]/etc/kea/kea-dhcp-ddns.conf[kea-install-dir]/etc/kea/kea-ctrl-agent.conf[kea-install-dir]/etc/kea/keactrl.conf

executables

Installed executables

CommandKindExposureNote
kea-admincliglobal executable
kea-ctrl-agentcliglobal executable
kea-dhcp-ddnscliglobal executable
kea-dhcp4cliglobal executable
kea-dhcp6cliglobal executable
kea-lfccliglobal executable
kea-msg-compilercliglobal executable
kea-shellcliglobal executable
keactrlcliglobal executable
perfdhcpcliglobal 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.2.0
manager updated2026-06-27
local dataok
upstreamnot checked
latest detectednot detected

https://www.isc.org/kea/

install metadata

Package metadata

Package keybrew:kea
Version3.2.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/kea
Homepagehttps://www.isc.org/kea/
Repositoryhttps://gitlab.isc.org/isc-projects/kea
Upstream docshttps://kea.readthedocs.io/
LicenseMPL-2.0
Source archivehttps://downloads.isc.org/isc/kea/3.2.0/kea-3.2.0.tar.xz
Last updated2026-06-27T22:35:12Z
Pulseupdated
Dependenciesboost, log4cplus, openssl@3
Build dependenciesbison, meson, ninja, pkgconf, python@3.14
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekea
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%

kea 2.6.3-1

DHCP server [meta]

http://kea.isc.org/

sudo apt install kea
  • Section: net
  • Architecture: all
  • Source Package: isc-kea
  • 5 dependencies
  • normalized package name match
  • Matched by: Kea
Debian stable package indexes · deb.debian.org · Debian stable package indexes: kea from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

kea

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

kea 2.4.1-3build3

DHCP server [meta]

http://kea.isc.org/

sudo apt install kea
  • Section: net
  • Architecture: all
  • Source Package: isc-kea
  • 5 dependencies
  • normalized package name match
  • Matched by: Kea
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: kea from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

kea 3.0.3-r0

DHCPv4 and DHCPv6 server from ISC

https://kea.isc.org/

sudo apk add kea
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-admin 3.0.3-r0

Databases administration tools for Kea DHCP server

https://kea.isc.org/

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

kea-common 3.0.3-r0

Common files and libraries for Kea DHCP Server

https://kea.isc.org/

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

kea-ctrl-agent 3.0.3-r0

Kea Control Agent - REST service for controlling Kea DHCP server

https://kea.isc.org/

sudo apk add kea-ctrl-agent
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-ctrl-agent from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-dev 3.0.3-r0

DHCPv4 and DHCPv6 server from ISC (development files)

https://kea.isc.org/

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

kea-dhcp-ddns 3.0.3-r0

Kea DHCP Dynamic DNS Server

https://kea.isc.org/

sudo apk add kea-dhcp-ddns
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-dhcp-ddns from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-dhcp4 3.0.3-r0

Kea IPv4 DHCP Server

https://kea.isc.org/

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

kea-dhcp6 3.0.3-r0

Kea IPv6 DHCP Server

https://kea.isc.org/

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

kea-doc 3.0.3-r0

DHCPv4 and DHCPv6 server from ISC (documentation)

https://kea.isc.org/

sudo apk add kea-doc
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-hook-bootp 3.0.3-r0

Kea hook for handling BOOTP client support

https://kea.isc.org/

sudo apk add kea-hook-bootp
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-hook-bootp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-hook-class-cmds 3.0.3-r0

Kea hook providing runtime commands for managing client classes

https://kea.isc.org/

sudo apk add kea-hook-class-cmds
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-hook-class-cmds from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-hook-ddns-tuning 3.0.3-r0

Kea hook for adjusting and fine-tuning DHCP-DDNS update behavior

https://kea.isc.org/

sudo apk add kea-hook-ddns-tuning
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-hook-ddns-tuning from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

kea-hook-flex-id 3.0.3-r0

Kea hook for generating client identifiers using flexible expressions

https://kea.isc.org/

sudo apk add kea-hook-flex-id
  • License: MPL-2.0
  • Architecture: x86_64
  • Source Package: kea
  • 1 dependencies
  • normalized package name match
  • Matched by: Kea
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kea-hook-flex-id from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment