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 →
Builds are on the way
No tagged release is published yet. You can still install from the registry, or watch the repo for the first cut.
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 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
First time here? Follow the installation guide →