sCode Build GuideNATIVE LANGUAGE / RUNTIME
Current 2026-09-10 package

Build sCode on a supported native seed.

The current package keeps authoritative source in .sC and uses a native stage-0 seed to construct a distribution.

Linux x86-64

Extract the archive, enter the top-level sCode folder and run:

chmod +x BUILD_LINUX.sh
./BUILD_LINUX.sh

The build script runs preflight checks, selects the native stage-0 seed for the machine architecture, creates a distribution under dist/, calculates SHA-256 hashes, and runs a hello-world smoke test.

Current validation boundary

Runtime-tested

Linux x86-64 stage-0 smoke test, deterministic repeated math/finite/runtime probes, current Groovebox compatibility probe, Linux x86-64 distribution build, staged install and native batch render.

Not runtime-tested in this release

macOS native stage-0, Windows native stage-0 and Linux ARM64 native stage-0. Cross-platform scripts remain included but are designed to fail explicitly when a verified native seed is unavailable.

I keep this distinction explicit: a build script existing is not the same thing as a platform I have actually runtime-tested.