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
Notifications: native toasts that actually do something
Adom Bridge speaks to you through real native Windows toasts, under its own identity (the Adom logo, Action Center history like any first-class app). A cloud AI or a bridge fires them to reach you wherever you are: a build finished, an export is ready, a browser is waiting on your sign-in.

A toast can do two different things
These are separate, and both are available on every notification:
- Get your answer back to the AI. A sticky toast can carry buttons, and the button you click is reported back to the AI that asked (it either waits inline for your click or polls for it). So "Ship it / Hold" is a real decision round-trip, not a decoration.

- Take you to the right window when you click. Most notifications are about something else on screen: a browser waiting on a login, a dialog, an app that needs you. The AI can attach a focus target, and clicking the toast body brings that window to the front instead of opening Adom Bridge. When Adom Bridge runs embedded, the AI can even target "the app hosting me" (Hydrogen) without knowing its window handle.
Progress bars
Long jobs show a live progress bar that updates in place as the work advances.

The toast types at a glance
| Type | What it looks like | When it is used |
|---|---|---|
| Basic | auto-dismisses in about 7 seconds | awareness: a job finished, a file is ready |
| Warning / error | stays about 25 seconds | needs attention but not blocking |
| Emergency | long duration plus a taskbar flash | something genuinely urgent |
| Sticky reminder | stays until you act, with buttons | the AI needs your decision |
| Progress | live bar, updated in place | a long export or build |
If a toast does not appear
Check the Action Center (Win+N). Windows Focus Assist or Do Not Disturb can route toasts straight to the center without showing a banner. To let Adom Bridge toasts through, add it to the priority list: Settings, System, Notifications, Set priority notifications, add "Adom Bridge". That is a Windows setting Adom Bridge cannot override for you.
For the AI
The full contract (the notify_user verb, focus targets, wait, polling notify_events, sticky scenarios, progress updates) lives in the adom-bridge-notify skill, which installs automatically with the package and with the Windows app.
# Notifications: native toasts that actually do something
Adom Bridge speaks to you through real native Windows toasts, under its own identity (the Adom logo, Action Center history like any first-class app). A cloud AI or a bridge fires them to reach you wherever you are: a build finished, an export is ready, a browser is waiting on your sign-in.

## A toast can do two different things
These are separate, and both are available on every notification:
1. **Get your answer back to the AI.** A sticky toast can carry buttons, and the button you click is reported back to the AI that asked (it either waits inline for your click or polls for it). So "Ship it / Hold" is a real decision round-trip, not a decoration.

2. **Take you to the right window when you click.** Most notifications are about something else on screen: a browser waiting on a login, a dialog, an app that needs you. The AI can attach a focus target, and clicking the toast body brings that window to the front instead of opening Adom Bridge. When Adom Bridge runs embedded, the AI can even target "the app hosting me" (Hydrogen) without knowing its window handle.
## Progress bars
Long jobs show a live progress bar that updates in place as the work advances.

## The toast types at a glance
| Type | What it looks like | When it is used |
|---|---|---|
| Basic | auto-dismisses in about 7 seconds | awareness: a job finished, a file is ready |
| Warning / error | stays about 25 seconds | needs attention but not blocking |
| Emergency | long duration plus a taskbar flash | something genuinely urgent |
| Sticky reminder | stays until you act, with buttons | the AI needs your decision |
| Progress | live bar, updated in place | a long export or build |
## If a toast does not appear
Check the Action Center (Win+N). Windows Focus Assist or Do Not Disturb can route toasts straight to the center without showing a banner. To let Adom Bridge toasts through, add it to the priority list: Settings, System, Notifications, Set priority notifications, add "Adom Bridge". That is a Windows setting Adom Bridge cannot override for you.
## For the AI
The full contract (the `notify_user` verb, `focus` targets, `wait`, polling `notify_events`, sticky scenarios, progress updates) lives in the `adom-bridge-notify` skill, which installs automatically with the package and with the Windows app.