github skyhook-io/radar v1.15.0

3 hours ago

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

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

Fedora/RHEL:

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

  • 4740dc7 Add What's New: release highlights after upgrades, with a nav-rail entry (dormant) (#1902)
  • 723d8f0 Add native RayJob execution, submission and admission detail (#1916)
  • c201286 Cloud dialog: Close the laptop, Radar keeps watching; Self-Managed as a real path (#1896)
  • c0d3f39 Give every dialog an accessible name (#1909)
  • faeba4b Keep Radar Desktop on the same port so preferences survive restarts (#1907)
  • bc73a16 Move focus into dialogs, trap Tab, and restore focus on close (#1901)
  • 4ad1b64 Opt-in anonymous usage stats (#1879)
  • 5c28457 Refuse to release a minor version without What's New notes (#1908)
  • 7ab841a Separate in-cluster Radar from Radar Cloud Self-Managed in docs and CLI text (#1915)
  • feef0bc Show Kueue admission evidence in Job detail views (#1900)
  • 02e30af Type-check k8s-ui's tests in CI and fix the 19 errors (#1910)
  • e909ef6 What's New: v1.15 highlights (#1914)

Don't miss a new radar release

NewReleases is sending notifications on new releases.