Free Basic plan · No credit card · BYO model

XO Space

Overview

What XO Space is, how it differs from XO Cloud, and how to get from install to a working local Space.

XO Space is the core open-source product and agent execution engine (cowork-api). It gives you real-time observability—allowing you to watch your agents work, measure their output, and manage sessions whether your agent runs locally on your machine or on a managed cloud machine on XO.

Core Product Offering

Space is the unified foundation across all XO deployments:

  • Open Source Repository: Available on GitHub at github.com/quirq-ai/xo-space.
  • Local Space (OSS): Install with a single command curl -fsSL https://quirq.ai/install | sh on your laptop. Run agents locally while observing thoughts, tool calls, and session logs in real time.
  • Cloud Space (Managed): 1-click launch on app.xo.builders. Provides a managed remote VM pre-loaded with Space, browser IDE, and public endpoints.
  • Feature & API Parity: Every agent capability, connector, and cowork-api endpoint is available locally and in the cloud.

Quickstart

Deployment Options: Local vs. Cloud

Feature / AspectLocal Space (OSS)Cloud Space (Managed)
Runtime Enginecowork-api (local daemon)cowork-api (cloud container)
Execution EnvironmentYour laptop / desktop / serverIsolated Cloud VM on app.xo.builders
Setup CommandSingle curl script or CLI skill1-Click "New Project" on Web Dashboard
Observability & LogsLocal UI (http://localhost:5002/space/)Cloud Dashboard & Hosted VS Code IDE
Agent SupportOpenClaw, Claude Code, Hermes, Antigravity, etc.OpenClaw, Claude Code, Hermes, Antigravity, etc.

Whether launched locally or on the cloud, every agent runs inside a Space. Both environments expose the identical cowork-api endpoints. Terms: Glossary.

Next

Install Space