Skip to content

nSelf CLI v1.0.16

Choose a tag to compare

@acamarata acamarata released this 05 May 21:41
· 104 commits to main since this release

nSelf CLI v1.0.16

Channel: stable

Commits since previous release

  • release: v1.0.16 (P99 patch — HTTP timeout sweep + auth ctx propagation + windows xplatform + SIEGE/deep-qa closure) (da95c20)
  • fix(ci): guard nchat SDK publish + correct flutter/SDK workflow paths (#84) (fe9cb32)

Install

brew install nself-org/nself/nself
# or download a tarball below for your platform

Verify (Sigstore keyless)

cosign verify-blob \
  --bundle <tarball>.tar.gz.sig \
  --certificate-identity-regexp '^https://github.com/nself-org/cli/\.github/workflows/release\.yml@refs/tags/v1.0.16$' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  <tarball>.tar.gz

Full signing + verification details: release-signing.md

Artifacts

  • Platform tarballs (linux/darwin × amd64/arm64) + Windows zips (amd64/arm64)
  • checksums.txt — SHA-256 of all tarballs
  • sbom.spdx.json + per-tarball SBOMs — SPDX software bill of materials
  • provenance.intoto.jsonl — SLSA v1.0 provenance attestation
  • *.sig — Sigstore cosign signature bundles for every artifact above