Radar v0.9.1
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/v0.9.1/radar_v0.9.1_darwin_arm64.tar.gz
tar -xzf radar_v0.9.1_darwin_arm64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Manual (macOS Intel):
curl -LO https://github.com/skyhook-io/radar/releases/download/v0.9.1/radar_v0.9.1_darwin_amd64.tar.gz
tar -xzf radar_v0.9.1_darwin_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/Manual (Linux amd64):
curl -LO https://github.com/skyhook-io/radar/releases/download/v0.9.1/radar_v0.9.1_linux_amd64.tar.gz
tar -xzf radar_v0.9.1_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/v0.9.1/radar-desktop_v0.9.1_linux_amd64.deb
sudo dpkg -i radar-desktop_v0.9.1_linux_amd64.debFedora/RHEL:
curl -LO https://github.com/skyhook-io/radar/releases/download/v0.9.1/radar-desktop_v0.9.1_linux_amd64.rpm
sudo rpm -i radar-desktop_v0.9.1_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
- bb6dfcf feat: add version update notifications (#83)
- 320dd16 feat: dynamic Prometheus/VictoriaMetrics service discovery (#98)
- 337165c feat: graceful RBAC degradation for limited-permission clusters (#100)
- 3d02451 feat: native desktop app with Wails v2 (#101)
- 49a2153 fix: enrich PATH for desktop app to find auth plugins (#105)
- 0897327 fix: set Helm env vars for read-only filesystem support (#97)
- 6cb1e08 fix: show kubectl command instead of port-forward when running in-cluster