@nprofile1q... How often are things built with official binaries?
There have been a few attempts to solve this, notably nixpkgs and guix bootstrap their entire systems from source, with the only binary being under 1kib. self-hosting languages provide a problem though.
aiui guix tries a bit harder to solve that problem, e.g. their rust is bootstrapped from mrustc and many stages of rustc versions.