Back to Kyvenza

Download Kyvenza

Kyvenza 1.1.0 is published by Uniation Software Co.,Ltd. — every release is code-signed with our Apple Developer ID and notarized by Apple. Nothing downloads until you choose one of the options below.

Recommended

Mac App Store

Reviewed and distributed by Apple, with automatic updates. The simplest and safest way to install Kyvenza.

View on the Mac App Store
Direct download

Signed DMG

Hosted on download.kyvenza.com, our own content delivery domain. 2.42 MB, checksum published below.

Download Kyvenza-1.1.0.dmg

What you are about to download

Publisher
Uniation Software Co.,Ltd.
Version
1.1.0
File
Kyvenza-1.1.0.dmg
Size
2.42 MB
Signed by
Developer ID Application: Uniation Software Co.,Ltd. (74J73AJCY7)
Apple Team ID
74J73AJCY7
Notarization
Notarized by Apple, ticket stapled
Contents
One executable — ours. The app bundle ships a single first-party binary and an icon, with no third-party or bundled executables of any kind.
Requirements
Apple Silicon Mac, macOS 14 or later
SHA-256
fb2cd79f19f9caeba1dbf3d6562c339ad914d679460f46adaccfb56d309627aa

Verify it yourself

You do not have to take our word for any of this. Run these commands in Terminal — they check the file against Apple's own signing and notarization records, not ours.

1. Confirm the file is byte-for-byte what we published

shasum -a 256 ~/Downloads/Kyvenza-1.1.0.dmg

Expected: Must match the SHA-256 shown above.

2. Confirm the disk image itself is signed and notarized

spctl -a -vvv -t open --context context:primary-signature ~/Downloads/Kyvenza-1.1.0.dmg

Expected: accepted — source=Notarized Developer ID — origin=Developer ID Application: Uniation Software Co.,Ltd. (74J73AJCY7)

3. Confirm Apple’s notarization ticket is stapled to the file

xcrun stapler validate ~/Downloads/Kyvenza-1.1.0.dmg

Expected: The validate action worked!

4. Confirm the app is signed by us and accepted by Gatekeeper

spctl -a -vvv -t install /Applications/Kyvenza.app

Expected: accepted — source=Notarized Developer ID — origin=Developer ID Application: Uniation Software Co.,Ltd. (74J73AJCY7)

5. Inspect the full code signature

codesign -dv --verbose=4 /Applications/Kyvenza.app

Expected: TeamIdentifier=74J73AJCY7, flags=0x10000(runtime), with a secure timestamp.

What Kyvenza does, and what it never does

Kyvenza is a virtualization tool built entirely on Apple's public Virtualization framework. When you choose to create a Linux virtual machine, it can download that distribution's installation image — only from the distribution's own official mirrors, such as dl-cdn.alpinelinux.org and cdimage.debian.org, and only after you explicitly ask for it. Those images run inside an isolated virtual machine and are never executed on your Mac itself.

  • No bundled or third-party software, toolbars, or browser extensions.
  • No advertising SDK, no tracking SDK, no analytics on what you run in your VMs.
  • No browser modification, no search or homepage changes, no injected ads.
  • No forced redirects. The in-app update check fetches a static JSON file only — it never downloads or runs code, and updates are always installed by you.
  • No credential collection. The only network calls are license validation against our own endpoint and that update check.

Apple, macOS, Mac App Store and Apple Silicon are trademarks of Apple Inc. Ubuntu, Debian, Fedora and Alpine Linux are trademarks of their respective owners. Kyvenza is an independent product and is not affiliated with, endorsed by, or sponsored by any of them.