The Swiss Army Knife for Kubernetes. One app, every cluster, zero dependencies.
ROZOOM is an open-source desktop application for managing Kubernetes clusters. It bundles everything you need - kubectl, helm, stern, velero, and 10 more CLI tools - so you never depend on system PATH or manual installs.
Health scores, cluster scores, auto-refresh rotation, and data profiles (realtime / balanced / fleet / manual) for any fleet size.
Pods, Deployments, DaemonSets, StatefulSets, Jobs, CronJobs, Services, Ingresses, PVCs, ConfigMaps, Secrets, RBAC, CRDs, Network Policies, and 47 more - each with details sheets, YAML editor, and action menus.
Work in 1, 2, or 3 panes. Each pane can show a different workload type and a different cluster. Pin workspaces to tabs for quick switching.
Cross-resource problem scanner. Finds config risks, runtime failures, and security issues in one place, ranked by impact.
Install Prometheus, ArgoCD, Trivy, cert-manager, and 13 more charts with one click. Auto-detects target namespace.
Interactive shell (exec/attach/debug containers), streaming logs via stern, port forwarding with browser tab integration.
Auto-recovers after VPN reconnect. Fleet heartbeat monitors all clusters in background. Adaptive polling adjusts to network conditions.
KubeArmor integration, Trivy vulnerability scanning, Kubescape compliance checks, RBAC risk scoring, certificate expiry tracking.
| Platform | Architecture | Download |
|---|---|---|
| Linux | x64 | .deb .rpm .AppImage |
| Linux | ARM64 | .deb |
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi .exe |
git clone https://github.com/ceh13-community/rozoom.git
cd rozoom/dashboard-app
pnpm install
pnpm download:binaries
pnpm tauri dev
Prerequisites: Node.js 20+, pnpm, Rust stable, Tauri v2 system deps
| Type | Examples |
|---|---|
| Managed cloud | AWS EKS, GKE, AKS, DigitalOcean, Hetzner, Oracle OKE |
| Management platforms | Rancher |
| Self-managed | kubeadm, K3s, RKE2, OpenShift |
| Local | minikube, Kind, K3d, Docker Desktop, Rancher Desktop, Colima |
| Profile | Refresh | Best for |
|---|---|---|
| Realtime | 10s | Fast LAN, small clusters |
| Balanced | 30s | Daily use (default) |
| Low Load | 60s | Slow/unstable connections |
| Fleet | 90s | 50-100 clusters |
| Manual | On demand | Minimal API load |
See CONTRIBUTING.md for architecture overview, code standards, and how to add new workload pages.
Apache-2.0. See LICENSE.
Built with Svelte 5, Tauri 2, and TypeScript.