Skip to content

CLI 2026.816.2

Choose a tag to compare

@yashau yashau released this 16 Aug 03:42
· 5 commits to main since this release
641b857

First published release of the prk CLI.

Install

npm install -g @yashau/prick

Ships a prebuilt binary for each platform and picks the right one. Or download the archive for your platform below, unpack it, and put prk on your PATH.

Verify what you downloaded

Every archive is listed in SHA256SUMS:

sha256sum -c SHA256SUMS

The archives and the SBOM also carry build provenance, attested by the workflow that produced them:

gh attestation verify prk-2026.816.2-x86_64-unknown-linux-gnu.tar.gz --repo yashau/prick

Contents

Eight platform archives, SHA256SUMS, and an SPDX SBOM covering both halves of the repository. The npm packages are published from the same build.

A note on version numbers

2026.816.0 and 2026.816.1 were failed release attempts and were never promoted — 2026.816.0 shipped npm packages whose binary was not marked executable, and 2026.816.1 was stopped by the check added to catch that. Neither was ever installable as latest. 2026.816.2 is the first complete release.