Automated nightly build from 0200065 on 2026-09-08, tested against the full oracle suite (three.js and pixi.js milestones included).
Each zip is the bronze compiler plus the runtime libraries it links into compiled programs — unzip anywhere and run bronze build app.js -o app. It also carries the shared runtime (bronze_runtime_shared) that --emit-shared loadable modules link against, with the embed API headers under include/, for hosts that load compiled modules. A system linker is required (Windows: MSVC's link.exe; Linux/macOS: clang++ or g++).