CodexDock

Local Codex, connected to your product.

CodexDock lets a web app create AI work, while each user runs that work through their own local Codex environment.

codexdocklocal worker
  1. 01Host creates invocation
  2. 02Worker claims owner work
  3. 03Codex returns result

Runtime model

A small bridge between product UX and local AI work.

Host

Create work

The app saves an owner-scoped invocation and returns a status URL.

Worker

Run locally

A user-owned CLI claims work outbound near the local Codex runtime.

Result

Render safely

Text, object, file, and image outputs return as validated envelopes.

Install

SDK in the host. CLI on the local machine.

Host web app
pnpm add @codexdock/sdk
Local worker
pnpm add -g codexdock

Docs

Documentation split by the way teams adopt it.