github skyhook-io/radar v1.5.8

7 hours ago

Radar v1.5.8

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

Fedora/RHEL:

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

  • eb3f76c cache: patience-window + minimal-set first paint (#544)
  • 6f64b6d chart: make deploy/helm/radar canonical + auto-sync to helm-charts (#599)
  • e8d1ba3 cleanup(ui): centralize duplicate badge colors and align Helm wizard with brand (#594)
  • c362b8e deps(go): bump k8s.io/{api,apimachinery,cli-runtime,client-go,kubectl} to 0.36.0 (#591)
  • 6fc349c feat(diagnostics): surface per-informer sync status in overlay + markdown (#603)
  • a2793d5 feat(dock): add Cmd+J / Ctrl+J as alternate dock toggle shortcut (#602)
  • c34fcda fix(dashboard): respect full namespace selection for cert health (SKY-834) (#590)
  • 20c1fe1 fix(forms): validate Helm release name, ignored namespace, and port-forward port (#573)
  • d1e0ee6 fix(resources): show derived pod readiness on the Phase row, not just Running (#571)
  • 31f8118 fix(secrets): require confirmation before revealing Secret values (#583)
  • c332a8a fix(ui): keep tooltips anchored to their trigger and dismiss on click (#570)
  • 77aa668 fix(view-transitions): swallow InvalidStateError on superseded transitions (#579)
  • 772de32 install: switch to /bin/sh shebang and use get.radarhq.io vanity URL (#600)

Don't miss a new radar release

NewReleases is sending notifications on new releases.