bootstrap
Adom Hydrogen (Windows / WSL2)
Public Made by Adomby adom
The Windows (WSL2) platform layer for Hydrogen.
{
"schema_version": 1,
"type": "bootstrap",
"slug": "hydrogen-windows-bootstrap",
"title": "Adom Hydrogen (Windows / WSL2)",
"brief": "The Windows (WSL2) platform layer for Hydrogen.",
"version": "0.3.5",
"author": {
"name": "John Lauer",
"email": "[email protected]"
},
"visibility": "public",
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"org": "adom",
"description": "The Windows platform layer for Hydrogen, where the workspace runs in a WSL2 Ubuntu distro. Depends on adom/hydrogen-bootstrap (the platform-generic layer, which bundles the generic hydrogen-* skills) and adds everything specific to the WSL2 runtime: the WSL2/networking/lifecycle hydrogen-* skills (BUNDLED here by design, John+Kyle 2026-07-16) and the WSL2 code-server workbench seed. Sibling adom/hydrogen-mac-bootstrap carries the parallel mac skills. This is the package the golden WSL2 image installs.",
"tags": [
"bootstrap",
"hydrogen",
"windows",
"wsl2"
],
"needs_sudo": false,
"scripts": {
"install": "./install.sh"
},
"dependencies": {
"adom/hydrogen-bootstrap": "^0.3.10",
"adom/adom-shotlog": "^0.24.0",
"adom/adom-bridge": "^2.0.0"
},
"files": [
"package.json",
"install.sh",
"README.md",
"skills/**"
]
}