macOS
brew install kcatlocal Homebrew formula metadata
sudo port install kcatMacPorts ports tree · net/kcat/Portfile · source: api.github.com
brew
Generic command-line non-JVM Apache Kafka producer and consumer. Version 1.7.0 via Homebrew; verified from local package data.
install
brew install kcatlocal Homebrew formula metadata
sudo port install kcatMacPorts ports tree · net/kcat/Portfile · source: api.github.com
sudo apk add kcatAlpine Linux edge package indexes · kcat · source: dl-cdn.alpinelinux.org
sudo apt install kcatDebian stable package indexes · kcat · source: deb.debian.org
sudo dnf install kcatFedora Rawhide package metadata · kcat · source: dl.fedoraproject.org
nix profile install nixpkgs#kcatnixpkgs package indexes · pkgs/by-name/kc/kcat/package.nix · source: api.github.com
overview
Generic command-line non-JVM Apache Kafka producer and consumer
history
kcat is the Apache Kafka command-line producer and consumer formerly known as kafkacat. Its README describes it as a generic non-JVM client and a netcat-like tool for Kafka.
Magnus Edenhill created the project in 2014 around librdkafka, giving Kafka operators a small native command-line client instead of requiring JVM tooling for quick production, consumption, metadata inspection, and scripting tasks.
The project kept the kafkacat name through the 1.6 series and then renamed to kcat in the 1.7.0 release in August 2021 to follow Apache Software Foundation trademark policy. The changelog says the rename did not otherwise change the program.
kcat became widely packaged because it fills a common operational gap for Kafka clusters: quick CLI inspection and data movement. The batch input records packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, and Nix, and the README documents package-manager installs and a Docker image.
Common usage includes producing messages from stdin or files, consuming topics and partitions to stdout, listing cluster metadata with -L, joining balanced consumer groups with -G, printing JSON envelopes, using Confluent Schema Registry for Avro decoding, and passing librdkafka configuration with -X or config files.
kcat matters to package people because it is the small, scriptable Kafka tool that often gets installed beside kubectl, jq, and other operations CLIs. Its rename also created a packaging transition from kafkacat to kcat while retaining backward-compatible config paths for a period.
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.
~/.config/kcat.conf~/.config/kafkacat.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kcat | 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/edenhill/kcat
install metadata
| Package key | brew:kcat |
|---|---|
| Version | 1.7.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kcat |
| Homepage | https://github.com/edenhill/kcat |
| Repository | https://github.com/edenhill/kcat |
| Upstream docs | https://github.com/edenhill/kcat#readme |
| License | BSD-2-Clause |
| Source archive | https://github.com/edenhill/kcat.git |
| Dependencies | avro-c, librdkafka, libserdes, yajl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kcat |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
kcat 1.7.1-3
producer and consumer for Apache Kafka
https://github.com/edenhill/kcat
sudo apt install kcatkcat
nix profile install nixpkgs#kcatkcat 1.7.1-3
producer and consumer for Apache Kafka
https://github.com/edenhill/kcat
sudo apt install kcatkcat 1.7.1-r3
Generic command-line non-JVM Apache Kafka producer and consumer
https://github.com/edenhill/kcat
sudo apk add kcatkcat 1.7.1-9.fc44
Generic command line non-JVM Apache Kafka producer and consumer
https://github.com/edenhill/kcat
sudo dnf install kcatkcat
sudo port install kcatsource 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.