Start free. Buy Pro when you need deeper analysis and CI evidence. The product page lists the plans you can purchase today.
Community
Packaging, entry points, dependencies, and import hygiene. Install from PyPI.
Pro (and Trial)
- Extended analysis, coverage you can take into CI, SBOM/CVE signals, dashboard
- Dedicated lifecycle leak scan (
check-lifecycle) - 2 device activations (laptop + CI)
- Annual license with 12 months of updates; after that you can keep using the last entitled version
Trial is time-limited Pro (suggestions only — apply stays off).
Activate
After purchase: sign in, collect a device hash, paste the portal token.
py -3.12 -m manifestguard license device-hash
py -3.12 -m manifestguard license activate <TOKEN>
py -3.12 -m manifestguard license status
Pro updates with license update-check then license update-apply in the same interpreter. Do not pip install --upgrade manifestguard from PyPI for Pro.
On Windows use py -3.12 -m manifestguard .... On Linux/macOS that is usually python3.12 -m manifestguard ....