Skip to content

Download

  1. Choose a release

    Version
    1.34.5929
    LatestReleased 2026-09-15
  2. Choose a platform

    PlatformWindows
    Architectureamd64
  3. Download and verify

    aembit_desktop_windows_amd64_1.34.5929.msiWindows · amd64 · 12.5 MB.sha256.sha256.sig
    Download
    Verify this downloadsha256 + gpg
    1. 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.sig
    2. Import Aembit’s signing key

      One time per machine.

      curl -sS https://keybase.io/aembit/pgp_keys.asc | gpg --import
    3. Check 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 67D7
    4. Compare 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 digest
    9b2fd38d2d74abfe5550cc5837a11c3db7036bf2589ad375c15cd8b4ffc46e58

All releases

1 Aembit Desktop release in total. Select a version to update the steps above.

VersionReleasedWindows amd64
1.34.5929latest2026-09-15