We're happy to announce #Lix 2.95 "Kakigōri" is now available.

This version brings a wide range of improvements, including numerous bug fixes, reduced technical debt, and quality-of-life enhancements. You'll also notice better performance when working with certain large dependency graphs. Flakes and RPC are still key areas we are working on.

For the full list of changes, check out our blog post!
https://lix.systems/blog/2026-03-25-lix-2.95-release/

#Nix #NixOS

Announcing Lix 2.95 “Kakigōri”

We at the Lix team are proud to announce our sixth major release, version 2.95 “Kakigōri”. This release focuses on long-awaited bugfixes, quality-of-life improvements, documentation, performance improvements and continued integration of Lix with the Cap’n’Proto remote procedure call runtime to replace the previous bespoke implementation.

Lix
@lix_project nice! Do you plan to use capnproto from Rust? (Or already do?)

@louis In terms of Rust, our first plans involves rather to use FFI techniques to bring Rust to the codebase rather than use Cap'n'Proto from Rust right away.

You can follow the overall progress publicly here: https://zulip.lix.systems/#narrow/channel/15-Rust (our most active area of work is using cxx properly right now).

Public view of Lix project | Zulip team chat

Browse the publicly accessible channels in Lix project without logging in.

Zulip
@lix_project yeah CXX is great! I’m asking because I/we’ve tried to use capnproto from Rust a couple years ago and the conclusion was that the existing rust implementation was completely unusable: it puts you back into having to deserialize everything as opposed to being able to directly use the wire format in a zero copy fashion.
@louis @lix_project thanks for the notice, this is good to know. So far there has been almost zero Rust code, but the plan is to use both CXX and Cap'n Proto where it makes sense to migrate away from C++
@louis @lix_project that's interesting feedback, I guess if we get there, we will probably consider owning the cap'n'proto library as well if needed