Skip to content

0.2.1 - 2026-07-15

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 22:46
70f78db

Release Notes

Fixed

  • riz init <template> with no target directory now scaffolds into a new
    directory named after the template
    (like cargo new / git clone), not
    the current directory. riz init ai-chat && cd ai-chat works as expected;
    the previous behavior failed in any non-empty directory and, when it did
    succeed, left nothing to cd into. Pass . as the directory to scaffold in
    place. The dir name is derived from the spec's basename, so
    owner/repo/tmpl, git URLs, and local paths all get a sensible default too.

Install riz 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/24X7/riz/releases/download/v0.2.1/riz-installer.sh | sh

Download riz 0.2.1

File Platform Checksum
riz-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
riz-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
riz-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo 24X7/riz

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>