Documentation

kunnus-scanner Docs

Everything you need to go from install to a standards-compliant SBOM — for source code, machines, firmware images, and containers.

Install

shell
# macOS
brew install think-ahead-technologies/tap/kunnus

# Windows
scoop bucket add think-ahead https://github.com/think-ahead-technologies/scoop-bucket
scoop install kunnus

# Linux — .deb/.rpm packages and static binaries on the releases page
sudo dpkg -i kunnus_*.deb

# Docker (multi-arch: amd64/arm64)
docker pull ghcr.io/think-ahead-technologies/kunnus-scanner:latest

A single static binary — no installer, no runtime dependencies. Verify with kunnus --version.

Your first SBOM

kunnus has three scan modes. Pick the one that matches what you're pointing it at — each has its own guide below.

shell
kunnus sbom repo --output sbom.cdx.json        # a source-code checkout
kunnus sbom os --output machine.cdx.json       # a running machine or mounted firmware image
kunnus sbom container alpine:3.20 -o img.json  # a container image

Reference

The full CLI flag reference, SBOM property semantics, and per-ecosystem licence coverage are maintained next to the code, so they never drift from the released binary:

SBOM generated. What about the other CRA duties?

Continuous vulnerability monitoring, CVE alerting, and the documentation trail for market surveillance authorities live on the kunnus platform.

Explore the Platform