EXE
WinGet
KernRift
Pantelis Christou · v2.8.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
krc-windows-arm64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Pantelis23.KernRift
Version
v2.8.0
Description
Self-hosted bare-metal systems programming language and compiler
License
MIT
↗
Release Notes
SSA IR backend is now the default codegen
The new SSA-based IR backend with graph coloring register allocator is now the default for x86_64 code generation. The old stack-based codegen is available via --legacy.
What's new
- SSA IR backend — full language coverage (237/237 IR tests, 310/310 total)
- Graph coloring register allocator — interference-based with liveness analysis
- Bootstrap convergent — the compiler self-compiles through IR at 1.33 MB
- --legacy flag — opt into old codegen if neede…