duhem
v0.1.1
Published
Holistic verification platform for AI-delivered software — the `duhem` CLI.
Maintainers
Readme
duhem
The command-line interface for Duhem — a holistic verification platform for AI-delivered software.
Install
npm install -g duhem
# or run without installing
npx duhem --helpThis package is a thin launcher. The real binary ships per-platform via an
optional dependency (@duhem/cli-<os>-<arch>); npm installs only the one
matching your machine. Prebuilt targets: linux-x64, linux-arm64, darwin-x64,
darwin-arm64, windows-x64.
Prebuilt binaries are also attached to each GitHub Release.
Usage
duhem init # scaffold a Verification Definition
duhem validate # validate VDs / manifest against the schema
duhem run # run a verification and emit a verdict
duhem dashboard # serve / export the run dashboard
duhem --versionSee the project README for the full documentation.
License
Apache-2.0
