419 downloads in the last 30 days
2026-07-13: 1 download2026-07-14: 13 downloads2026-07-15: 16 downloads2026-07-16: 3 downloads2026-07-17: 0 downloads2026-07-18: 3 downloads2026-07-19: 13 downloads2026-07-20: 4 downloads2026-07-21: 115 downloads2026-07-22: 8 downloads2026-07-23: 4 downloads2026-07-24: 12 downloads2026-07-25: 8 downloads2026-07-26: 1 download2026-07-27: 6 downloads2026-07-28: 0 downloads2026-07-29: 2 downloads2026-07-30: 2 downloads2026-07-31: 0 downloads2026-08-01: 0 downloads2026-08-02: 22 downloads2026-08-03: 3 downloads2026-08-04: 0 downloads2026-08-05: 2 downloads2026-08-06: 0 downloads2026-08-07: 4 downloads2026-08-08: 10 downloads2026-08-09: 13 downloads2026-08-10: 4 downloads2026-08-11: 150 downloads

Releases 148

Standalone per-platform binaries to download and run, no tools needed. The newest is pinned on top.

Compare
Latest release v2.0.23

All releases showing 121-140 of 148

v1.9.70 2026-07-02

After the user clicks Sign In and approves in their browser, the Adom window comes to the foreground once so they land back on the app. Only when running standalone, never when embedded under Hydrogen Desktop.

v1.9.69 2026-07-02

Managed-runtime fix: put the managed Node or Python dir on a bridge child process PATH so npm postinstall scripts and bare node calls resolve, letting a source-only Node bridge install from the wiki on a machine with no system Node.

v1.9.68 2026-07-02

No-UAC fix: stop writing HKLM at launch, so no elevation prompt and no duplicate Add or Remove entry on fresh installs.

v1.9.67 2026-07-02

Fix duplicate Add/Remove Programs entry: AD marks its own HKLM Uninstall key SystemComponent so only the NSIS installer entry is visible (AD key kept hidden for the Win11 taskbar icon)

v1.9.66 2026-07-02

Reject the Windows Store python.exe stub as a system runtime: detect_system now requires a real version, so a stub-only box downloads the portable no-UAC Python (shows version + adom-managed) instead of pinning a dead stub as ready

v1.9.65 2026-07-02

Non-blocking runtime gate: a bridge that needs Node or Python before prewarm finishes now gets a runtime_warming poll-and-retry response instead of a silent block; race-safe, system runtimes still resolve instantly

v1.9.64 2026-07-02

Installer slimmed ~2MB by stripping bundled KiCad consumer docs and demo assets (code kept, offline-safe); new GUI Runtimes panel showing managed Node/Python; prewarm now runs every launch so the panel is accurate on restart

v1.9.63 2026-07-02

Managed portable Node and Python runtimes for bridges with no UAC prompts; loopback bridge binding avoids Windows Firewall prompts; background runtime prewarm; new runtimes status verb

v1.9.61 2026-07-01

Installer exe now shows the Adom brand icon instead of the generic NSIS icon. WebView renderer fix for headless and Server VMs (disable GPU, renderer sandbox, and RendererCodeIntegrity) so Adom Desktop launches on GPU-less Azure VMs.

v1.9.60 2026-07-01

GPU-aware WebView rendering: detect a real hardware GPU (DXGI) and keep acceleration on real machines; force software rendering ONLY on headless/Server VMs (no GPU) where WebView2's GPU renderer crashes to a white window. Fixes fresh Azure VM installs that showed a white window then died.

v1.9.59 2026-07-01

Trace the full window-show decision into startup.log (setup entry, embedded state, stay_hidden, window created?, forced-show result) to debug a fresh-VM no-window case; force-show the main window on a standalone launch.