Install MVL¶
Quick Install¶
This installs the mvl binary to ~/.mvl/bin/ and adds it to your PATH.
Manual Install¶
Download the latest release for your platform from GitHub Releases:
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | mvl-aarch64-apple-darwin.tar.gz |
| macOS | Intel | mvl-x86_64-apple-darwin.tar.gz |
| Linux | x86_64 | mvl-x86_64-unknown-linux-gnu.tar.gz |
Extract and add to PATH:
From Source¶
Requires Rust (stable toolchain):
Verify Installation¶
Editor Support¶
MVL provides an LSP server for editor integration:
Configure your editor to use mvl lsp as the language server for .mvl files.