DOWNLOADpermalink


The recommended way to install Flat is with Flat's package manager Airship. You can download a native binary for Airship for your OS below, or you can download the node airship.js script file and run it directly with node 14 or later.

Once you have downloaded Airship, you can continue on with the installation steps below.

Loading...

INSTALLATIONpermalink


Pre-requisitespermalink

  • Java Runtime 1.8 or later why Java?
  • Maven why Maven?
  • Git why Git?

Prepare executable for execution permalink

  • Windows: The executable requires no preparation.
  • Mac: Give the executable permission to run: chmod +x airship-macos
  • Linux: Give the executable permission to run: chmod +x airship-linux

Run the setup commandpermalink

  • Windows: Run ./airship-win.exe setup
  • Mac: Run ./airship-macos setup
  • Linux: Run ./airship-linux setup

After the installer has finished, you are ready to write your first program.

POSTS DOCUMENTATION