Skip to content

Releases: softwareworkercom/byo

v0.0.10

30 May 05:41

Choose a tag to compare

BYO CLI

Self-contained binaries are attached below for Windows, macOS (Apple Silicon), and Linux (x64 + arm64). No .NET SDK required.

Install (one-liner)

macOS / Linux

curl -fsSL https://github.com/softwareworkercom/byo/releases/latest/download/install.sh | bash

Windows (PowerShell)

iwr -useb https://github.com/softwareworkercom/byo/releases/latest/download/install.ps1 | iex

The installers detect your OS/architecture, download the matching binary, verify its SHA256 checksum, and add it to your PATH.

Manual install

  1. Download the archive for your platform from the Assets below:
    • byo-<version>-win-x64.zip
    • byo-<version>-linux-x64.tar.gz
    • byo-<version>-linux-arm64.tar.gz
    • byo-<version>-osx-x64.tar.gz
    • byo-<version>-osx-arm64.tar.gz
  2. Extract it and place the byo (or byo.exe) binary on your PATH.
  3. (Optional) Verify the download against SHA256SUMS.txt.

Verify

byo --help
byo --version

Supported platforms

OS Architectures
Windows x64
macOS x64 (Intel), arm64 (Apple Silicon)
Linux x64, arm64

See docs/release-and-distribution.md for upgrade, rollback, and version pinning details.

What's Changed

  • Add tag-driven release workflow, installers, and distribution docs for byo CLI by @Copilot in #2

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: https://github.com/softwareworkercom/byo/commits/v0.0.10