Beta
Freemium
Developer Tooling

First steps

Install, run one check, read the report, then tighten the gate.

One command should already show packaging, import, and dependency issues. Fix blockers first; turn on deeper analysis when the baseline is quiet.

  1. Install — see Installation.
  2. Run py -3.12 -m manifestguard check in the project.
  3. Treat errors before warnings. Recurring patterns beat one-off style nits.
  4. When the fast pass is stable, add --extended (Pro) and, if you want it, check-lifecycle.
  5. Keep the same command in CI so local and pipeline agree.
py -3.12 -m manifestguard check
py -3.12 -m manifestguard check --extended