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.
.
├── 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.
After installing the DMG, macOS may quarantine the app. Remove the quarantine flag:
xattr -dr com.apple.quarantine /Applications/ROZOOM\ -\ K8s\ Linter\ IDE.app
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.