| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-desktop.txt | 2026-08-12 | 530 Bytes | |
| radar-desktop_v1.10.0_windows_amd64.zip | 2026-08-12 | 33.5 MB | |
| radar-desktop_v1.10.0_linux_amd64.tar.gz | 2026-08-12 | 42.4 MB | |
| radar-desktop_v1.10.0_linux_amd64.rpm | 2026-08-12 | 43.2 MB | |
| radar-desktop_v1.10.0_linux_amd64.deb | 2026-08-12 | 43.2 MB | |
| radar-desktop_v1.10.0_darwin_universal.zip | 2026-08-12 | 72.4 MB | |
| checksums.txt | 2026-08-12 | 496 Bytes | |
| radar_v1.10.0_windows_amd64.zip | 2026-08-12 | 34.2 MB | |
| radar_v1.10.0_darwin_amd64.tar.gz | 2026-08-12 | 34.1 MB | |
| radar_v1.10.0_darwin_arm64.tar.gz | 2026-08-12 | 32.2 MB | |
| radar_v1.10.0_linux_amd64.tar.gz | 2026-08-12 | 33.6 MB | |
| radar_v1.10.0_linux_arm64.tar.gz | 2026-08-12 | 30.9 MB | |
| README.md | 2026-08-12 | 4.0 kB | |
| v1.10.0 source code.tar.gz | 2026-08-12 | 17.4 MB | |
| v1.10.0 source code.zip | 2026-08-12 | 18.6 MB | |
| Totals: 15 Items | 435.7 MB | 4 | |
Radar v1.10.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.10.0/radar_v1.10.0_darwin_arm64.tar.gz
tar -xzf radar_v1.10.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.10.0/radar_v1.10.0_darwin_amd64.tar.gz
tar -xzf radar_v1.10.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.10.0/radar_v1.10.0_linux_amd64.tar.gz
tar -xzf radar_v1.10.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.10.0/radar-desktop_v1.10.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.10.0_linux_amd64.deb
Fedora/RHEL:
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.10.0/radar-desktop_v1.10.0_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.10.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
- [856be0] Add UI load-test harness: synthetic fake cluster with live pod-count control (#1359)
- [c8ba60] Validate that the Caretta traffic backend actually holds Caretta metrics (#1409)
- [b64972] deps(go): bump oras.land/oras-go/v2 from 2.6.1 to 2.6.2 (#1353)
- [7f6f29] feat(cnpg): show what the volumes are actually doing, not what was requested (#1424)
- [43058a] feat(kyverno): name the workload each policy report is about (#1423)
- [f6b937] feat(policy): show which rules a workload breaks, on the workload's page (#1425)
- [2c0b24] feat(topology): connect Crossplane claims, XRs, and composed resources (#1405)
- [2fdc6a] fix(cnpg): file backup failures as backups, and stop a paused Pooler reading healthy (#1410)
- [5f1d58] fix(crossplane): show composed resources for v1 claims via bound XR (#1403)
- [272b96] fix(desktop): drop Cut/Copy accelerator on Linux so Ctrl+C reaches the terminal (#1406)
- [30e586] fix(desktop): drop the Paste accelerator on Windows only (#1335)
- [a53071] fix(desktop): make Edit menu Cut/Copy work off macOS (#1336)
- [9cd929] fix(gitops): stop Reconciling outvoting Ready on Flux resources (#1422)
- [c0a296] fix(health): a container that succeeded must not name the pod's problem (#1411)
- [05d5ec] fix(installer): avoid GitHub API rate-limit failures (#1198)
- [e616e0] fix(issues): stop issue_timing changing its answer as a resource ages (#1412)
- [431344] fix(radar-app): raise the k8s-ui peer floor to the version it actually needs (#1427)
- [b46997] fix(rbac): bound SSE change-authorizer with a per-connection SAR memo (#1313)
- [aace67] fix(timeline): scope event-pipeline drop metrics to the active cluster (#1301)
- [ac6c13] fix(traffic): make the 3xx status filter readable when active (#1407)
- [1bb706] perf(topology): index active Jobs by namespace for Service pairing (#1408)
- [3fd44f] test(crossplane-demo): cover v1 claim + v2 namespaced XR on Crossplane 2.x (#1404)