Download

Get Spyglass

Grab a standalone binary, the signed container image, or the Helm chart. Viewing your cluster is free — a free key unlocks changes.

v0.2.0 released 1 day ago · Sep 3, 2026 View 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 spyglass-* && ./spyglass-* remotecluster
# then open http://localhost:8081

Full binary setup guide →

Release notes

Spyglass v0.2.0

**Container image:** `ghcr.io/unishsys/spyglass:0.2.0`
**Helm chart:** `oci://ghcr.io/unishsys/charts/spyglass` (`--version 0.2.0`)

Download the binary for your platform below and verify it against `SHA256SUMS`.
See the README for installation and registration instructions.

4 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/spyglass:0.2.0 remotecluster

Docker setup guide →

Helm chart

OCI chart with RBAC and token auth configured. Installs into your cluster:

helm upgrade --install spyglass oci://ghcr.io/unishsys/charts/spyglass \
  --namespace spyglass --create-namespace \
  --version 0.2.0

Helm setup guide →

Previous releases