OpenObserve Kide is a lightweight and fast Kubernetes IDE.
Download the latest release for your platform from the Releases page.
- Download the .dmg file
- Open the DMG and drag OpenObserve Kide to Applications
- Right-click and select "Open" on first launch (required for notarized apps)
- Verify signature (optional):
codesign -dv --verbose=4 "/Applications/OpenObserve Kide.app"
Debian/Ubuntu:
sudo dpkg -i openobserve-kide_*.deb
Download and run the .msi installer.
All releases include SHA-256 checksums. Verify your download:
# macOS/Linux
shasum -a 256 -c checksums-macos.txt
shasum -a 256 -c checksums-linux.txt
# Windows (PowerShell)
Get-Content checksums-windows.txt
Get-FileHash <downloaded-file> -Algorithm SHA256
- Node.js (v14 or higher)
- Rust (latest stable version)
- Cargo (comes with Rust)
- Install dependencies:
- Run in development mode:
- Build for production:
- /src - Vue.js frontend code
- /src-tauri - Rust backend code for Tauri
- tailwind.config.js - Tailwind CSS configuration
- vite.config.js - Vite bundler configuration
- Modern Vue 3 with Composition API
- Beautiful UI with Tailwind CSS
- Native desktop app powered by Tauri
- Hot module replacement in development
- Small bundle size and fast performance
.png)

