# DorkOS Documentation
Source: https://dorkos.ai/docs

Mission control for every coding agent you run. One cockpit for Claude Code, Codex, and OpenCode.





# DorkOS [#dorkos]

DorkOS is mission control for the coding agents you run: Claude Code, Codex, and OpenCode. You get one cockpit where your agents work, report back, and coordinate across all your projects. One of you starts to feel like a whole team. That is the point.

It is free and open source. It runs on your machine, your code stays on your machine, and you use the AI accounts you already have.

<ProductShot id="cockpit" alt="The DorkOS cockpit: a session list on the left, an active agent chat in the middle, and the workbench panel on the right" />

## Choose your path [#choose-your-path]

<Cards>
  <Card title="I'm new. What is this?" href="/docs/getting-started/what-is-dorkos">
    A plain-language tour of DorkOS. No coding background needed.
  </Card>

  <Card title="Get me running" href="/docs/getting-started/quickstart">
    Install DorkOS and open your first session in about two minutes.
  </Card>

  <Card title="Something's not working" href="/docs/getting-started/troubleshooting">
    Common problems and their fixes, starting with the most likely.
  </Card>

  <Card title="I want to build on it" href="/docs/integrations/building-integrations">
    The API, extensions, and everything else for developers.
  </Card>
</Cards>

## Popular guides [#popular-guides]

The sidebar has every guide, grouped by what you're doing. These are the ones people reach for first.

<Cards>
  <Card title="Workbench" href="/docs/guides/workbench">
    Files, a terminal, and a browser, right next to your chat.
  </Card>

  <Card title="Runtimes" href="/docs/guides/runtimes">
    Run Claude Code, Codex, and OpenCode side by side, including local models.
  </Card>

  <Card title="Task Scheduler" href="/docs/guides/task-scheduler">
    Put agents on a schedule. They work while you sleep.
  </Card>

  <Card title="Generative UI" href="/docs/guides/generative-ui">
    Agents answer with charts, checklists, and buttons, not just text.
  </Card>

  <Card title="Tool Approval" href="/docs/guides/tool-approval">
    Decide what your agents may do without asking you first.
  </Card>

  <Card title="The /flow workflow" href="/docs/guides/flow/what-flow-is">
    A workflow engine that carries an idea from capture to done.
  </Card>
</Cards>

## Understand the system [#understand-the-system]

Short concept pages that build the right mental model.

<Cards>
  <Card title="Architecture" href="/docs/concepts/architecture">
    How the cockpit, the server, and your agents fit together.
  </Card>

  <Card title="Sessions" href="/docs/concepts/sessions">
    What a session is, where it lives, and why it survives restarts.
  </Card>

  <Card title="Relay" href="/docs/concepts/relay">
    How agents message you (and each other) through Telegram and webhooks.
  </Card>

  <Card title="Mesh" href="/docs/concepts/mesh">
    How DorkOS finds and keeps track of your agents.
  </Card>
</Cards>

## Build on DorkOS [#build-on-dorkos]

<Cards>
  <Card title="Building Integrations" href="/docs/integrations/building-integrations">
    Use the REST API or Transport interface to build your own client.
  </Card>

  <Card title="MCP Server" href="/docs/integrations/mcp-server">
    Give any MCP-compatible tool access to DorkOS.
  </Card>

  <Card title="API Reference" href="/docs/api">
    Every endpoint, with an interactive playground.
  </Card>

  <Card title="Publish to the Marketplace" href="/docs/marketplace/publishing">
    Package your agents, plugins, and skills for others to install.
  </Card>
</Cards>

## Run it anywhere [#run-it-anywhere]

<Cards>
  <Card title="Deployment" href="/docs/self-hosting/deployment">
    Run DorkOS in production on your own server.
  </Card>

  <Card title="Docker" href="/docs/self-hosting/docker">
    One container, batteries included.
  </Card>

  <Card title="Tunnel Setup" href="/docs/self-hosting/tunnel-setup">
    Check on your agents from your phone via a secure tunnel.
  </Card>

  <Card title="Securing Your Instance" href="/docs/self-hosting/securing-your-instance">
    Lock things down before you open things up.
  </Card>
</Cards>

Contributing to DorkOS itself? Start with [Development Setup](/docs/contributing/development-setup). And if a word in these docs ever loses you, the [Glossary](/docs/glossary) defines all of them in plain language.
