Releases: softwareworkercom/byo
Releases · softwareworkercom/byo
v0.0.10
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 | bashWindows (PowerShell)
iwr -useb https://github.com/softwareworkercom/byo/releases/latest/download/install.ps1 | iexThe installers detect your OS/architecture, download the matching binary, verify its SHA256 checksum, and add it to your PATH.
Manual install
- Download the archive for your platform from the Assets below:
byo-<version>-win-x64.zipbyo-<version>-linux-x64.tar.gzbyo-<version>-linux-arm64.tar.gzbyo-<version>-osx-x64.tar.gzbyo-<version>-osx-arm64.tar.gz
- Extract it and place the
byo(orbyo.exe) binary on yourPATH. - (Optional) Verify the download against
SHA256SUMS.txt.
Verify
byo --help
byo --versionSupported 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