CodeDocs Vault

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:

  1. Detecting AI systems in your codebase automatically
  2. Generating AI-SBoM (AI Software Bill of Materials) in CycloneDX format
  3. Creating compliance artifacts (aigovhub.yaml) for version control and audit trails
  4. Integrating with CI/CD for continuous compliance monitoring

Documentation Overview

Getting Started

Understanding AIGovHub

Compliance Context

Integration & Development

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

License

AIGovHub CLI is released under the MIT License. See LICENSE for details.