Download Ferrite

Get the latest precompiled binaries for your system.

🪟

Windows

Requires Windows 10/11 (64-bit)

Download Setup .exe
🍏

macOS

Apple Silicon (M1/M2/M3) & Intel

brew install vishwanathdvgmm/tap/ferrite
🐧

Linux

Ubuntu, Fedora, Arch, etc.

curl -fsSL https://ferrite-lang.org/install.sh | sh

Build from Source

Require a custom build? Make sure you have the Rust toolchain installed.

git clone https://github.com/vishwanathdvgmm/ferrite.git
cd ferrite
cargo build --release