Skip to content

Releases: openobserve/kide

v1.0.40

24 Oct 05:32

Choose a tag to compare

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

v1.0.36

24 Oct 03:20

Choose a tag to compare

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.35...v1.0.36

v1.0.35

24 Oct 01:25

Choose a tag to compare

Installation

macOS

  1. Download Kide_*.dmg
  2. Open the DMG and drag Kide to Applications
  3. Right-click Kide and select "Open" on first launch
  4. Verify: codesign -dv --verbose=4 /Applications/Kide.app

Linux

  • Debian/Ubuntu: Download and install .deb file
  • Other distros: Download .AppImage file and make executable

Windows

  • Download and run .msi installer

Verification

All releases include SHA-256 checksums. Verify your download:

# macOS/Linux
shasum -a 256 -c checksums-*.txt

# Windows (PowerShell)
Get-FileHash Kide_*.msi -Algorithm SHA256

Security

  • macOS app is code-signed and notarized by Apple
  • All builds are reproducible from source
  • See SECURITY.md

Full Changelog: v1.0.34...v1.0.35

v1.0.22

19 Oct 19:56

Choose a tag to compare

Full Changelog: v1.0.21...v1.0.22

v1.0.21

20 Aug 22:46

Choose a tag to compare

Full Changelog: v1.0.20...v1.0.21

v1.0.20

20 Aug 21:54

Choose a tag to compare

Full Changelog: v1.0.19...v1.0.20

v1.0.19

20 Aug 02:36

Choose a tag to compare

Full Changelog: v1.0.18...v1.0.19

v1.0.18

20 Aug 02:33

Choose a tag to compare

Full Changelog: v1.0.17...v1.0.18

v1.0.17

16 Aug 10:56

Choose a tag to compare

Full Changelog: v1.0.16...v1.0.17

v1.0.15

14 Aug 01:38

Choose a tag to compare

Full Changelog: v1.0.14...v1.0.15