Skip to content

TraceCov Editions

TraceCov is available in two editions:

Community Edition

The Community Edition is free to use and includes all core functionality with these limitations:

  • Processes only the first 50 API calls per report

If your API or test suite exceeds these limits, TraceCov will still work but will only process data within these boundaries.

curl -sL https://cli.tracecov.sh/install/ | sh
pip install tracecov[community]

Professional Edition

The Professional Edition removes all limitations:

  • Processes unlimited API calls
# After downloading the Professional Edition from your download link
chmod +x tracecov
# After receiving credentials for TraceCov private index
uv add tracecov[professional] --index tracecov=<INDEX IS NOT READY YET>