Radar v1.13.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.13.0/radar_v1.13.0_darwin_arm64.tar.gz
tar -xzf radar_v1.13.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.13.0/radar_v1.13.0_darwin_amd64.tar.gz
tar -xzf radar_v1.13.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.13.0/radar_v1.13.0_linux_amd64.tar.gz
tar -xzf radar_v1.13.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.13.0/radar-desktop_v1.13.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.13.0_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.13.0/radar-desktop_v1.13.0_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.13.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
- db08317 Clarify private investigations and simplify sharing confirmation (#1650)
- 3ba350d Expanding a pod group hid crash-looping pods (#1669)
- 4a46675 Explain 40 columns on the core Kubernetes surfaces (#1670)
- 409d813 Integrate evidence-first Findings into AI investigations (#1608)
- fa326f3 Prepare investigation package compatibility and stream reliability (#1672)
- 0b4d90b Remove six columns that cannot say anything, and fix two that can (#1658)
- 17e8961 Restore context-preserving handoff from automatic investigations (#1644)
- efa7bf2 Stop status badges reporting health nothing verified (#1659)
- fb3e1ce Stop three topology nodes reporting health nothing checked (#1668)
- c38475e fix(istio): stop policy rows asserting a security posture no single object establishes (#1649)
- 102bb47 fix(resources): show newly added columns to users who have saved settings (#1642)
- a2be233 fix(resources): stop three status cells claiming health they never checked (#1645)
- 7f5d05c test(k8s): wait for informer status before InitTestResourceCache returns (#1643)