Radar v1.5.2
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.5.2/radar_v1.5.2_darwin_arm64.tar.gz
tar -xzf radar_v1.5.2_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.5.2/radar_v1.5.2_darwin_amd64.tar.gz
tar -xzf radar_v1.5.2_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.5.2/radar_v1.5.2_linux_amd64.tar.gz
tar -xzf radar_v1.5.2_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.5.2/radar-desktop_v1.5.2_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.5.2_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.5.2/radar-desktop_v1.5.2_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.5.2_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
- 0175950 deps: bundled bumps for 2026-04-22 (replaces #502-513) (#520)
- 1ccc2ae fix(kubeconfig): isolate each file to stop shared-name collisions (#524)
- f806ef2 fix(settings): allow typing commas in Kubeconfig Directories (#523)
- eaa1801 fix(terminal): restore @source scan for k8s-ui (#518) (#522)
- 7358dae fix(ui): node condition polarity (#517) + capacity layout (#516) (#521)