app
Adom Bridge (macOS)
Public Made by Adomby adom
Adom Bridge for macOS: the menu-bar daemon that connects AI tools to your Mac.
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
{
"name": "adom-desktop-macos",
"version": "1.9.188",
"type": "app",
"description": "The macOS line of Adom Bridge (Apple Silicon). The app itself ships as the notarized dmg on this page (one-line install: curl -fsSL https://wiki.adom.inc/api/v1/pages/adom-bridge-macos/files/install.sh | sh). This package carries the sixteen macOS consumer skills that teach an AI the Bridge verb surface as it exists on a Mac: capture, input, Accessibility driving, notifications, permissions, presence, bridges, runtimes, auth, embedded mode, multi-machine addressing, and the direct API. Platform layers that need mac Bridge documentation should depend on this package rather than the Windows-line adom/adom-bridge package, whose skills describe the Windows app.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"slug": "adom-bridge-macos",
"hero": {
"type": "image",
"path": "docs/hero.png"
},
"discovery_pitch": "The macOS Bridge daemon skill set: drive a Mac (capture, input, notifications, bridges) from any AI.",
"discovery_triggers": [
"control my mac",
"drive my mac from ai",
"mac bridge skills",
"adom bridge macos",
"screenshot my mac from the cloud",
"mac menu bar bridge"
],
"sample_prompts": [
{
"label": "Install on my Mac",
"prompt": "Install Adom Desktop on my Mac"
},
{
"label": "Latest macOS dmg",
"prompt": "Where do I download the latest Adom Desktop dmg for macOS?"
},
{
"label": "Is it running?",
"prompt": "Check whether Adom Desktop is running on my Mac"
}
],
"visibility": "public",
"org": "adom",
"author": {
"name": "Kyle Bergstedt",
"email": "[email protected]"
},
"title": "Adom Bridge (macOS)",
"tags": [
"adom-bridge",
"macos",
"bridge",
"desktop-automation",
"menu-bar",
"daemon"
],
"updated_at": "2026-08-08T18:05:38.176Z",
"schema_version": 1,
"brief": "Adom Bridge for macOS: the menu-bar daemon that connects AI tools to your Mac.",
"needs_sudo": false,
"files": [
"install.sh",
"skills/**",
"README.md",
"version.json",
"uninstall.sh"
]
}