EU AI Act applicability checker¶
Answer a short questionnaire to find out whether the EU AI Act applies to your AI system, in what operator role, at what risk tier, and which obligations follow.
The engine is a direct port of a published EU AI Act compliance checker flowchart (version checker-2025-07-28), verified against 17 golden test cases that run in CI on every commit.
Loading checker…
Use from the CLI instead¶
# Interactive wizard (same questions, same engine)
opencomplai checker
# Open this page in your browser directly
opencomplai checker --web
# Serve the checker locally and open it (no internet required)
opencomplai checker --web --local
# Replay a saved answer set (for CI or repeatable demos)
opencomplai checker --answers answers.json -o json
# Export a full report
opencomplai checker --answers answers.json --export-all ./reports/eu-ai-act-result
# Interactive wizard (same questions, same engine)
opencomplai checker
# Open this page in your browser directly
opencomplai checker --web
# Serve the checker locally and open it (no internet required)
opencomplai checker --web --local
# Replay a saved answer set (for CI or repeatable demos)
opencomplai checker --answers answers.json -o json
# Export a full report
opencomplai checker --answers answers.json --export-all ./reports/eu-ai-act-result
What happens after the checker?¶
Once you know your role and risk tier, the next step is declaring a manifest:
Then run the compliance gate:
See the quick start for the full flow.
Disclaimer¶
Not legal advice
This tool automates EU AI Act compliance checker logic for educational and planning purposes. It does not constitute legal advice. Seek qualified legal counsel and follow national guidance for formal compliance decisions. Opencomplai is not affiliated with the European Union.