special sponsors
Building
You can easily build Lando from source with our helpful yarn
scripts.
Cross compiling is not currently supported!
Due to an upstream restriction imposed on us by pkg, we cannot currently cross compile.
# Build the Lando CLI binary
yarn run pkg:cli
# Navigate to the prebuilt binaries
cd dist/cli
# Build the Lando installer.
yarn run pkg:full
# Navigate to the prebuilt installers
cd dist