Skip to content

0.2.4 - 2026-08-28

Choose a tag to compare

@github-actions github-actions released this 28 Aug 09:54
13e8fe4

Release Notes

Added

  • Installers, and a Homebrew tap. A release carried platform archives and
    nothing to install them with: you had to find the right .tar.xz, check its
    hash, unpack it and put the binary on PATH by hand. Shell and PowerShell
    installers now ship alongside the archives, and a formula lands in
    build198x/homebrew-tap
    (#31):

    brew install build198x/homebrew-tap/build198x
    

    The tool itself is unchanged — this release is how you get it, not what it
    does.

Other

  • mediaspec198x now tags and cuts its own release, and the binary release run
    answers only to build198x-v* tags
    (#30). Nothing changes for
    this tool; a spec release can no longer start a CLI release.

Install build198x 0.2.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/build198x/build198x/releases/download/build198x-v0.2.4/build198x-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install build198x/tap/build198x

Download build198x 0.2.4

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