Skip to content

v0.13.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 03:53
· 3 commits to main since this release

Install

# One-line install (auto-detects GPU, pinned to this release)
curl -fsSL https://raw.githubusercontent.com/utensils/mold/v0.13.1/install.sh | MOLD_VERSION=v0.13.1 sh

# From crates.io (CPU-only, no GPU acceleration)
cargo install mold-ai

# From source with GPU support
cargo install --git https://github.com/utensils/mold --tag v0.13.1 --features metal,preview,discord,expand,tui,webp,mp4,metrics  # macOS
cargo install --git https://github.com/utensils/mold --tag v0.13.1 --features cuda,preview,discord,expand,tui,webp,mp4,metrics   # Linux

# Nix
nix run github:utensils/mold/v0.13.1

Download pre-built binaries

Platform GPU File
macOS Apple Silicon Metal mold-aarch64-apple-darwin.tar.gz
Linux x86_64 CUDA — RTX 40-series (Ada) mold-x86_64-unknown-linux-gnu-cuda-sm89.tar.gz
Linux x86_64 CUDA — RTX 50-series (Blackwell) mold-x86_64-unknown-linux-gnu-cuda-sm120.tar.gz

What's Changed

  • fix(nix): expose libstdc++ during completion install by @jamesbrink in #337

Full Changelog: v0.13.0...v0.13.1