Download Sailfin

Get the Sailfin compiler and toolchain for your platform.

Stable: v0.8.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.8.0

Every asset for the current stable release.

FileOSArchSizeSHA256
sailfin_0.8.0_linux_x86_64.tar.gzLinuxx86_643.9 MBb3df24d3182df91ba83769e1987bf7810cf94bbe90c8f533781c398def93372b
sailfin_0.8.0_macos_arm64.tar.gzmacOSARM643.8 MB91ff80b0b2119cbf0aba20b6da2f4a26e8c59d47c1092e41ae0aa627807d103d
sailfin_0.8.0_windows_x86_64.tar.gzWindowsx86_643.4 MBdc96d04bd3693b85c6f1a1c211a71187e3b2e896827cafd181bc788e0d2cdb55

Build from Source

Clone the repository and build the self-hosted compiler via LLVM. Requires bash, make, jq, LLVM tools, clang, and OpenSSL development libraries.

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

See the full build instructions for prerequisites and troubleshooting.