| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-desktop.txt | 2026-08-31 | 530 Bytes | |
| radar-desktop_v1.12.2_windows_amd64.zip | 2026-08-31 | 36.3 MB | |
| radar-desktop_v1.12.2_linux_amd64.tar.gz | 2026-08-31 | 46.5 MB | |
| radar-desktop_v1.12.2_linux_amd64.rpm | 2026-08-31 | 47.3 MB | |
| radar-desktop_v1.12.2_linux_amd64.deb | 2026-08-31 | 47.3 MB | |
| radar-desktop_v1.12.2_darwin_universal.zip | 2026-08-31 | 78.6 MB | |
| checksums.txt | 2026-08-31 | 496 Bytes | |
| radar_v1.12.2_windows_amd64.zip | 2026-08-31 | 37.2 MB | |
| radar_v1.12.2_darwin_amd64.tar.gz | 2026-08-31 | 37.0 MB | |
| radar_v1.12.2_darwin_arm64.tar.gz | 2026-08-31 | 35.0 MB | |
| radar_v1.12.2_linux_amd64.tar.gz | 2026-08-31 | 36.4 MB | |
| radar_v1.12.2_linux_arm64.tar.gz | 2026-08-31 | 33.4 MB | |
| README.md | 2026-08-31 | 4.9 kB | |
| v1.12.2 source code.tar.gz | 2026-08-31 | 18.5 MB | |
| v1.12.2 source code.zip | 2026-08-31 | 19.8 MB | |
| Totals: 15 Items | 473.4 MB | 2 | |
Radar v1.12.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):
:::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.12.2/radar_v1.12.2_darwin_arm64.tar.gz
tar -xzf radar_v1.12.2_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.12.2/radar_v1.12.2_darwin_amd64.tar.gz
tar -xzf radar_v1.12.2_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.12.2/radar_v1.12.2_linux_amd64.tar.gz
tar -xzf radar_v1.12.2_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.12.2/radar-desktop_v1.12.2_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.12.2_linux_amd64.deb
Fedora/RHEL:
:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.12.2/radar-desktop_v1.12.2_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.12.2_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
- [b26895] Add reproducible GPU ecosystem demo cluster (#1544)
- [69cb45] Add safe workload image updates with live rollout visibility (#1480)
- [c488b3] Basic support for the GPU/batch/inference ecosystem (37 kinds) (#880)
- [fa87b5] Gofmt the tree and gate formatting in CI (#1541)
- [028cae] Keep quiet pod terminals alive through idle proxies (#1531)
- [03c8ca] Make read-only diagnose strictly non-mutating (#1565)
- [40b824] Make resource discovery init survive failure, retry, and context switches (#1539)
- [c95c78] Mark denied namespaces in the namespace picker (#1532)
- [8df9ca] Name each failed Gateway in a policy's mixed-failure status (#1543)
- [50f637] Pin Service/Job pairing complexity by operation count (#1542)
- [bc63d0] Position Radar as an operational Kubernetes MCP server (#1540)
- [5b261e] Read Gateway API policy status, which lives per-ancestor (#1538)
- [e4630d] Reopen the Desktop app on its last used cluster (#1467)
- [ae9002] Scope curated columns to the API group they were written for (#1533)
- [b9dfd8] Show in-cluster Radar upgrade status (#1573)
- [c3dd19] Show real columns and status for CRDs Radar hasn't curated (#1524)
- [94ae69] Sort and filter group-qualified kinds through their own readers (#1536)
- [a86acf] ci: harden and speed up release pipeline
- [fcc7f0] desktop: log which webview library actually loaded (#1459)
- [f66862] feat(cloud-funnel): rework the Cloud modal: short pitch, both lanes visible, honest trust row (#1439)
- [e6b7d8] feat(desktop): keep the app running when the macOS window closes (#1466)
- [1635f5] feat: add Kubernetes 1.37 compatibility support (#1529)
- [62b7cf] feat: make Upgrade impact easier to find (#1510)
- [fe7079] fix(auth): key the permission cache by username + groups (#1518)
- [61a2d3] fix(copy): hold the pod-file exec open until the whole file has arrived (#1521)
- [0002ec] fix(discovery): prefer list/watch-capable resource on bare-kind collision (#1516)
- [8f429e] fix(issues): connect missing webhook Services to blocked workloads (#1391)
- [c920d2] fix(issues): preserve honest onset provenance (#1390)
- [522a52] fix(localterm): enforce --disable-local-terminal at endpoint (#1534)
- [678a99] fix(logs): flush pod-log SSE response before the blocking follow stream (#1517)
- [1e036e] fix(prom): reach headless Prometheus by its own service DNS (#1514)
- [88107d] fix(rollouts): promote full after rollback silently did nothing (#1512)
- [7d377d] fix(server): restrict host terminal access (#1537)
- [a6ede7] fix(timeline): merge cluster-scoped resources into their app group (#1515)
- [77cf53] fix(ui): center cluster name vertically in the scope pill segment (#1509)
- [41cbd2] fix(ui): clear the error boundary on navigation (#1507)
- [2caec6] fix(upgrade): attribute incomplete evidence precisely (#1513)