github cachix/secretspec v0.19.1
0.19.1 - 2026-08-11

latest release: secretspec-go/v0.19.1
2 hours ago

Release Notes

Republishes 0.19.0's command-line artifacts. The library and CLI behave exactly
as in 0.19.0.

Added

  • Windows ARM64 CLI release artifacts (aarch64-pc-windows-msvc), attached to
    the GitHub Release as secretspec-aarch64-pc-windows-msvc.zip with a
    checksum. The static installer keeps selecting the x86_64 build on Windows
    ARM64, which runs under emulation, so download the archive directly for a
    native binary.

Fixed

  • The 0.19.0 GitHub Release shipped without its CLI archives, its installer,
    and the Swift XCFramework, so curl https://install.secretspec.dev | sh and
    swift package resolution of 0.19.0 both failed. Every language registry
    (crates.io, PyPI, npm, RubyGems, Hackage, NuGet) published 0.19.0 normally and
    is unaffected. Install 0.19.1 instead; SwiftPM version ranges resolve to it
    automatically.

Install secretspec 0.19.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cachix/secretspec/releases/download/v0.19.1/secretspec-installer.sh | sh

Download secretspec 0.19.1

File Platform Checksum
secretspec-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
secretspec-x86_64-apple-darwin.tar.xz Intel macOS checksum
secretspec-x86_64-pc-windows-msvc.zip x64 Windows checksum
secretspec-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
secretspec-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Don't miss a new secretspec release

NewReleases is sending notifications on new releases.