Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mvx 0.12.4

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Nov 07:30
909c77c

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 version

Direct 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