github skyhook-io/radar v1.8.1

4 hours ago

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):

brew install skyhook-io/tap/radar

Scoop (Windows):

scoop bucket add skyhook https://github.com/skyhook-io/scoop-bucket
scoop install radar

PowerShell (Windows):

irm https://raw.githubusercontent.com/skyhook-io/radar/main/install.ps1 | iex

Manual (macOS Apple Silicon):

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):

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):

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):

brew install --cask skyhook-io/tap/radar-desktop

Debian/Ubuntu:

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:

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):

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

  • cfb5f4a Applications board: shape-stable loading state (#1086)
  • ff5411f Crossplane: don't classify v2 core groups (protection/ops) as MR groups (#1088)
  • eb1c327 GET /api/argo/destinations: cluster-secret registry as topology facts (#1095)
  • beffe1f Handle unavailable metrics API without drawer errors (#1064)
  • 1d7a46d Polish issues and resource UI copy (#1063)
  • ff3a6ad Refine DaemonSet unavailable audit severity (#1066)
  • 3ff2b10 Resources API: include=summary body-verbosity param, over a shared prune mechanism (#1096)
  • ce1ad74 Treat MCP as production-ready in docs (#1093)
  • 896bdbe feat(issues): incident_parent on the per-resource path (drawer + MCP get_resource/diagnose) (#1057)
  • c5a666c fix(audit): add HPA cannot-scale diagnosis (#1065)
  • 0ee0840 k8s-ui: unified Issue/Check card vocabulary — sectioned diagnosis, severity tones, expanded-card focus (#1054)

Don't miss a new radar release

NewReleases is sending notifications on new releases.