macOS
brew install kaflocal Homebrew formula metadata
sudo port install kafMacPorts ports tree · sysutils/kaf/Portfile · source: api.github.com
brew
Modern CLI for Apache Kafka. Version 0.2.14 via Homebrew; verified from local package data.
install
brew install kaflocal Homebrew formula metadata
sudo port install kafMacPorts ports tree · sysutils/kaf/Portfile · source: api.github.com
nix profile install nixpkgs#kafnixpkgs package indexes · pkgs/by-name/ka/kaf/package.nix · source: api.github.com
scoop install main/kafScoop official bucket manifest trees · bucket/kaf.json · source: api.github.com
overview
Modern CLI for Apache Kafka
history
Kaf is a Go-based command-line client for Apache Kafka. It gives Kafka users a compact native CLI alternative to the JVM-centered scripts that ship with Apache Kafka itself.
The birdayz/kaf repository was created in September 2018, and the first GitHub release series began with v0.1.0 on September 30, 2018. The project describes itself as a modern CLI for Apache Kafka, written in Go.
Its design follows the pattern of a single-purpose operational CLI: configuration lives under the user's home directory, commands wrap common Kafka interactions, and the binary can be distributed through package managers without installing the full Kafka distribution.
Kaf has a smaller footprint than Apache Kafka or K9s, but its package-manager presence in Homebrew, MacPorts, Nix, and Scoop shows the value of a lightweight Kafka CLI for local workstations and scripts.
The repository metadata showed a multi-year maintenance history and a modest but real audience by July 2026, with thousands of GitHub stars rather than only incidental packaging.
Kaf is used for direct Kafka administration and inspection tasks such as working with topics, consumers, producers, and cluster metadata from a local shell.
Because Kafka credentials and cluster definitions can live in the Kaf configuration file, the package is part of the user's data-infrastructure access surface, not merely a display utility.
Kaf matters to package collectors because it represents the ergonomic rewrite pattern: a large server project ships official scripts, and the ecosystem produces a smaller native CLI that is easier to install, tab-complete, and carry between machines.
Its Homebrew formula is also useful metadata: it distinguishes the Kafka client utility named kaf from Apache Kafka itself and from similarly named tools such as kafkactl.
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.
~/.kaf/configCredential-bearing paths to review before unattended agent runs.
~/.kaf/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kaf | 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/birdayz/kaf
install metadata
| Package key | brew:kaf |
|---|---|
| Version | 0.2.14 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kaf |
| Homepage | https://github.com/birdayz/kaf |
| Repository | https://github.com/birdayz/kaf |
| Upstream docs | https://github.com/birdayz/kaf#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/birdayz/kaf/archive/refs/tags/v0.2.14.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kaf |
| 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.
kaf
nix profile install nixpkgs#kafkaf
sudo port install kafmain/kaf
scoop install main/kafsource 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.