Skip to content

Kivo v0.3.4

Choose a tag to compare

@github-actions github-actions released this 11 Apr 21:09

v0.3.4: macOS & Linux RPM Support

  • macOS Support: Native DMG and App bundles for both Apple Silicon and Intel Macs.
  • Native UX: Transparent titlebar with overlay traffic lights and drag-region support for a better macOS experience.
  • Linux Expansion: Added .rpm package support alongside .deb for broader Linux compatibility.
  • CI/CD: Fully automated release pipeline for Windows, Linux (DEB/RPM), and macOS (DMG).

Download Kivo (v0.3.4)

Platform Installer Architecture
Windows Download .exe / .msi x64
macOS Apple Silicon .dmg arm64
macOS Intel .dmg x64
Linux Download .deb x64
Linux Download .rpm x64

Linux Installation Guide

  • Debian / Ubuntu: sudo apt install ./Kivo_0.3.4_amd64.deb
  • Fedora / RHEL: sudo dnf install ./Kivo-0.3.4-1.x86_64.rpm
  • Arch / Other (RPM tool): sudo rpm -i --nodeps --nosignature ./Kivo-0.3.4-1.x86_64.rpm

What's Changed

  • feat: add macOS build support (Intel + Apple Silicon DMGs) by @sriannamalai in #4

New Contributors

Full Project History: View CHANGELOG.md
Tag Comparison: v0.3.3...v0.3.4