Installers
Both installers are pulled directly from the v0.14.4 GitHub release. Pick the one that fits your environment.
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.
| File | SHA-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.4 — 2026-07-31 · Windows installers below:
- v0.6.0 — 2026-07-18 · Windows installers below:
- v0.5.0 — 2026-07-18 · Windows installers below:
- v0.4.0 — 2026-07-18 · Windows installers below:
- v0.3 — 2026-07-14 · # BeeEmUu v0.3.0 Release Notes
- v0.2.0 — 2026-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.