Download Sailfin

Get the Sailfin compiler and toolchain for your platform.

Stable: v0.5.1

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.5.1

Every asset for the current stable release.

File OS Arch Size SHA256
sailfin_0.5.1_linux_x86_64.tar.gz Linux x86_64
sailfin_0.5.1_macos_arm64.tar.gz macOS ARM64
sailfin_0.5.1_windows_x86_64.tar.gz Windows x86_64

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.