Installation
The OSDF CLI is a single, statically linked binary built on the memory-safe Rust reference core. Pick the method that fits your environment.
macOS & Linux
bash
curl -fsSL https://get.osdfsystems.com | shosdf --versionHomebrew
bash
brew install osdf-systems/tap/osdfWindows (PowerShell)
bash
winget install OSDF.CLIContainer image
bash
docker run --rm -v "$PWD:/work" ghcr.io/osdf-systems/cli verify /work/document.osdfVerify the download
Every release is signed and logged in the public transparency log. Verify the binary before first use:
bash
osdf self verify ./osdf-cliSDKs
Install a language SDK to build OSDF support into your own applications:
bash
cargo add osdf # Rustnpm install @osdf/sdk # JavaScript / TypeScriptpip install osdf # Pythongo get github.com/osdf-systems/osdf-go # GoContinue to the Quick Start.