Daemon

The UXC daemon exists to support reuse, lifecycle management, and background runtime features that do not fit cleanly into one-off CLI calls.

What It Handles

  • session reuse for MCP transports
  • background subscriptions
  • local runtime invocation over a stable socket
  • daemon status and session inspection

Guides

Local App Integration

UXC also ships a TypeScript daemon client for local applications:

npm install @holon-run/uxc-daemon-client

Notes

The daemon is especially useful when auth resolution, session reuse, or background subscriptions should stay outside one-off CLI processes.