mvx 0.1.0
mvx 0.1.0
π 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.1.0/mvx-linux-amd64 -o mvx
chmod +x mvx
# macOS x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.1.0/mvx-darwin-amd64 -o mvx
chmod +x mvx
# Windows x64
curl -fsSL https://github.com/gnodet/mvx/releases/download/v0.1.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.1.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