Getting Started¶
Welcome to Opencomplai — an open-source EU AI Act compliance toolkit for AI engineering teams.
What is Opencomplai?¶
Opencomplai helps you:
- Classify risk — determine whether your AI system is Unacceptable, High, Limited, or Minimal risk under the EU AI Act.
- Generate evidence — produce structured, auditable evidence bundles from project inputs and automated checks.
- Gate CI/CD — run compliance checks on every commit with predictable exit codes that block or pass your pipeline.
This is not a document processing or file upload platform. It is a compliance toolkit for AI system providers.
Start here¶
- Requirements — Python 3.11+ and (optionally) Docker.
- Installation — install the CLI and SDK.
- Quick Start — initialise a manifest and run your first compliance check in under 15 minutes.
Core workflow¶
Text Only
opencomplai init creates system-manifest.json
opencomplai check reads manifest, evaluates rules, writes compliance-artifact.json
compliance-artifact.json is the machine-readable signed status artifact consumed by your CI gate.
Next steps¶
- CLI reference — init · check · validate-manifest · exit codes
- SDK quickstart — Python SDK
- Full Docker deployment — Deployment Quickstart
- Understand the output — Core Concepts
- Not sure if the EU AI Act applies to you? — EU AI Act Checker (runs in the browser, no account needed)
- Verify your declared purpose matches your code — Detect AI in your code