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
adom/adom-desktop package de-indexed (package.json lost name/visibility) — blocks fresh pkg install of hd-bootstrap/hd-mac-bootstrap
Blocker for the macOS golden-image rebake AND fresh HD installs (distinct from the version.json fix).
adom/adom-desktop no longer resolves as an installable package, even though its wiki page is healthy (HTTP 200, files present at v1.9.158). adom-wiki pkg install adom/adom-desktop returns NOT_FOUND: Packages not found: adom/adom-desktop.
Root cause: the package.json at adom-desktop/files/package.json is missing its registry fields — name and visibility both read as null. The package resolver keys off those, so the page exists but the package is de-indexed. This looks like collateral from the recent version.json ownership churn on this page (the same page whose macos manifest was just corrected to 1.9.162 — but that fixed the version.json dmg manifest, NOT the package.json registry fields).
Impact (why it's blocking, not cosmetic):
adom/hd-bootstrap 0.2.23hard-depends onadom/adom-desktop ^1.8.0.- So
adom-wiki pkg install adom/hd-bootstrap— and transitivelyadom/hd-mac-bootstrap— 404s on a fresh resolve. (pkg updatemerely skips it, which is why already-provisioned machines look fine.) - That
pkg install adom/hd-mac-bootstrapruns in two places: the macOS golden-image bake, and every fresh HD install'sinstall-hd-skillssetup step. Both fail right now on a clean machine.
Fix: restore name (adom/adom-desktop or adom-desktop) and visibility in adom-desktop/files/package.json so it re-indexes as an installable package. No dmg/version.json change needed — that side is already correct at 1.9.162.
Verify after: adom-wiki pkg install --ignore-scripts adom/adom-desktop should resolve (currently 404s).
Filed from the HD-on-Mac thread. HD's golden-image changes (adom/hook auto-updater activation) are committed and ready; the bake passes the moment this resolves.