Skip to content

v1.0.40

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Oct 05:32
· 7 commits to main since this release

Installation

macOS

  1. Download the .dmg file
  2. Open the DMG and drag OpenObserve Kide to Applications
  3. Right-click and select "Open" on first launch (required for notarized apps)
  4. Verify signature: codesign -dv --verbose=4 "/Applications/OpenObserve Kide.app"

Linux

  • Debian/Ubuntu: Download and install the .deb package
    sudo dpkg -i openobserve-kide_*.deb

Windows

  • Download and run the .msi installer

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 SHA256

Security

  • 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.39...v1.0.40