Multi-cluster support
Connect to all your clusters at once with tabbed navigation. Switch instantly with ⌘1–⌘9.
A native desktop Kubernetes manager built for engineers who want a fast, beautiful, and distraction-free way to manage their clusters — no browser, no subscription, no limits.
Built with Rust + Tauri for native performance. No Electron, no browser overhead.
Connect to all your clusters at once with tabbed navigation. Switch instantly with ⌘1–⌘9.
Pods, Deployments, StatefulSets, Services, Ingresses, ConfigMaps, Secrets, Nodes, CRDs and more — all in one place.
Stream logs from any pod in real time. The multi-pod log viewer lets you watch multiple containers side by side.
Exec into any pod directly from the app. Full terminal experience without leaving your workflow.
Find any resource across all connected clusters instantly with ⌘/. Open the command palette with ⌘K.
Built-in AI with 56 Kubernetes tools. Diagnose issues, analyze RBAC, inspect topology — with streaming and image support.
Click any category to explore.
KUBECONFIG env, ~/.kube/config, and user-added filesEvery Kubernetes resource, surfaced cleanly. Built-in describe panels, history, multi-cluster compare, RBAC graphs, and a visual bundle composer.
Land on a real status page, switch clusters in tabs, and diff two clusters side-by-side when something drifted.
Pod phases, node readiness, resource usage. Tweak theme, accent, and density without leaving the screen.
Pick two clusters, pick a kind, see what's only in A, only in B, and what's different. Catch drift instantly.
Group tabs, mark a cluster read-only, compare, or reconnect — right-click any tab.
Roles, capacity, conditions, and labels for every node — with a full describe panel one click away.
Pin favorites, see resource counts, drill into labels and annotations.
Cluster events with warnings highlighted. Find what's breaking before it pages you.
Pods, Deployments, StatefulSets, DaemonSets, Jobs, and a Workloads Overview that aggregates them. Each row opens a describe panel; rollouts have a History tab.
Every running workload in one table. Sort, filter, jump straight to the resource.
Status, restart counts, labels — plus a describe panel with conditions and full container detail.
Scale, rollout-restart, and inspect ReplicaSets and conditions inline.
Replicas, the headless service, image, and selectors — at a glance.
Walk back through revisions of any rolled-out workload. StatefulSets, DaemonSets, Deployments — same flow.
Desired vs ready vs available across the fleet, with rollout status and a full describe panel.
Completion state, active runs, and history. Switch tabs for CronJobs.
Min/max, current metrics, scale-target, and conditions surfaced in the describe panel.
Ports, selectors, routing rules, and zero-trust policies — all readable, all clickable, with raw YAML one tab away.
ClusterIPs, ports, and endpoints. Describe panel reveals selectors, session affinity, and topology.
Every detail panel has a YAML tab. Read, copy, never edit by accident.
Hosts, classes, and routing rules surfaced cleanly. Click any rule to trace it.
Ingress and egress rules unrolled — see exactly which pods talk to which.
Inspect data without dropping to the CLI. Secrets reveal one key at a time. Volumes, claims, and storage classes all wired up.
Every key in every map. Inspect and copy without dropping to the CLI.
Open the describe panel to peek individual values. One key at a time, deliberate.
Capacity, access modes, reclaim policy, and the claim that bound the volume.
Status, the volume it grabbed, and every label and annotation.
Provisioner, reclaim policy, binding mode — exactly what each class promises.
minAvailable, current healthy pods, and the policy version — all in one panel.
Install, upgrade, rollback, and uninstall — without leaving the app. Search any added repo and install with a dry-run preview.
Every release with revision, status, and full history at a glance.
Add, remove, and refresh repos. Search across all of them in one place.
Pick a chart from any repo and install with namespace, name, and values pre-flighted.
Browse subjects, see the rules they actually get, and trace bindings on a scoped graph. Reverse-search "who can do X on Y" without writing a single can-i.
Pick a subject; see its rules, risk score, and a graph of the bindings that grant them.
Search by verb + resource, get every subject in the cluster that can do it. Auditor-grade.
Cluster-wide roles and their reach. Click any rule to see what it actually permits.
Namespace-scoped roles with rules unrolled.
Subjects and roleRef in one panel. Trace from binding to permission instantly.
Every SA, the secrets it owns, the labels controllers stamped on it.
Every CRD on the cluster shows up grouped by API group. Click in to instances; the same describe / YAML / Events tabs you get for built-ins.
Argo, Calico, Traefik, your own — grouped by API group, scope, and version.
Drill into any custom resource — describe panel, YAML, and events, just like a Pod.
A live, validated bundle composer. Build from scratch, import YAML, or start from a template. Render as apply, Helm, Kustomize, or YAML.
Start blank, import YAML, or pick a curated template. Recents are one click away.
Resources, form, and live topology graph side-by-side. The graph updates as you build.
Stern-style multi-pod log streaming with filters and color-coded sources. Cluster events with warnings highlighted.
Stream logs from multiple pods at once with color-coded output, regex filtering, and live tailing.
Theme, accent color, font, density, table style, status style, system variation. Tune it once, settle in.
Available for macOS, Linux and Windows — no account, no sign-up, no license key.
# Add the tap
brew tap amioranza/tools
# Install kubelizeme
brew install --cask amioranza/tools/kubelizeme
# Update to latest version
brew upgrade --cask amioranza/tools/kubelizeme
Or download the DMG directly
Download v1.8.0 for macOS Universal binary — Apple Silicon & IntelSince kubelizeme is distributed outside the Mac App Store, macOS Gatekeeper may block the first launch. You'll see a message saying "The app kubelizeme was blocked to protect your Mac".
To fix this, you have two options:
Option 1 — Open System Settings → Privacy & Security, scroll to the Security section, and click "Open Anyway" next to the kubelizeme message.
Option 2 — Run this command in Terminal to remove the quarantine flag:
xattr -cr /Applications/kubelizeme.app
# Download and install the .deb package
curl -LO https://releases.mioranza.tech/kubelizeme-v1.8.0-linux-x86_64.deb
sudo dpkg -i kubelizeme-v1.8.0-linux-x86_64.deb
Choose your package format
x86_64 — Ubuntu 22.04+, Debian 12+, Fedora 38+# Download the installer (NSIS .exe)
curl.exe -LO https://releases.mioranza.tech/kubelizeme-v1.8.0-windows-x86_64.exe
# Or simply download in your browser and double-click the .exe
Grab the installer
Download .exe v1.8.0 x86_64 — Windows 10 / 11The Windows installer is currently unsigned. On first launch, Windows Defender SmartScreen will show a "Windows protected your PC" dialog.
To proceed, click More info, then click Run anyway. You only need to do this the first time — subsequent launches work normally.
Code signing is on the roadmap and will remove this warning in a future release.
helm
optional
— Helm write operations (upgrade, install, rollback, uninstall)
brew install helm
kubectl
optional
— Port forwarding
brew install kubectl
All other features use the Kubernetes API natively and require no additional tools.