> ## Documentation Index
> Fetch the complete documentation index at: https://superturtle.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# superturtle docs

> Coding agent on your phone

superturtle is a coding agent on your phone. Send a voice message or text from Telegram, and it runs Claude Code (or Codex) on your machine to write code, run tests, fix bugs, and ship features.

```bash theme={null}
npm install -g superturtle
superturtle init
superturtle start
```

<Warning>
  macOS is fully supported. Linux is alpha. Windows is not yet supported. See [Platform Support](/config/platform-support).
</Warning>

## Start here

<CardGroup cols={4}>
  <Card title="Introduction" href="/introduction" icon="sparkles">
    What superturtle is and how Meta Agent + SubTurtles work.
  </Card>

  <Card title="Quickstart" href="/quickstart" icon="rocket">
    Install, init, start. Up and running in minutes.
  </Card>

  <Card title="Architecture" href="/architecture" icon="diagram-project">
    Orchestration, loop types, and supervision.
  </Card>

  <Card title="Dashboard" href="/dashboard/overview" icon="chart-line">
    Local operational view for sessions, workers, queue, and conductor state.
  </Card>
</CardGroup>

## Key principles

* **Outcome-first UX** — milestone updates, minimal noise
* **Autonomous execution** — SubTurtles run and recover without micromanagement
* **Uses your subscriptions** — Claude Code and optionally Codex, no extra API tokens
