Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Install Fuzion

To install the fuzion compiler on your machine there are two options.

Option 1: Prebuilt tar archive

  1. Download latest release from https://github.com/tokiwa-software/fuzion/releases/
  2. Extract the archive e.g. at ~/fuzion/

Option 2: Build fuzion from source

  1. Install GNU make
  2. Clone https://github.com/tokiwa-software/fuzion
  3. Running make all should produce a directory 'build' which you will need in the next step.

Congrats, that's it! You are ready to run your first fuzion code!

Optional: C Backend

If you would like to use the C Backend make sure to install clang 11 or higher.