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 →

v0.4.1released 19 days ago · Sep 6, 2026View on GitHub →
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:8081

Full binary setup guide →

Release 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

Docker setup guide →

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

Helm setup guide →

First time here? Follow the installation guide →

Previous releases