Releases: yashau/prick
Release list
CLI 2026.816.2
First published release of the prk CLI.
Install
npm install -g @yashau/prickShips 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 SHA256SUMSThe 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/prickContents
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.
Docs 2026.816.1
Documentation site 2026.816.1, built from 6937884f6a205a63c95b83cae7c78044ef1113e2.
- pages: 42
- url: https://prick-docs.ibrahim-yashau.workers.dev
Cut with mise run docs:cut; the tag push is what deployed it.
Docs 2026.816.0
Documentation site 2026.816.0, built from 8eade5deb0c12aec60952954ff3c55b0dd9eca59.
- pages: 40
- url: https://prick-docs.ibrahim-yashau.workers.dev
Cut with mise run docs:cut; the tag push is what deployed it.
Docs 2026.815.1
Documentation site 2026.815.1, built from b114e88884e8527e05307a16043294351ac9ad98.
Cut with mise run docs:cut; the tag push is what deployed it.
Docs 2026.815.0
Documentation site 2026.815.0, built from 68f0ecbff1281fc857804390a8178d2f4a51ba04.
Cut with mise run docs:cut; the tag push is what deployed it.