Radar v1.7.8
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.7.8/radar_v1.7.8_darwin_arm64.tar.gz
tar -xzf radar_v1.7.8_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.7.8/radar_v1.7.8_darwin_amd64.tar.gz
tar -xzf radar_v1.7.8_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.7.8/radar_v1.7.8_linux_amd64.tar.gz
tar -xzf radar_v1.7.8_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.7.8/radar-desktop_v1.7.8_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.7.8_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.7.8/radar-desktop_v1.7.8_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.7.8_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
- d982189 Add browser selection for UI launch (#911)
- 60586e1 Add bulk workload restart and scale actions (#910)
- 6faadb3 Catalog display metadata: check category + default severity, issue-category catalog (#915)
- e2f0852 Consolidate safe dependency updates (#909)
- 616cf8f Detect eventless post-bind startup stalls (#914)
- f8770af Fix workload log stream reconnect loop (#908)
- 2b676aa Improve pod failure root cause issues (#917)
- cbb43bf Remove redundant diff type stubs (#907)
- 4d76c60 Show pod problem details in issue banners (#904)
- ec4a2e4 Stabilize pod root cause guidance (#918)
- 396c0de Tier 1 diagnostic signals: change-feed correctness, per-issue correlation, MCP ergonomics (#903)
- 5a9a63c Track admission webhook configs in the change feed (#912)
- bc0be2a feat(k8s): configurable deadlines for context switch, first paint, namespace LIST and scope fanout (#885)