Skip to content

Installation

Terminal window
curl -fsSL https://ferret.brainbird.org/install.sh | sh
Terminal window
ferret --version

If you want to build Ferret yourself, you need Go and a C compiler available on the machine.

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

Windows:

Terminal window
scripts\build.bat
Terminal window
ferret yourfile.fer