bootstrap
Adom Hydrogen (macOS / Lima)
Public Made by Adomby adom
The macOS platform layer for Adom Hydrogen — converges a Lima/nspawn workspace to the HD-on-Mac runtime.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
{
"schema_version": 1,
"slug": "hydrogen-mac-bootstrap",
"type": "bootstrap",
"title": "Adom Hydrogen (macOS / Lima)",
"brief": "The macOS platform layer for Adom Hydrogen.",
"version": "0.1.18",
"description": "The macOS platform layer for Adom Hydrogen, where the workspace runs in a Lima Ubuntu VM hosting the Adom-Workspace systemd-nspawn machine. Depends on adom/hydrogen-bootstrap (the platform-generic Hydrogen layer) and adds everything specific to the Lima/nspawn runtime: the container/networking/ports/setup/topology/volume/workspace-lifecycle hydrogen-* skills (the macOS-runtime bucket), the in-machine workspace-updater daemon, and the macOS code-server workbench seed. Sibling layers adom/hydrogen-windows-bootstrap (WSL2) and adom/hydrogen-ubuntu-bootstrap depend on the same adom/hydrogen-bootstrap. This is the package the golden Lima image installs.",
"org": "adom",
"tags": [
"bootstrap",
"adom-hydrogen",
"hydrogen",
"macos",
"mac",
"lima",
"nspawn"
],
"needs_sudo": false,
"scripts": {
"install": "./install.sh"
},
"dependencies": {
"adom/hydrogen-bootstrap": "^0.3.0",
"adom/adom-bridge-macos": "^1.9.188"
},
"files": [
"install.sh",
"skills/**",
"README.md",
"SKILL.md",
"page.json",
"docs/**",
"screenshots/**"
],
"hero": {
"type": "image",
"path": "screenshots/hero-v3.png"
},
"discovery_pitch": "The macOS platform layer for Adom Hydrogen \u2014 the Lima/nspawn workspace runtime plus every mac-specific hd-* skill.",
"discovery_triggers": [
"Adom Hydrogen mac",
"hydrogen on macos",
"hydrogen mac bootstrap",
"lima workspace",
"nspawn machine",
"hd-builder vm",
"mac hydrogen skills",
"screenshot hydrogen mac",
"macos permissions tcc",
"hydrogen mac setup",
"adom-workspace machine"
],
"sample_prompts": [
{
"label": "Converge skills",
"prompt": "update my Hydrogen mac skills to the latest published layer"
},
{
"label": "Screenshot",
"prompt": "take a screenshot of my workspace"
},
{
"label": "Fix permissions",
"prompt": "why is my Hydrogen screenshot black on macOS"
},
{
"label": "Workspace status",
"prompt": "is my Lima workspace machine healthy"
}
]
}