app
Adom Hydrogen (macOS)
Public Made by Adomby adom
The full Adom Hydrogen workspace as a native macOS app (Apple Silicon) — AI-driven electronics design, running locally.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
{
"name": "hydrogen-macos",
"slug": "hydrogen-macos",
"type": "app",
"version": "0.1.239",
"description": "The full Adom Hydrogen experience as a native macOS desktop app (Apple Silicon).",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"files": [
"SKILL.md",
"README.md",
"page.json",
"install.sh",
"uninstall.sh",
"dist/**",
"screenshots/**",
"docs/**"
],
"install": {
"binary_name": "hydrogen-macos"
},
"metadata": {
"platform": "macos",
"arch": "arm64"
},
"tags": [
"desktop-app",
"macos",
"adom-hydrogen",
"eda",
"electronics-design",
"pcb",
"ai-workspace",
"claude"
],
"hero": {
"headline": "Adom Hydrogen for macOS",
"subhead": "The full Adom Hydrogen workspace \u2014 AI-driven electronics design, native on Apple Silicon.",
"screenshot": "docs/hero.png"
},
"discovery_triggers": [
"Adom Hydrogen mac",
"Adom Hydrogen macos",
"Hydrogen macOS",
"install Adom Hydrogen on my mac",
"mac dmg hydrogen",
"lima workspace",
"hd-builder",
"Adom-Workspace",
"gatekeeper Adom Hydrogen",
"apple silicon hydrogen workspace"
],
"discovery_pitch": "The full Adom Hydrogen workspace as a native macOS app on Apple Silicon \u2014 install the DMG and first launch sets up the Lima workspace VM automatically.",
"title": "Adom Hydrogen (macOS)",
"sample_prompts": [
{
"label": "Install on my Mac",
"prompt": "Install Adom Hydrogen on my Mac"
},
{
"label": "Gatekeeper warning",
"prompt": "macOS says Adom Hydrogen's developer cannot be verified - how do I open it?"
},
{
"label": "Workspace won't start",
"prompt": "My Adom Hydrogen workspace VM won't come up on macOS"
},
{
"label": "Update Hydrogen",
"prompt": "Update Adom Hydrogen on my Mac to the latest version"
}
]
}