Install docs

Activate paid access, install the signed payload, then verify.

Paid fulfillment gives you an activation file, manifest, archive, and this install guide through a secure access link.

Prepare the repo

bash
cd /path/to/your-project
git status
npm install -D create-codexflow

Paid Personal / Standard

bash
codexflow license activate --activation-file ./codexflow.activation.json
codexflow payload install \
  --manifest ./individual-core-<version>.manifest.json \
  --archive ./individual-core-<version>.tar.gz
codexflow emit
codexflow payload list

Activation

Save the activation file outside your project repository. It identifies your seat and should not be shared.

Verification

The CLI checks activation signature, payload manifest signature, tier, entitlement, and archive checksum before writing files.

Support

If install fails, send `codexflow doctor --json`, `codexflow license status --json`, and `codexflow payload list --json`.