Skip to content

mvx 0.7.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 07:29
· 78 commits to main since this release
18c4187

mvx 0.7.0

๐Ÿš€ 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.7.0/mvx-linux-amd64 -o mvx
chmod +x mvx

# macOS x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.7.0/mvx-darwin-amd64 -o mvx
chmod +x mvx

# Windows x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.7.0/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.7.0/checksums.txt
sha256sum -c checksums.txt

๐Ÿ“‹ What's New

  • Universal build environment bootstrap tool
  • Zero-dependency installation via wrapper scripts
  • Cross-platform support (Linux, macOS, Windows)
  • Multi-architecture support (amd64, arm64)
  • Tool management for Java, Maven, Node.js, Python, and more
  • Project-specific environment configuration