OpenComplAI is an open-source regulatory engine designed for the EU AI Act, integrating compliance checks directly into your CI/CD pipeline. It automates risk assessments and streamlines processes, allowing teams to focus on shipping while ensuring adherence to legal mandates, transforming compliance into a seamless part of development.
OpenComplAI is a cutting-edge open-source compliance solution designed to seamlessly integrate EU AI Act compliance into continuous integration/continuous delivery (CI/CD) pipelines. By converting fragmented legal requirements into automated, machine-readable checks, OpenComplAI enables developers to focus on shipping software without the burden of manual audits.
opencomplai-core: The core rule engine responsible for evaluating compliance controls.opencomplai-cli: A command-line interface for running compliance checks in a local environment.opencomplai-sdk: A software development kit for embedding compliance functionality into custom tools.To run your first compliance check, execute the following command to install OpenComplAI:
pip install opencomplai
This quickly sets up the CLI, core engine, and SDK needed for compliance checks.
For initial assessments, create a system manifest and run:
opencomplai init --system-id my-model --intended-purpose "customer support chatbot"
opencomplai check
You can also perform a quick scan with:
opencomplai scan --quick .
This allows immediate feedback without impacting build processes.
Currently in a closed beta pilot, OpenComplAI actively seeks feedback from AI engineers and ML platform leads. Engagement opportunities include:
OpenComplAI comprises several components to facilitate automated compliance checks:
| Component | Responsibility |
|---|---|
| core | Risk assessment primitives and policy mapping logic |
| cli | Command-line interface for local checks |
| sdk-python | Python SDK for stable integration |
| gateway-api | REST API for multi-service deployments |
| risk-engine | Risk classification and rules evaluation |
| evidence-vault | Immutable storage for compliance evidence |
| doc-generator | Generates compliance documentation from stored evidence |
| egress-proxy | Enforces controlled external connectivity |
With its robust features and active community, OpenComplAI simplifies AI compliance management, making it a valuable tool for developers in the evolving landscape of AI regulations.
No comments yet.
Sign in to be the first to comment.