Skip to content
Compiler surface is still evolving. Expect breaking changes.

Installation

Terminal window
curl -fsSL https://raw.githubusercontent.com/Ferret-Language/Ferret/refs/heads/main/installers/install.sh | bash
Terminal window
ferret --help

You need Go in PATH.

Terminal window
git clone https://github.com/Ferret-Language/Ferret.git
cd Ferret/compiler
./build.sh

Windows:

Terminal window
cd compiler
build.bat

Build artifacts are written under build/core and build/toolchain.

Terminal window
ferret run main.fer