Compiler distribution
Install Freelang.
Use the archive for your host, verify the published checksum, and keep the compiler together with its signed sidecars.
Evaluation compiler
The current public evaluation release is v6.11.1-compiler.1. It contains standalone compilers for macOS ARM64, macOS x86-64, Linux x86-64 and Windows x86-64. The release page publishes checksums and signing evidence.
Builder's Kit compiler
The commercial archive is delivered for an exact entitled release. Extract the archive as a unit. Do not separate or replace its compiler, broker or sidecars. The compiler verifies the authority origin and vendor public key sealed into the release.
# after downloading the archive and SHA256SUMS.txt
shasum -a 256 -c SHA256SUMS.txt
# the exact executable name is listed in the release manifest
./freelang-compiler --help
Online authorization
A software-only installation verifies online for every compiler invocation. Parallel compiler processes on one workstation share a bounded local broker session. Independent CI workers require separately purchased worker authority.
Supported hosts
| macOS | ARM64 and x86-64; Developer ID signed and notarized. |
|---|---|
| Windows | x86-64; publicly signed with timestamped evidence. |
| Linux | x86-64; checksum and build evidence supplied. |