{
  "schema_version": 1,
  "type": "bootstrap",
  "slug": "hd-mac-bootstrap",
  "title": "Hydrogen Desktop (macOS / Lima)",
  "brief": "The macOS platform layer for Hydrogen Desktop.",
  "version": "0.1.9",
  "license": "proprietary",
  "visibility": "public",
  "metadata": {
    "platform": "linux",
    "host": "macos",
    "kind": "bootstrap"
  },
  "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"
    }
  ],
  "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/**"
  ],
  "author": {
    "name": "Kyle Bergstedt",
    "email": "[email protected]"
  }
}