AIGovHub CLI Documentation
aigovhub-cli
AIGovHub CLI Documentation
Welcome to the AIGovHub CLI documentation. This guide will help you understand, install, and use AIGovHub for EU AI Act compliance.
What is AIGovHub?
AIGovHub CLI is a command-line tool that helps organizations comply with the EU AI Act by:
- Detecting AI systems in your codebase automatically
- Generating AI-SBoM (AI Software Bill of Materials) in CycloneDX format
- Creating compliance artifacts (
aigovhub.yaml) for version control and audit trails - Integrating with CI/CD for continuous compliance monitoring
Documentation Overview
Getting Started
- Getting Started - Installation and your first scan
- CLI Reference - Complete command documentation
- Configuration - Environment variables and settings
Understanding AIGovHub
- Detection Guide - How AI detection works
- Schema Reference -
aigovhub.yamlschema documentation - Architecture - Technical architecture overview
Compliance Context
- EU AI Act Guide - Risk categories and compliance requirements
Integration & Development
- CI/CD Integration - GitHub Actions, GitLab CI, and more
- API Reference - Python API for extensions
- Benchmark Guide - Evaluating detection accuracy
- Contributing - How to contribute to AIGovHub
Quick Links
| Task | Command |
|---|---|
| Scan a repository | aigovhub scan /path/to/repo |
| Preview without writing | aigovhub scan . --dry-run |
| Initialize artifact | aigovhub init |
| Validate artifact | aigovhub validate |
| Get help | aigovhub --help |
Support
- Issues: GitHub Issues
- Discussions: GitHub Discussions
License
AIGovHub CLI is released under the MIT License. See LICENSE for details.