| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-desktop.txt | 2026-08-19 | 530 Bytes | |
| radar-desktop_v1.11.0_windows_amd64.zip | 2026-08-19 | 33.7 MB | |
| radar-desktop_v1.11.0_linux_amd64.tar.gz | 2026-08-19 | 42.8 MB | |
| radar-desktop_v1.11.0_linux_amd64.rpm | 2026-08-19 | 43.5 MB | |
| radar-desktop_v1.11.0_linux_amd64.deb | 2026-08-19 | 43.5 MB | |
| radar-desktop_v1.11.0_darwin_universal.zip | 2026-08-19 | 72.9 MB | |
| checksums.txt | 2026-08-19 | 496 Bytes | |
| radar_v1.11.0_windows_amd64.zip | 2026-08-19 | 34.5 MB | |
| radar_v1.11.0_darwin_amd64.tar.gz | 2026-08-19 | 34.3 MB | |
| radar_v1.11.0_darwin_arm64.tar.gz | 2026-08-19 | 32.5 MB | |
| radar_v1.11.0_linux_amd64.tar.gz | 2026-08-19 | 33.8 MB | |
| radar_v1.11.0_linux_arm64.tar.gz | 2026-08-19 | 31.1 MB | |
| README.md | 2026-08-19 | 3.6 kB | |
| v1.11.0 source code.tar.gz | 2026-08-19 | 18.1 MB | |
| v1.11.0 source code.zip | 2026-08-19 | 19.4 MB | |
| Totals: 15 Items | 440.2 MB | 0 | |
Radar v1.11.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):
:::bash
brew install skyhook-io/tap/radar
Scoop (Windows):
:::powershell
scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar
PowerShell (Windows):
:::powershell
irm https://raw.githubusercontent.com/skyhook-io/radar/main/install.ps1 | iex
Manual (macOS Apple Silicon):
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.11.0/radar_v1.11.0_darwin_arm64.tar.gz
tar -xzf radar_v1.11.0_darwin_arm64.tar.gz
sudo mv kubectl-radar /usr/local/bin/
Manual (macOS Intel):
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.11.0/radar_v1.11.0_darwin_amd64.tar.gz
tar -xzf radar_v1.11.0_darwin_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/
Manual (Linux amd64):
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.11.0/radar_v1.11.0_linux_amd64.tar.gz
tar -xzf radar_v1.11.0_linux_amd64.tar.gz
sudo mv kubectl-radar /usr/local/bin/
Desktop App
Homebrew (macOS):
:::bash
brew install --cask skyhook-io/tap/radar-desktop
Debian/Ubuntu:
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.11.0/radar-desktop_v1.11.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.11.0_linux_amd64.deb
Fedora/RHEL:
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.11.0/radar-desktop_v1.11.0_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.11.0_linux_amd64.rpm
Scoop (Windows):
:::powershell
scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar-desktop
Windows (direct download): Download from the assets below.
CLI
Then run: kubectl radar
Changelog
- [273d21] Enhance support for Argo Rollouts (#1380)
- [2c7657] Perf/slim pod replicaset list rows (#1443)
- [7ffa6e] deps(radar-app): require k8s-ui 1.13.0 for the new policy and backup types (#1462)
- [7cae18] deps: combine 9 soaked Dependabot bumps (#1460)
- [939b85] diagnostics: report the Linux desktop rendering environment (#1458)
- [cd32e8] docs(mcp): cross-link the Reachability doc from the diagnose tool (#1429)
- [6daa9e] feat(calico): add first-class Calico visibility (#1447)
- [585369] feat(cnpg): report a backup schedule that stopped running (#1456)
- [cfbc98] feat(scripts): add reproducible Kyverno, CNPG and Velero demo clusters (#1402)
- [44ee91] feat(traffic): Beyla source, reworked against a live scrape (#1448)
- [d043c9] feat(traffic): add Grafana Beyla as a traffic source (#1205) (#1217)
- [767d14] feat(velero): what a backup phase does not tell you (#1446)
- [f6f631] feat: per-policy resource coverage, and CloudNativePG backup destinations + declarative objects (#1432)
- [555f70] fix(calico): correctness fixes found running the integration on a real cluster (#1455)
- [32266c] fix(reachability): only offer vantages the deployment can actually test from (#1430)
- [e26a5b] fix(traffic): bring the Beyla source to parity with the others (#1449)
- [504496] perf(k8s): gate CRD warmup/discovery on deferred informer sync (#1444)
- [c0f3cb] perf(sse): run topology broadcasts on a dedicated worker (#1440)
- [626a23] perf(topology): stop building the relationship graph to caption a card (#1450)