A Swiss Army Knife for Kubernetes — an all-in-one fleet IDE that gives platform engineers and DevOps teams complete visibility and control over their clusters.
Built with Tauri and SvelteKit, ROZOOM combines real-time runtime health signals with configuration risk scoring in a single cross-platform desktop app.
.dmg (Apple Silicon).deb, .rpm, or .AppImage (x64).msi or .exe installer (x64)~/.kube/config and runs an initial health check.You're now looking at fleet health, RBAC risks, Helm releases, and triaged workloads across every cluster in your kubeconfig.
macOS quarantine: if Gatekeeper blocks the unsigned
.app, runxattr -dr com.apple.quarantine "/Applications/ROZOOM - K8s Linter IDE.app".
.
├── dashboard-app/ # Tauri + SvelteKit desktop application
└── README.md # Repository overview (this file)
The primary application lives in dashboard-app/. See the detailed developer guide there for local development, build, and release steps.
cd dashboard-app
pnpm install
pnpm format
pnpm run check
pnpm vitest
pnpm download:binaries
pnpm tauri dev
For full developer documentation and build steps, read dashboard-app/README.md.
We welcome contributions that improve cluster visibility, reliability scoring, and user experience.
The desktop application follows Semantic Versioning.
The current version is defined in:
dashboard-app/src-tauri/tauri.conf.jsondashboard-app/src-tauri/Cargo.tomlThe ROZOOM core is licensed under the Apache License 2.0. See LICENSE for details.
Marketplace plugins may be subject to their own license terms.
Copyright (c) 2024-2026 ceh13-community, Inc.
ROZOOM - K8s Linter IDE and the ROZOOM Logo are trademarks of ceh13-community, Inc.