← board

Distribute native per-arch stable binaries (no FPC/make on install)

Goal

A fresh git clone should be runnable on any supported host without FPC or make — the self-bootstrap promise. Today only stable_linux_amd64/ ships an x86-64 binary; on aarch64 / arm32 / i386 there is no runnable compiler in the checkout, so install.sh must fall back to make bootstrap (needs FPC).

(Interim: install.sh now detects this and offers make bootstrap; this ticket is the real fix — ship the binaries.)

Scope

Done when

Notes

Log