v1.0.36
Installation
macOS
- Download the
.dmgfile - Open the DMG and drag OpenObserve Kide to Applications
- Right-click and select "Open" on first launch (required for notarized apps)
- Verify signature:
codesign -dv --verbose=4 "/Applications/OpenObserve Kide.app"
Linux
- Debian/Ubuntu: Download and install the
.debpackagesudo dpkg -i openobserve-kide_*.deb
Windows
- Download and run the
.msiinstaller
Verification
All releases include SHA-256 checksums for each platform. 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 SHA256Security
- macOS app is code-signed and notarized by Apple
- All builds undergo security scanning (TruffleHog, npm audit, cargo audit)
- All builds are reproducible from source
- See SECURITY.md
Full Changelog: v1.0.35...v1.0.36