Skip to content
Versionv0.1 ALPHA 2

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 --version

Homebrew

bash
brew install osdf-systems/tap/osdf

Windows (PowerShell)

bash
winget install OSDF.CLI

Container image

bash
docker run --rm -v "$PWD:/work" ghcr.io/osdf-systems/cli verify /work/document.osdf

Verify the download

Every release is signed and logged in the public transparency log. Verify the binary before first use:

bash
osdf self verify ./osdf-cli

SDKs

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  # Go

Continue to the Quick Start.

Spec status: working draft v0.4 · subject to change before v1.0.