Docs
Installation

Install with Foreman (recommended)

Foreman (opens in a new tab) is a toolchain manager for Roblox tools. You can configure Foreman to install Mantle with the following foreman.toml config:

foreman.toml
[tools]
mantle = { source = "blake-mealey/mantle", version = "<version>" }

You can check for the latest Mantle version on the releases (opens in a new tab) page.

This is the recommended method as it enables consistent version management across your team, provides better interop with other tools, and makes using Mantle in CI environments (especially GitHub Action) simpler.

If you need help installing Foreman, check out the Getting Started guide.

Manually download from releases (simplest)

You can download prebuilt binaries from the latest release (opens in a new tab).