Skip to content

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

  1. Requirements — Python 3.11+ and (optionally) Docker.
  2. Installation — install the CLI and SDK.
  3. 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