mvx 0.12.4
π What's New
π Bug Fixes
- Fix system tool (#65)
Full Changelog: v0.12.3...v0.12.4
π Installation
Using the wrapper (recommended):
curl -fsSL https://raw.githubusercontent.com/gnodet/mvx/main/install-wrapper.sh | bash
./mvx versionDirect download:
# Linux x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.12.4/mvx-linux-amd64 -o mvx
chmod +x mvx
# macOS x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.12.4/mvx-darwin-amd64 -o mvx
chmod +x mvx
# Windows x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.12.4/mvx-windows-amd64.exe -o mvx.exeπ¦ Assets
| Platform | Architecture | Binary | Checksum |
|---|---|---|---|
| Linux | x64 | mvx-linux-amd64 |
mvx-linux-amd64.sha256 |
| Linux | ARM64 | mvx-linux-arm64 |
mvx-linux-arm64.sha256 |
| macOS | x64 | mvx-darwin-amd64 |
mvx-darwin-amd64.sha256 |
| macOS | ARM64 | mvx-darwin-arm64 |
mvx-darwin-arm64.sha256 |
| Windows | x64 | mvx-windows-amd64.exe |
mvx-windows-amd64.exe.sha256 |
π Verification
Verify checksums:
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.12.4/checksums.txt
sha256sum -c checksums.txt