Kubeshark Release v52.12.0 (01-25-2026)
Release Highlights
This release includes minor features and bug fixes, along with foundational infrastructure for upcoming releases with more significant capabilities. This release also includes some domain changes (see below).
To install this version you might need to remove the previous Helm repository.
helm repo remove kubeshark
helm repo add kubeshark https://helm.kubeshark.com
helm install kubeshark kubeshark/kubeshark
Bug Fixes & New Features
- Improved performance of the cluster-wide L4 connectivity map.
- Fixed the missing footer bug in the
frontend. - Added individual PCAP files to snapshot archive downloads to help find the needle in the haystack in busy clusters.
- Transitioned the following domains:
docs.kubehq.comtodocs.kubeshark.comkubeshark.kubehq.comtodemo.kubeshark.comconsole.kubehq.comtoconsole.kubeshark.comhelm.kubehq.comtohelm.kubeshark.comapi.kubehq.comtoapi.kubeshark.com
Patches
When new patch releases are published, they will be automatically added and listed in this section.
v52.12.1 (12-27-2025)
- Optimized raw-capture performance
Download Kubeshark for your platform
Mac (x86-64/Intel)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.12.0/kubeshark_darwin_amd64 && chmod 755 kubeshark
Mac (AArch64/Apple M1 silicon)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.12.0/kubeshark_darwin_arm64 && chmod 755 kubeshark
Linux (x86-64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.12.0/kubeshark_linux_amd64 && chmod 755 kubeshark
Linux (AArch64)
curl -Lo kubeshark https://github.com/kubeshark/kubeshark/releases/download/v52.12.0/kubeshark_linux_arm64 && chmod 755 kubeshark
Windows (x86-64)
curl -LO https://github.com/kubeshark/kubeshark/releases/download/v52.12.0/kubeshark.exe
Checksums
SHA256 checksums available for compiled binaries.
Run shasum -a 256 -c kubeshark_OS_ARCH.sha256 to verify.