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 the Future of Life Institute compliance checker flowchart (version fli-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
What happens after the checker?¶
Once you know your role and risk tier, the next step is declaring a manifest:
# Let the checker pre-fill the manifest for you
opencomplai checker --answers answers.json --write-manifest system-manifest.json
# Or initialise interactively (runs the checker first)
opencomplai init --interactive
Then run the compliance gate:
See the quick start for the full flow.
Disclaimer¶
Not legal advice
This tool automates the Future of Life Institute 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 Future of Life Institute or the European Union.