Skip to content

Releases: skyhook-io/radar

v1.8.7

Choose a tag to compare

@github-actions github-actions released this 31 Jul 08:09
af47cbb

Radar v1.8.7

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

Fedora/RHEL:

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

  • 0ff56fb ci(docker-build): build multi-arch (amd64+arm64) images (#1311)
  • af47cbb ci: add Release Image workflow (release-identical image, no apps) (#1312)

v1.8.6

Choose a tag to compare

@github-actions github-actions released this 24 Jul 00:19
ccc4609

Radar v1.8.6

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

Fedora/RHEL:

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

  • ccc4609 Add cluster-aware YAML validation and dry-run review (#1257)
  • b40f516 Detect finalizer-stuck ConfigMaps and Secrets sooner (#1261)
  • 6760526 Enrich diagnose with crashloop log evidence (#1255)
  • 28bab8b Improve structured ConfigMap value diffs (#1256)
  • cd48023 Make issue change-feed framing constructive (#1254)
  • 812f5bb Rank crashloops by current serving state (#1259)
  • 02688e2 Surface zero-availability Deployment rollout risk (#1235)

v1.8.5

Choose a tag to compare

@github-actions github-actions released this 19 Jul 10:26
050580b

Radar v1.8.5

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

Fedora/RHEL:

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

  • 6c3d060 Add Hub-backed radar cloud status for in-cluster installations (#1194)
  • c514c9d Add semantic color to Radar Cloud CLI (#1204)
  • cc5ece3 Dashboard warningGroups: full dedup window with lastSeen + involved objects, recency-ordered (#1202)
  • dd72c92 Extend per-issue change correlation to warning-severity issues (#1201)
  • 55eed7d Make Cloud status recovery actionable (#1207)
  • fed595b Polish CLI recovery destinations (#1208)
  • 050580b Secure the local listener and clarify startup posture (#1210)

v1.8.4

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:41
6f7b1c1

Radar v1.8.4

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

Fedora/RHEL:

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

  • 0662a9f Fix resource page titles for API name collisions (#1196)
  • d7391f3 Fix revision history dialog layout (#1192)
  • 698d0d3 Stop eagerly watching deprecated Crossplane Usage API (#1200)
  • 6f7b1c1 fix(ai): surface actionable CLI failures (#1197)

v1.8.3

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:36
b4aa6c2

Radar v1.8.3

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

Fedora/RHEL:

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

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:32
3ff2b10

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)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 00:04
33c0e09

Radar v1.8.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.8.0/radar_v1.8.0_darwin_arm64.tar.gz
tar -xzf radar_v1.8.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.8.0/radar_v1.8.0_darwin_amd64.tar.gz
tar -xzf radar_v1.8.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.8.0/radar_v1.8.0_linux_amd64.tar.gz
tar -xzf radar_v1.8.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.8.0/radar-desktop_v1.8.0_linux_amd64.deb
sudo dpkg -i radar-desktop_v1.8.0_linux_amd64.deb

Fedora/RHEL:

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

  • 2b92aa6 Add namespace-scoped informer mode (#839)
  • 7e3cde8 Fix desktop menu actions (#1038)
  • a494aa4 Improve Helm revision comparison and hook forensics (#1031)
  • b1124fd Surface native Helm release incidents to agents (#1036)
  • b655fac feat(audit): badge resources with high-signal Cluster Audit findings (topology + list) (#1028)
  • 0fde306 feat(health): frontend neutral/sky tier + neutral on every wire + cross-lang golden gate (#1032)
  • ab1516f feat(issues): coalesce same-subject issue rows into their root cause (#1041)
  • 4a118db feat(issues): non-destructive cross-subject causal links (node + PVC blast radius) (#1042)
  • 5d1b75c feat(issues): surface live Operational Issues in the resource detail (#1033)
  • df3e6bd feat(ports): in-cluster/Cloud port access — gate live port-forward, keep kubectl copy-command, add in-cluster Curl (#1017)
  • 33c0e09 feat(web): per-page browser tab titles (#1023)
  • ba8a97b fix(cron): humanize step-minute schedules + stop mislabeling constrained ones (#1034)
  • 0b1211e fix(curl): don't let a stale close timer clear a newly-opened panel (#1035)
  • 6b66d83 fix(loader): keep the loading logo stable across the cluster-entry chain (+ repair stray NUL) (#1030)
  • db2a0b3 fix(workload): support cluster-scoped resources in /workload URLs (#1022)
  • d8fe1fb perf(sse): pre-marshal event frames once per broadcast instead of per client (#1044)
  • 353aa69 perf(timeline): reuse the cache-computed diff instead of recomputing per update (#1043)
  • ff11299 perf(topology): cache the relationships index for detail-drawer lookups (#1046)
  • 3683628 perf(topology): invert ConfigMap/Secret/PVC→workload matching to a consumer index (#1045)
  • e85f074 support for initContainers (#1027)

v1.7.9

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:25
21873b4

Radar v1.7.9

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

Fedora/RHEL:

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

  • 6775350 Add 'b' hotkey to toggle bulk-select mode in resource viewer (#927)
  • 181f920 Add HPA diagnosis insights (#916)
  • 21873b4 Collapse SA Permissions section by default for namespace-scoped wildcards (#933)
  • 711131e Fix CRD resources showing 0 in namespace-scoped installs (#928)
  • 0c82dea k8s-ui: add display labels for the expanded issue categories (#920)

v1.7.8

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:48
6faadb3

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

Fedora/RHEL:

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

  • d982189 Add browser selection for UI launch (#911)
  • 60586e1 Add bulk workload restart and scale actions (#910)
  • 6faadb3 Catalog display metadata: check category + default severity, issue-category catalog (#915)
  • e2f0852 Consolidate safe dependency updates (#909)
  • 616cf8f Detect eventless post-bind startup stalls (#914)
  • f8770af Fix workload log stream reconnect loop (#908)
  • 2b676aa Improve pod failure root cause issues (#917)
  • cbb43bf Remove redundant diff type stubs (#907)
  • 4d76c60 Show pod problem details in issue banners (#904)
  • ec4a2e4 Stabilize pod root cause guidance (#918)
  • 396c0de Tier 1 diagnostic signals: change-feed correctness, per-issue correlation, MCP ergonomics (#903)
  • 5a9a63c Track admission webhook configs in the change feed (#912)
  • bc0be2a feat(k8s): configurable deadlines for context switch, first paint, namespace LIST and scope fanout (#885)

v1.7.7

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:23
055b051

Radar v1.7.7

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

Fedora/RHEL:

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

  • 460e2f6 Add Glama MCP catalog mode (#886)
  • 94816ba Add MCP stdio catalog mode (#898)
  • 055b051 Gate Radar config + audit settings to owners (#901)
  • 1f7588f Improve deterministic diagnostic signals (#887)
  • 9ccb8cd fix(drawer): derive kind chip from data.kind, not URL plural (#879) (#900)
  • 7f906bd fix(resource-counts): use stable version + skip non-listable kinds (#899)