Download Latest Version radar-desktop_v1.8.6_windows_amd64.zip (32.2 MB)
Email in envelope

Get an email when there's a new version of Radar

Home / v1.8.1
Name Modified Size InfoDownloads / Week
Parent folder
checksums-desktop.txt 2026-07-05 525 Bytes
radar-desktop_v1.8.1_windows_amd64.zip 2026-07-05 31.1 MB
radar-desktop_v1.8.1_linux_amd64.tar.gz 2026-07-05 39.7 MB
radar-desktop_v1.8.1_linux_amd64.rpm 2026-07-05 40.5 MB
radar-desktop_v1.8.1_linux_amd64.deb 2026-07-05 40.5 MB
radar-desktop_v1.8.1_darwin_universal.zip 2026-07-05 68.1 MB
checksums.txt 2026-07-05 491 Bytes
radar_v1.8.1_windows_amd64.zip 2026-07-05 31.7 MB
radar_v1.8.1_darwin_amd64.tar.gz 2026-07-05 31.5 MB
radar_v1.8.1_darwin_arm64.tar.gz 2026-07-05 29.8 MB
radar_v1.8.1_linux_amd64.tar.gz 2026-07-05 31.0 MB
radar_v1.8.1_linux_arm64.tar.gz 2026-07-05 28.5 MB
README.md 2026-07-05 2.9 kB
v1.8.1 source code.tar.gz 2026-07-05 14.4 MB
v1.8.1 source code.zip 2026-07-05 15.2 MB
Totals: 15 Items   401.9 MB 0

Radar v1.8.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):

:::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.8.1/radar_v1.8.1_darwin_arm64.tar.gz
tar -xzf radar_v1.8.1_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.8.1/radar_v1.8.1_darwin_amd64.tar.gz
tar -xzf radar_v1.8.1_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.8.1/radar_v1.8.1_linux_amd64.tar.gz
tar -xzf radar_v1.8.1_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.8.1/radar-desktop_v1.8.1_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.8.1_linux_amd64.deb

Fedora/RHEL:

:::bash
curl -LO https://github.com/skyhook-io/radar/releases/download/v1.8.1/radar-desktop_v1.8.1_linux_amd64.rpm
sudo rpm -i radar-desktop_v1.8.1_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

  • [cfb5f4] Applications board: shape-stable loading state (#1086)
  • [ff5411] Crossplane: don't classify v2 core groups (protection/ops) as MR groups (#1088)
  • [eb1c32] GET /api/argo/destinations: cluster-secret registry as topology facts (#1095)
  • [beffe1] Handle unavailable metrics API without drawer errors (#1064)
  • [1d7a46] Polish issues and resource UI copy (#1063)
  • [ff3a6a] Refine DaemonSet unavailable audit severity (#1066)
  • [3ff2b1] Resources API: include=summary body-verbosity param, over a shared prune mechanism (#1096)
  • [ce1ad7] Treat MCP as production-ready in docs (#1093)
  • [896bdb] feat(issues): incident_parent on the per-resource path (drawer + MCP get_resource/diagnose) (#1057)
  • [c5a666] fix(audit): add HPA cannot-scale diagnosis (#1065)
  • [0ee084] k8s-ui: unified Issue/Check card vocabulary — sectioned diagnosis, severity tones, expanded-card focus (#1054)
Source: README.md, updated 2026-07-05