0ctx Documentation

0ctx is a local-first project memory runtime for AI workflows. It captures sessions, checkpoints, and decisions per repo and makes them available to any supported agent through the local daemon.

Start here

Core concepts

Why 0ctx exists

  • Most AI workflows lose context between sessions, tools, and branches.
  • 0ctx keeps one durable workspace per repo and groups activity into workstreams, sessions, checkpoints, and reviewed insights.
  • The daemon is the source of truth. Supported agents retrieve through the local runtime after 0ctx enable.

Repository surfaces

SurfaceDescription
@0ctx/cliPrimary open-source CLI for enablement, repair, and support workflows
packages/*Core, daemon, and MCP runtime packages
desktop-app/Electron management surface for contributors
ui/Web surface for docs and install guidance