xsil v0.2.9
xsil v0.2.9
release(cli): 0.2.9 — fix demo-mode test failure + repo URL validation
Installation
Download the binary for your platform, extract it, and place xsil in your $PATH.
| Platform | File |
|---|---|
| Linux x86_64 (static) | xsil-x86_64-unknown-linux-musl.tar.gz |
| Linux ARM64 (static) | xsil-aarch64-unknown-linux-musl.tar.gz |
| macOS Intel | xsil-x86_64-apple-darwin.tar.gz |
| macOS Apple Silicon | xsil-aarch64-apple-darwin.tar.gz |
| Windows x86_64 | xsil-x86_64-pc-windows-msvc.zip |
Verify your download:
sha256sum -c SHA256SUMS.txtThe Linux musl binaries are fully static — no glibc or OpenSSL
dependencies required. They run on any Linux distribution ≥ kernel 3.2.