bootstrap
Hydrogen Desktop (macOS / Lima)
Public Made by Adomby adom
The macOS platform layer for Hydrogen Desktop.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
{
"schema_version": 1,
"slug": "hd-mac-bootstrap",
"type": "bootstrap",
"title": "Hydrogen Desktop (macOS / Lima)",
"brief": "The macOS platform layer for Hydrogen Desktop.",
"version": "0.1.9",
"description": "The macOS platform layer for Hydrogen Desktop, where the workspace runs in a Lima Ubuntu VM hosting the Adom-Workspace systemd-nspawn machine. Depends on adom/hd-bootstrap (the platform-generic HD layer) and adds everything specific to the Lima/nspawn runtime: the container/networking/ports/setup/topology/volume/workspace-lifecycle hd-* skills (the macOS-runtime bucket), the in-machine workspace-updater daemon, and the macOS code-server workbench seed. Sibling layers adom/hd-windows-bootstrap (WSL2) and adom/hd-ubuntu-bootstrap depend on the same adom/hd-bootstrap. This is the package the golden Lima image installs.",
"org": "adom",
"tags": [
"bootstrap",
"hydrogen-desktop",
"hd",
"macos",
"mac",
"lima",
"nspawn"
],
"needs_sudo": false,
"scripts": {
"install": "./install.sh"
},
"dependencies": {
"adom/hd-bootstrap": "^0.2.0"
},
"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 Hydrogen Desktop — the Lima/nspawn workspace runtime plus every mac-specific hd-* skill.",
"discovery_triggers": [
"hydrogen desktop mac",
"hd on macos",
"hd mac bootstrap",
"lima workspace",
"nspawn machine",
"hd-builder vm",
"mac hd skills",
"screenshot hd mac",
"macos permissions tcc",
"hd mac setup",
"adom-workspace machine"
],
"sample_prompts": [
{
"label": "Converge skills",
"prompt": "update my HD mac skills to the latest published layer"
},
{
"label": "Screenshot",
"prompt": "take a screenshot of my workspace"
},
{
"label": "Fix permissions",
"prompt": "why is my HD screenshot black on macOS"
},
{
"label": "Workspace status",
"prompt": "is my Lima workspace machine healthy"
}
]
}