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
Embedded mode: let the host app own the toast identity (HD toasts say 'Adom Desktop')
When AD runs EMBEDDED inside Hydrogen Desktop, its native toasts are still attributed to "Adom Desktop" in the toast header. For an HD user that reads as a different app interrupting them, and it is most jarring on the approval toast, where the header says one product and the body says another:
[icon] Adom Desktop <- OS attribution (AD)
Approval needed - Hydrogen Desktop <- body text (HD)
confirm the deployed bridge version ...
[Once] [1 hour] [24 hours] [Session] [Deny]
HD users mostly do not know AD exists as a separate product: it ships inside HD and runs embedded. So a security-relevant prompt arrives branded as software they did not knowingly install, which is exactly the wrong feeling for the one dialog that must look trustworthy.
ASK Let the embedding app set the toast identity. Either:
a) when AD detects it is embedded (it already knows -- see the embedded-mode handling), attribute toasts to the host app; or b) better, make it explicit rather than magic: an option on notify_user (e.g. appName / identity) and/or a one-time registration the host performs at startup, so HD can choose "Hydrogen Desktop" and any other embedder can choose its own name. A standalone AD keeps saying "Adom Desktop".
Option (b) is preferable: it keeps AD honest for standalone users, does not guess, and generalises to future embedders.
NOTES
- This is the toast's Windows AUMID / display name, not body text. AD already ships register_app_identity, so the machinery is likely mostly there.
- Ideally the icon follows the name, so an HD-attributed toast shows HD's icon.
- Related but separate: HD retracts these toasts via notify_dismiss once the request is decided (HD-side fix, 2026-07-25) -- no AD change needed for that.
Reported from Hydrogen Desktop development, 2026-07-25.