Thanks for the writeup, I’ll have to give this a go sometime soon to see what the limitations are. 
It ought to be pretty useful on Ubuntu as well, possibly the main way to install ROS everywhere in the long run, because apt is incapable of installing all required packages even on tier 1 supported OSes.
I think we’re all familiar with how pip on Ubuntu 23 and onwards wisely refuses to install packages globally without an override flag, but as all but the most popular packages are missing on apt install python3-* the only resort is to run that override and mix dep managers which eventually devolves into conflicts. Goes without saying that rosdep can’t resolve these deps either, so it’s not a production option.
What does Pixi do in this case? I’d assume that it has to try and match the apt versions in the corresponding Ubuntu release for the ROS version, but what if there isn’t one?
Distribution coupling: Each ROS distribution (like ROS Noetic, Humble, or Jazzy) is tightly linked to a specific Ubuntu release, limiting OS flexibility.
How well does pixi resolve incompatibility issues that stem from the platform’s environment itself?
I ask because I’ve been using ROS One a whole lot lately, which is essentially Noetic modernized for 22.04 and 24.04, with all three being interoperable (even the md5sums match), and while that’s worked unexpectedly well so far, it’s mostly becuase there’s a team that releases patches for newer systems which probably isn’t the case for Pixi. There are still a few conceptual problems, like Gazebo 11 being non-existent on 24.04 since there’s no official release.
I presume Pixi faces the same kind of problem on Windows and Mac where the graphical UI is not X11 or Wayland, so Rviz/Gazebo/Turtlesim/etc. probably don’t run without some kind of emulation, what’s the approach there?
Install ROS on Linux, macOS, and Windows — without needing Docker or Ubuntu.
If ROS now fully runs on something as wildly incompatible as Windows without WSL2 then… does that mean we can finally run ROS on Android? Not that it would be of much practical use 