Skip to content

0.1.3 — 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:54
5f04887

Release Notes

Changed

  • README is now visual. Four Mermaid flowcharts — the clone pipeline, the workspace
    preflight decision tree, manifest source precedence, and the release flow — replace prose
    that asked the reader to hold a diagram in their head. Live badges replace static ones, so
    release, downloads, last-commit and CI state reflect reality.
  • Dropped the problem/solution narrative in favour of a compact overview. The rationale still
    lives in docs/architecture.md, where it belongs.
  • The platform table now distinguishes "built in CI" from "manually tested", rather than
    implying every target was run by hand.

Install qeet-cli 0.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/qeetgroup/qeet-cli/releases/download/v0.1.3/qeet-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/qeetgroup/qeet-cli/releases/download/v0.1.3/qeet-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install qeetgroup/tap/qeet

Download qeet-cli 0.1.3

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