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

# Perceo

> The local-first dev suite for people who run coding and computer-use agents all day.

Perceo is three tools on one stack. Everything is self-hosted and runs on your own
machine — your repos, your VMs, your notes, your keys. Nothing phones home, and
there is no account to create.

Dispatch agents across isolated workspaces, run them on real desktops, and keep
what they learn.

<CardGroup cols={3}>
  <Card title="Archductor" icon="terminal" href="/archductor/overview">
    Desktop control plane for coding agents. One workspace per task: Git worktree,
    branch, Codex or Claude Code session, diff review, PR merge.
  </Card>

  <Card title="Archfleet" icon="monitor" href="/archfleet/overview">
    Fleet manager for computer-use agents. Draw a workflow, run it on an isolated
    libvirt VM driven by Agent S, take over via XRDP when it gets stuck.
  </Card>

  <Card title="Archivum" icon="book-open" href="/archivum/overview">
    Self-hosted second brain. Markdown wiki with backlinks, semantic search, and a
    built-in MCP server so your agents read the same notes you do.
  </Card>
</CardGroup>

## Start here

New to Perceo? Start with Archductor. It is the daily driver and it runs in under
five minutes.

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Install Archductor, add a project, and get an agent working on a branch.
</Card>

## How the pieces relate

Each tool is useful on its own and none of them require the others.

| Tool       | Owns                                                                         | Runs on               |
| ---------- | ---------------------------------------------------------------------------- | --------------------- |
| Archductor | Workspace lifecycle, branches, worktrees, agent sessions, diffs, checks, PRs | Your desktop          |
| Archfleet  | Workflow definitions, VM lifecycle, computer-use runs, manual takeover       | Your hypervisor host  |
| Archivum   | Notes, pages, backlinks, embeddings, knowledge graph, MCP access             | Your server or laptop |

Archductor produces execution traces. Archfleet produces run evidence. Archivum is
where either can leave something durable behind — and where your agents read it
back through MCP.

<Info>
  Perceo is built by [Pranav](https://github.com/pranavkannepalli). All three
  products are in active development; the docs mark what works today separately
  from what is planned.
</Info>
