We don't have an official release of Flight yet, however, if you would like to give it a try, feel free to follow the steps below to build from source.
Prerequisites: Git, Yarn and/or NPM, NodeJS.
- Clone the github repository using the Github CLI.
> git clone https://github.com/flightpkg/flight
- cd into the
flight
directory.
> cd flight
- Build the project into the
dist
directory.
> go build -o dist
- cd into the
dist
directory.
cd dist
Windows:
------------
> flight.exe
Linux/Unix
------------
> ./flight
This project is licensed under Apache-2.0 - see the LICENSE.md file for details.