Kivo v0.3.4
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
.rpmpackage support alongside.debfor 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
- @sriannamalai made their first contribution in #4
Full Project History: View CHANGELOG.md
Tag Comparison: v0.3.3...v0.3.4