Skip to content

gormes gateway

Runs every configured channel through one gateway.Manager that drives the same kernel + tool loop as the TUI.

gormes gateway status and gormes whatsapp are runtime-ready and row-backed: they accept invocation even when the underlying live service is not running, and respond with deterministic structured output instead of an unknown-command failure.

gormes gateway [flags]
gormes gateway [command]
CommandPurpose
gormes gateway discoverDiscover local Gormes gateways via Bonjour/mDNS
gormes gateway installManage gateway install through the platform service helper
gormes gateway probeProbe gateway reachability, discovery, health, and runtime status
gormes gateway reloadReload live Gormes gateway config without restarting
gormes gateway restartRestart through the service manager or the validated runtime record
gormes gateway startManage gateway start through the platform service helper
gormes gateway statusInspect configured gateway channels and persisted runtime state
gormes gateway stopStop the live Gormes gateway recorded in runtime status
gormes gateway uninstallManage gateway uninstall through the platform service helper
gormes gateway usage-costSummarize token usage costs from gateway session metadata
FlagDefaultPurpose
-h, --helphelp for gateway

gormes gateway restart first asks the platform service manager to restart the gateway when one is available. If that path is unavailable, it falls back to Gormes’ validated runtime record: a live managed gateway is interrupted, waited on, and relaunched; a missing or stale runtime record starts a fresh gateway instead of failing with “nothing to restart.” PID-reuse or permission validation failures are not killed.