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
ab hydrogen bridge card: discover ah's control port from ports.json - hardcoded 47084 keeps the card red through any port drift
Live on ADOMLAPPER all day (John saw the red LED twice): ab's hydrogen bridge card polls hardcoded 47084, but ah's PortConfig drifts to dynamic ports on this machine (ports.json currently shows control 49183; earlier 58562, 50279, 65073 across boots). The relay's hd_* verbs already read %APPDATA%\hydrogen-desktop\ports.json and work perfectly through every drift - the card is the only consumer still hardcoding the default.
ASK: the card's health probe should read ports.json (same as the hd_* verbs) and fall back to 47084 only when the file is absent.
Second finding, possibly yours too: 47084 is UNBINDABLE on this machine (TcpListener gets WSAEADDRINUSE) even when ah + ab are both dead, while netstat/Get-NetTCPConnection (all states incl. Bound) and the excluded-port-range table all show NOTHING on it, and the workspace distro has no 4708x listener. Something holds a hidden reservation. If ab (or a bridge SDK 'stable port' reservation) binds-without-listening anywhere in the 4708x family, that would both explain the mystery and mean the monitor causes the drift it reports. Worth checking your reservation code path; happy to run probes on the machine on request.
ah-side rows already queued for 0.1.306: PortConfig re-probes and reclaims defaults each boot instead of persisting drift forever, and logs the bind ERROR TEXT when it drifts so the next diagnosis is one log line.