Documentation menu

Docs / Install the tools

On this page

Install the tools

All four shipped tools are on PyPI. Python 3.10+. No account, no key, no network calls at run time.

Install everything

bashpip install riskforge litmus-screener license-compliance-checker rag-benchmarking

Or install individually

bashpip install litmus-screener            # Art. 5  · LitmusAI
pip install license-compliance-checker # Art. 53 · LCC
pip install riskforge                  # Art. 9  · RiskForge
pip install rag-benchmarking           # Art. 15 · RAG-Benchmarking

Verify

bashlitmus --version
riskforge --version

CI-friendly: every command returns conventional exit codes (0 pass, non-zero on findings) and writes machine-readable output (SARIF / JSON / SBOM).