• v6.2.0 588503a2fe

    v6.2.0 — FULL SELF-HOSTING: All Rust code removed
    Some checks failed
    CI / build-and-test (push) Waiting to run
    GitHub Mirror / mirror (push) Has been cancelled
    Stable

    root released this 2026-03-20 12:47:51 -03:00 | 47 commits to main since this release

    The Koder programming language is now 100% self-hosted.

    Zero Rust dependencies. 110K lines of Rust deleted.

    • Deleted crates/ directory (20 Rust crates)
    • Deleted Cargo.toml, Cargo.lock
    • koder binary built from Koder source
    • Bootstrap binary from v6.1.0
    • All 73 backlog tickets completed

    Build

    make bootstrap  # one-time
    make build      # compile from Koder source
    
    Downloads