Faust Downloads

Faust comes in many different forms and it can be confusing to know what to install to start using this tool. We recommend you to have a look at the overview of the Faust universe section of the Faust manual. That being said, most of the features of Faust are accessible through the

>> Faust Web IDE <<

so we recommend most people to use this tools which doesn't require any installation. Now, if you really wish to have a local version of Faust on your system, this page should give you an overview of the options that you have.

Faust Compiler & libfaust

Windows

MacOS

Linux

Building Faust from the Source

Alternatively, you might want to build Faust from scratch. For that you can either get the latest release of the Faust source or clone it from our GitRepo. Build instructions are available here.

FaustLive

FaustLive is an "on-the-fly" compiler for Faust (see the overview of the Faust universe for more information) allowing us to instantly run Faust programs.

Windows

MacOS

Linux

Building FaustLive from the Source

Alternatively, you might want to build FaustLive from scratch. For that you can either get the latest release of the FaustLive source or clone it from our GitRepo.

Faustgen

Faustgen is a Max/MSP object to compile Faust code dynamically (see the overview of the Faust universe for more information).

Windows

MacOS

FaustWorks

FaustWorks is an IDE for the Faust compiler. It is not actively maintained and you should use Faust WEB IDE instead. The source code is available from the FaustWorks github repository