Download Sailfin

Get the Sailfin compiler and toolchain for your platform.

Stable: v0.6.0

Quick Install

The fastest way to get started. Detects your platform and installs automatically.

Linux & macOS

curl -fsSL https://raw.githubusercontent.com/SailfinIO/sailfin/main/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/SailfinIO/sailfin/main/install.ps1 | iex

All Downloads — v0.6.0

Every asset for the current stable release.

File OS Arch Size SHA256
sailfin_0.6.0_linux_x86_64.tar.gz Linux x86_64 2.2 MB 57cf7306dbe5c70e04f9418d2723a76131e1029f09b83d76af2176e2c24ec00a
sailfin_0.6.0_macos_arm64.tar.gz macOS ARM64 2.2 MB f0abf890244ce13a3086e2f4588709c28708c815735a6ad65c91f8fa21095717
sailfin_0.6.0_windows_x86_64.tar.gz Windows x86_64 1.9 MB b7f7f631d55ca7bc7b2ee9752b0eae9fe09cc6cc1688228471d153fe70d0cbaa

Build from Source

Clone the repository and build the self-hosted compiler via LLVM. Requires LLVM 17+, clang, and make.

git clone https://github.com/SailfinIO/sailfin.git && cd sailfin && make compile && make install

See the full build instructions for prerequisites and troubleshooting.