> ## 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.

# Release readiness

> Known limits and what to check before trusting a build.

Archductor is in active development. This page is the honest list of what is still
rough, so you can decide whether it fits your workflow today.

## Known limits

* Terminal rendering is not a full terminal emulator. Programs that expect one may
  render incorrectly.
* Visual parity with macOS Conductor is incomplete.
* Project settings and onboarding still need polish.
* Advanced prompt packs, hooks, theme, and layout customization are not fully
  surfaced in the GUI; some of it is config-file only.
* Linux is the validated target. Windows is preview. macOS is not a launch target.
* Flatpak packaging is experimental pending Flathub review.

## Verify before you install

Public release artifacts ship with `SHA256SUMS`.

```bash theme={"dark"}
sha256sum -c SHA256SUMS
gh release view --repo perceo-ai/conductor-arch --web
```

If the GitHub release includes provenance or attestations, verify those before
trusting the artifact.

## Repository references

The repo carries the operational detail that does not belong in product docs:

<CardGroup cols={2}>
  <Card title="Deploy and local test" icon="rocket" href="https://github.com/perceo-ai/conductor-arch/blob/main/docs/deploy-and-local-test.md">
    Release and local verification steps.
  </Card>

  <Card title="Manual testing checklist" icon="list-checks" href="https://github.com/perceo-ai/conductor-arch/blob/main/docs/manual-testing-checklist.md">
    What gets exercised by hand before a tag.
  </Card>
</CardGroup>
