Latest release

Beemuu v0.14.4.

Free, open-source BMW diagnostics. NSIS installer (.exe) recommended for most users; MSI installer (.msi) for managed environments. Both are signed, checksummed, and pulled straight from the project’s GitHub release.

v0.14.42026-07-31Windows 10 / 11GPL-3.0-or-later

Installers

Both installers are pulled directly from the v0.14.4 GitHub release. Pick the one that fits your environment.

NSIS installerBeeEmUu_0.14.4_x64-setup.exe
Size3.3 MB
SHA-256' + sha_by_name.get(f'BeeEmUu_{VERSION}_x64-setup.exe', 'computing...')[:16] + '...
Recommended forMost users

Download .exe (NSIS)

MSI installerBeeEmUu_0.14.4_x64_en-US.msi
Size4.7 MB
SHA-256' + sha_by_name.get(f'BeeEmUu_{VERSION}_x64_en-US.msi', 'computing...')[:16] + '...
Recommended forManaged / enterprise deploys

Download .msi

Verify the download

Compare the SHA-256 of the file you downloaded against the published hash. A mismatch means the download was corrupted or tampered with.

FileSHA-256
BeeEmUu_0.14.4_x64-setup.exe' + sha_by_name.get(f'BeeEmUu_{VERSION}_x64-setup.exe', '') + '
BeeEmUu_0.14.4_x64_en-US.msi' + sha_by_name.get(f'BeeEmUu_{VERSION}_x64_en-US.msi', '') + '

How to verify

Windows (certutil):

certutil -hashfile BeeEmUu_0.14.4_x64-setup.exe SHA256

macOS / Linux:

shasum -a 256 BeeEmUu_0.14.4_x64-setup.exe
# or
sha256sum BeeEmUu_0.14.4_x64-setup.exe

System requirements

  • OS: Windows 10 (1809 or later) or Windows 11. 64-bit (x64).
  • RAM: 4 GB minimum, 8 GB recommended for live-data logging.
  • Disk: 200 MB free.
  • Display: 1280×720 minimum.
  • Cable: USB K+DCAN for E-series, ENET cable for F/G-series. See the adapters guide for what to buy.
  • Vehicle battery maintainer: required for service functions and coding operations. The app prompts if it detects a low voltage.

Release history

The full changelog lives on the changelog page. Selected recent releases:

  • v0.14.42026-07-31 · Windows installers below:
  • v0.6.02026-07-18 · Windows installers below:
  • v0.5.02026-07-18 · Windows installers below:
  • v0.4.02026-07-18 · Windows installers below:
  • v0.32026-07-14 · # BeeEmUu v0.3.0 Release Notes
  • v0.2.02026-07-06 · # BeeEmUu v0.2.0 Release Notes

Subscribe via Atom feed to be notified on every release.

Source & builds

The installer is built from the src-tauri Rust crate by the release.yml GitHub Actions workflow. The workflow is gated on every v* tag push; the beemuu.com landing page is regenerated at the same time. Full source is GPL-3.0-or-later.

To verify the installer’s provenance, inspect the workflow run linked from the GitHub release page. Every installer is built from a specific commit SHA recorded in the workflow artifacts.

Download questions

What is the latest version?

v0.14.4, released 2026-07-31.

Which installer should I pick?

NSIS (.exe) for most users. MSI (.msi) for managed environments.

How do I verify the download?

Run certutil -hashfile <file> SHA256 on Windows or shasum -a 256 on macOS / Linux.

Does it cost money?

No. Free and open-source under GPL-3.0-or-later.

Read first, then connect.

Beemuu is free and offline by default. Your data stays on your computer unless you choose to share it.

Read the README Report an issue

Last updated: 2026-07-31 ยท Beemuu contributors