Gateway on macOS (external launchd)
Clawdia.app no longer bundles Node/Bun or the Gateway runtime. The macOS app expects an externalclawdia CLI install, does not spawn the Gateway as a
child process, and manages a per‑user launchd service to keep the Gateway
running (or attaches to an existing local Gateway if one is already running).
Install the CLI (required for local mode)
You need Node 22+ on the Mac, then installclawdia globally:
Launchd (Gateway as LaunchAgent)
Label:com.clawdia.gateway(orcom.clawdia.<profile>)
~/Library/LaunchAgents/com.clawdia.gateway.plist(or~/Library/LaunchAgents/com.clawdia.<profile>.plist)
- The macOS app owns LaunchAgent install/update in Local mode.
- The CLI can also install it:
clawdia gateway install.
- “Clawdia Active” enables/disables the LaunchAgent.
- App quit does not stop the gateway (launchd keeps it alive).
- If a Gateway is already running on the configured port, the app attaches to it instead of starting a new one.
- launchd stdout/err:
/tmp/nelsonmuntz-c/clawdia-gateway.log
