• latest 82d4932459

    latest Stable

    despiegk released this 2026-05-19 21:23:02 +00:00 | 110 commits to development since this release

    Cross-platform lab binaries built on 2026-06-07.

    Downloads
  • v0.3.14 7c7cfdf72d

    v0.3.14 Stable

    despiegk released this 2026-02-27 10:37:01 +00:00 | 240 commits to main since this release

    Release v0.3.14 — Cargo version and git tag now aligned.

    See v0.3.5 release notes for full changelog of integrated features.

    Downloads
  • v0.3.5 cdae78d770

    v0.3.5 Stable

    despiegk released this 2026-02-27 10:31:48 +00:00 | 242 commits to main since this release

    What's New

    New Modules

    • Kernel Builder (crates/os/src/kernel/): Linux kernel source management, building, and packaging with Rhai bindings
    • RootFS Builder (crates/os/src/rootfs/): Root filesystem building for Alpine and Ubuntu with Rhai bindings
    • Podman (crates/virt/src/podman/): Podman container management with builder pattern and Rhai bindings

    Fixes

    • Hetzner API: detect installation success when server reboots out of rescue mode
    • Git URL test assertions fixed to match clone_url() output
    • CI: added podman validation check in Rhai test runner

    Housekeeping

    • Consolidated all development branches into single integration
    • Cleaned up old branch references
    • All 438 unit tests passing
    Downloads