Tools and languages for systems and ML engineering.
A self-hosted bare-metal systems programming language. Single-pass SSA IR
backend, graph-coloring register allocation, no LLVM, no assembler.
Cross-platform fat binaries (Linux / macOS / Windows / Android × x86_64 /
arm64) in a single .krbo. Designed for kernel and driver development.
A sibling language for ML systems work. Shares KernRift's compiler core
and adds GPU/HIP support and ML-oriented runtime. Used to run llama-1b
and Qwen3 inference directly from .mlr source.
Pre-built bootstrap binaries used to build KernRift from source on a clean machine.
Created and maintained by Pantelis Christou.