Aembit Desktop releases
Download
Choose a release
VersionLatestReleased 2026-09-151.34.5929
Choose a platform
Download and verify
aembit_desktop_windows_amd64_1.34.5929.msiDownloadVerify this downloadsha256 + gpg
Fetch the artifact and its sidecars
Every release ships a bare-hash checksum and a detached GPG signature over that checksum.
curl -O https://releases.aembit-eng.com/desktop/1.34.5929/windows/amd64/aembit_desktop_windows_amd64_1.34.5929.msi curl -O https://releases.aembit-eng.com/desktop/1.34.5929/windows/amd64/aembit_desktop_windows_amd64_1.34.5929.msi.sha256 curl -O https://releases.aembit-eng.com/desktop/1.34.5929/windows/amd64/aembit_desktop_windows_amd64_1.34.5929.msi.sha256.sigImport Aembit’s signing key
One time per machine.
curl -sS https://keybase.io/aembit/pgp_keys.asc | gpg --importCheck the signature on the checksum
This proves the checksum came from Aembit and was not altered in transit.
gpg --verify aembit_desktop_windows_amd64_1.34.5929.msi.sha256.sig aembit_desktop_windows_amd64_1.34.5929.msi.sha256 gpg: Signature made … gpg: Good signature from "Aembit, Inc. <keybase@aembit.io>" [unknown] Primary key fingerprint: EA3D 8D2F DAC6 BD81 3716 3D00 D655 E647 29BC 67D7Compare the artifact against the checksum
PowerShell. The .sha256 file holds only a hash, so compare the two values directly.
$want = (Get-Content aembit_desktop_windows_amd64_1.34.5929.msi.sha256).Trim() $got = (Get-FileHash -Algorithm SHA256 aembit_desktop_windows_amd64_1.34.5929.msi).Hash.ToLower() if ($got -eq $want) { "OK" } else { "MISMATCH" }
Expected digest9b2fd38d2d74abfe5550cc5837a11c3db7036bf2589ad375c15cd8b4ffc46e58
All releases
1 Aembit Desktop release in total. Select a version to update the steps above.
| Version | Released | Windows amd64 |
|---|---|---|
| 1.34.5929latest | 2026-09-15 | ✓ |
Related resources
Looking for what changed? View Aembit Desktop in the changelog.