darnit 0.1.0
First-cut release. See CHANGELOG or the tag diff for what's in it.
Install
- MCP (Claude Code / Claude Desktop):
darnit installwrites anuvx --from darnit-mcpconfig for you. See docs/install/. - PyPI:
pip install darnit-mcp==0.1.0(installs the meta-package plusdarnit-core,darnit-baseline,darnit-gittuf,darnit-reproducibility). - Container:
docker pull ghcr.io/darnitdevorg/darnit:v0.1.0. - Standalone binary / Homebrew: not yet in this release. Tracked for follow-ups.
Verify (container image)
cosign verify \
--certificate-identity "https://github.com/darnitdevorg/darnit/.github/workflows/release.yml@refs/tags/v0.1.0" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
ghcr.io/darnitdevorg/darnit:v0.1.0