Adom Hydrogen (Windows / WSL2)
Public Made by Adomby adom
The Windows (WSL2) platform layer for Hydrogen.
Bootstrap with one command
Latest: v0.3.5, published
Fresh container (no adom-wiki yet):
bash <(curl -fsSL https://wiki.adom.inc/static/bootstrap.sh) adom/hydrogen-windows-bootstrap
Already have adom-wiki installed:
adom-wiki pkg install adom/hydrogen-windows-bootstrap
What you'll get 2 apps, 1 bootstrap
Layer Hydrogen's workspace onto a standard Adom workstation.
See the shots your AI never showed you, and know it actually SAW them. adom-shotlog streams every screenshot the AI gathers into a live gallery (webview/pup/browser/phone), reports whether a human is really watching and on which surface, and ingests Adom Bridge child-window arrays via --meta.
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
Contents
README
markdownadom/hydrogen-windows-bootstrap
The Windows (WSL2) platform layer for Hydrogen. On Windows, Hydrogen's
workspace runs inside a WSL2 Ubuntu distro; this package adds everything
specific to that runtime on top of the platform-generic adom/hydrogen-bootstrap.
adompkg install adom/hydrogen-windows-bootstrap # the golden WSL2 image installs this
The platform-layered bootstrap stack
adom/core ← Adom ecosystem (generic; shared with Hydrogen Cloud)
└─ adom/hydrogen-bootstrap ← Hydrogen, platform-GENERIC
├─ adom/hydrogen-windows-bootstrap ← THIS: WSL2 runtime
├─ adom/hydrogen-mac-bootstrap ← (Kyle)
└─ adom/hydrogen-ubuntu-bootstrap ← (Barrett)
Each platform layer depends on adom/hydrogen-bootstrap, which depends on
adom/core. The Hydrogen Cloud bootstrap depends on adom/core too, so core
stays generic across cloud and desktop Hydrogen.
What this layer adds
- Dependencies:
adom/hydrogen-bootstrap(the platform-generic layer) andadom/adom-shotlog(screenshot log tooling). - Bundled skills: the WSL2-runtime
hydrogen-*skills (container, networking, ports, port-watcher, setup, setup-steps, topology, volume, workspace-lifecycle, workspace-monitoring, container-stats) plus the<name>-windowscompanions of the mixed skills. - install hook: deploys those skills + seeds the WSL2 code-server
workbench.html(trusted domains + activity-bar). Sudo-free (needs_sudo: false; the old updater daemon dependency was retired 2026-07-16).
The skill split (real per-skill reclassification)
All the hydrogen-* skills were read and classified by what's
platform-generic vs Windows-specific (not the old shared/wsl2 buckets):
- Generic skills live in
adom/hydrogen-bootstrap. - Clean Windows skills live here, e.g.
hydrogen-browser-picker(WebView2),hydrogen-recording(WGC/DXGI),hydrogen-runtime-mode,hydrogen-networking,hydrogen-ports,hydrogen-workspace-lifecycle, the golden-image/WSL2 skills. - Mixed skills were split: the generic core stays in
hydrogen-bootstrap, and the Windows specifics become a<name>-windowscompanion here (e.g.hydrogen-api-windowscarries the/wsl/*endpoint tables,hydrogen-notifications-windowsthe WinRT/AUMID toast mechanics,hydrogen-setup-windowsthe WSL2 install cascade). Distinct names mean both layers coexist with no deploy collision.
Still a collaborative pass with Kyle (Mac) and Barrett (Ubuntu): anything
in hydrogen-bootstrap that turns out to break off-Windows moves down into
the platform layers.
Status (2026-08-08)
PUBLISHED + PUBLIC on wiki.adom.inc as part of the 2026-08 naming cutover
(formerly adom/hd-windows-bootstrap).