Run the runtime
Start xopc in an environment you own, retaining local configuration, data, and provider choices.
XOPC Gateway · Local gateway service
XOPC Gateway brings the agents, state, and workflows running in your environment to web, mobile, messaging channels, and APIs. It is a unified entry point—not another isolated backend.
Start with Gateway
Install xopc, start Gateway, then hand it to your operating system when it should run continuously.
The cross-platform installer prepares the dependencies required to run it.
curl -fsSL https://xopc.ai/install.sh | bashStart the web server and local React console.
xopc gatewayLet Gateway run continuously through the operating system service lifecycle.
xopc gateway service installFrom local runtime to service entry point
Gateway exposes a running xopc instance as a controlled entry point, so clients and channels share the same state and execution capability.
Start xopc in an environment you own, retaining local configuration, data, and provider choices.
Configure web, mobile, messaging channels, or other enabled client entry points.
Use Gateway APIs and streaming connections for clients to access sessions, tasks, and runtime status.
Observe service and channel status so the local runtime can operate as a durable service.
One runtime, one service boundary
Gateway provides a unified service layer for xopc clients, channels, and integrations, avoiding separate state and auth maintenance for every surface.
Let web, mobile, and other clients connect to one local runtime instead of duplicating agent state.
Expose service interfaces for sessions, tasks, state, and real-time updates.
Load and manage messaging channel runtimes while keeping those conversation surfaces connected to core agent capability.
Manage the local Gateway around start, status, restart, and system-service operation.
Start with a connection need
Let web, mobile, desktop, and other surfaces see the same sessions, projects, and execution state.
Let people start and receive the same agent work through connected messaging channels.
Use APIs and streaming interfaces to bring xopc capability into existing products or internal tools.
Keep a local AI runtime available over a manageable service lifecycle.
The service remains in your control
Local operation: start Gateway around your own device, configuration, and runtime environment.
Unified state: clients and channels connect to one runtime instead of scattered copies.
Operability: inspect service and channel status, then manage the lifecycle when needed.
The same xopc runtime
XOPC Worker brings the runtime behind Gateway into everyday work that can be delegated and confirmed.
Explore XOPC Worker