Adom Bridge
Public Made by Adomby adom
Adom Bridge unleashes your AI onto your full PC: full power, full safety. The AI breaks out of the container it runs in and onto your real machine, managing and running your entire laptop as you: launch apps, move files, drive any window, control KiCad, Fusion 360 or your real signed-in browser. Works with any AI, cloud or local (Claude Desktop, Claude Code, Codex), no Hydrogen required. Bridge and its bridges are an operating system for AI, with managed Node and Python runtimes, and a human-onl
Releases 148
Standalone per-platform binaries to download and run, no tools needed. The newest is pinned on top.
All releases showing 121-140 of 148
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.
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.
No-UAC fix: stop writing HKLM at launch, so no elevation prompt and no duplicate Add or Remove entry on fresh installs.
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)
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
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
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
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
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.
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.
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.