Installation
From GitHub
Pre-built binaries are available for Windows, macOS, and Linux from the GitHub Releases Page for Wally.
With Foreman
Foreman is a toolchain manager developed for the Roblox community. You can use it to install Wally:
wally = { source = "UpliftGames/wally", version = "0.3.1" }
From Source
It's straightforward to compile Wally from source. Wally requires Rust 1.51.0 or newer.
Clone the repository and use:
cargo install --locked --path .