Disclaimer: I have no affiliation to the project or to the people working on it.
Some links in case anyone’s interested to check it out for themselves:
In case anyone's wondering where my interest is coming from...
Long story short: after trying out NixOS within a VM and being positively surprised by how smooth-sailing it has been (so far), I got pretty much carried away by my (over)confidence to explore even deeper waters. After crawling out of the umpteenth rabbit hole, I concede to have been most intrigued by rde.
Basically, if my understanding is correct, rde is an attempt to bridge the gap between Guix System and NixOS. For example: Guix Home, which is basically Guix’ home-manager, originated from rde.
Furthermore, I find it particularly noteworthy how it’s stateless by default. Which, IIUC, is absolutely not trivially done on Guix System. Simply, because Guix System doesn’t have something akin to the impermanence module found on NixOS.
I’m sure there’s a lot more I could delve into, but I’ll keep it at that for the sake of brevity.


Hi, how it works is that RDE is like a big guix configuration. So it makes like a superset of Guix System.
So it can be considered a distro based on Guix if you want, although its just Guix with a channel on the technical side.