Download
Get Berth
Grab a standalone binary, the signed container image, or the Helm chart. Viewing your cluster is free, a free key unlocks changes.
First time here? Follow the installation guide →
macOS · Apple Siliconberth-darwin-arm6441.1 MBmacOS · Intelberth-darwin-amd6443.3 MBLinux · x86-64berth-linux-amd6442.4 MBLinux · ARM64berth-linux-arm6439.9 MBWindows · x86-64berth-windows-amd64.exe43.2 MB
Verify your download against SHA256SUMS:
shasum -a 256 -c SHA256SUMS --ignore-missing
After downloading, make it executable and run it against your kubeconfig:
chmod +x berth-* && ./berth-* remotecluster
# then open http://localhost:8081Release notes
Berth v0.4.1 **Container image:** `ghcr.io/unishsys/berth:0.4.1` **Helm chart:** `oci://ghcr.io/unishsys/charts/berth` (`--version 0.4.1`) Download the binary for your platform below and verify it against `SHA256SUMS`. See the README for installation and registration instructions.
16 binary downloads this release.
Container image
Multi-arch, SBOM + provenance, cosign-signed. Run it locally with your kubeconfig mounted:
docker run --rm -p 8081:8081 \ -v "$HOME/.kube/config:/home/nonroot/.kube/config:ro" \ ghcr.io/unishsys/berth:0.4.1 remotecluster
Helm chart
OCI chart with RBAC and token auth configured. Installs into your cluster:
helm upgrade --install berth oci://ghcr.io/unishsys/charts/berth \ --namespace berth --create-namespace \ --version 0.4.1
First time here? Follow the installation guide →