Installation¶
Install Script¶
Install macvmtop with:
The script supports macOS guests on Apple Silicon and Intel Macs.
Install behavior:
- It first tries to install a prebuilt release archive from GitHub Releases.
- If no release archive exists for the current architecture, it falls back to
cargo install --git https://github.com/wu-hongjun/macvmtop.git --locked. - The source-install fallback requires Rust and Cargo.
Set MACVMTOP_INSTALL_DIR to choose the install directory for prebuilt release
archives:
Cargo fallback installs to Cargo's configured binary directory, usually:
Build From Source¶
The release binary will be written to:
Verify¶
Update¶
Check for a newer release:
Update to the latest release:
This runs the same hosted installer:
If the custom-domain installer is temporarily unavailable, macvmtop update
falls back to the install script in the GitHub repository.