v1.12.0
Radar v1.12.0
Modern Kubernetes visibility. Local-first. No account. No cloud dependency. Fast.
Topology, event timeline, and service traffic — plus resource browsing and Helm management. Open source. Free forever.
Installation
Homebrew (macOS/Linux):
brew install skyhook-io/tap/radarScoop (Windows):
scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radarPowerShell (Windows):
irm https://raw.githubusercontent.com/skyhook-io/radar/main/install.ps1 | iexManual (macOS Apple Silicon):
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.12.0/radar_v1.12.0_darwin_arm64.tar.gz
tar -xzf radar_v1.12.0_darwin_arm64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Manual (macOS Intel):
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.12.0/radar_v1.12.0_darwin_amd64.tar.gz
tar -xzf radar_v1.12.0_darwin_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Manual (Linux amd64):
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.12.0/radar_v1.12.0_linux_amd64.tar.gz
tar -xzf radar_v1.12.0_linux_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Desktop App
Homebrew (macOS):
brew install --cask skyhook-io/tap/radar-desktopDebian/Ubuntu:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.12.0/radar-desktop_v1.12.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.12.0_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.12.0/radar-desktop_v1.12.0_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.12.0_linux_amd64.rpmScoop (Windows):
scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar-desktopWindows (direct download): Download from the assets below.
CLI
Then run: kubectl radar
Changelog
- f53c050 Add weekly Dependabot batch workflow (#1496)
- 153d151 Detect RKE2 platforms and Canal CNI (#1475)
- 27ed37d Support OpenCost and Kubecost currency labels and overrides (#1472)
- 62dd6db Support combined kubeconfig file and directory sources (#1478)
- eec2ef3 chore(chart): replace stale chart version/appVersion with 0.0.0-dev placeholder (#1477)
- 889ac25 chore(codeql): exclude go/log-injection via shared config (#1469)
- 819593b deps: batch soaked Dependabot updates (2026-08-26) (#1495)
- 30ba84c feat(mcp): expose upgrade impact analysis via MCP (get_cluster_upgrade_readiness) (#1481)
- 8dee684 feat(scripts): add Cilium/Hubble demo cluster with all connection lanes (#1502)
- e368900 feat: add Kubernetes 1.37 upgrade readiness checks (#1504)
- 957784d fix(metrics): branch discovery probes on run mode (in-cluster vs local) (#1497)
- 4659740 fix(nodes): parse pod capacity as a Quantity, not a raw integer (#1441) (#1451)
- 04bb1cb fix(traffic): dial Hubble Relay directly before falling back to port-forward (#1483)
- b3cc71e fix(ui): prevent drawer layout shift (#1474)
- 6073117 fix(updater): surface Close errors when extracting the new binary (#1468)
- 235e844 fix: copy resource names over HTTP (#1465)
- 53b69b8 fix: sweep the remaining raw Quantity parsers (quota ratios, capacity rows) (#1471)
- 9174471 test(loadtest): deflake orphan-skeleton assertions with client-list reads (#1500)