• v5.0.0 a1451d1747

    v5.0.0 — SELF-HOSTING: Koder compiles to native ELF!
    Some checks are pending
    CI / build-and-test (push) Waiting to run
    Stable

    root released this 2026-03-16 11:15:17 -03:00 | 131 commits to main since this release

    Koder v5.0.0 — Self-hosting Achieved!

    Koder can now compile its own source code to native x86_64 ELF binaries.

    Full pipeline running entirely in Koder:

    source → tokenize → parse → compile → native x86_64 ELF binary
    

    koder_compile_native("puts 42", "/tmp/output") generates a 180-byte standalone executable.

    Self-hosted bootstrap: 3392 lines

    • 100+ language features
    • 100+ built-in methods
    • 50+ stdlib modules (all implemented)
    • Native x86_64 ELF code generation
    • 11/11 bootstrap tests

    Rust workspace

    • 21 crates, ~95K+ lines, 3124 tests
    Downloads