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 screen designed for clarity. Dark and light themes included.
Pod phases, node readiness, resource usage — everything at a glance.
Exec into any pod with the quake-style terminal panel. Multiple sessions in tabs.
Stream logs from multiple pods simultaneously with color-coded output and filtering.
Scale replicas, trigger rollout restarts, and monitor deployment health.
Connect, disconnect, and manage multiple kubeconfig files and token connections.
Themes, accent colors, fonts, density, keyboard shortcuts, and command aliases.
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.7.13 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.7.13-linux-x86_64.deb
sudo dpkg -i kubelizeme-v1.7.13-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.7.13-windows-x86_64.exe
# Or simply download in your browser and double-click the .exe
Grab the installer
Download .exe v1.7.13 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.