We recently added ChromeOS support to distrobox:
which means you can now run UI apps from many Linux distros in the penguin environment. With just a few short commands (after you upgrade to bookworm, install podman and the git version of distrobox):
distrobox create -r -i fedora:38
distrobox enter -r fedora-38
sudo dnf install -y gnome-calculator
gnome-calculator
you can now run UI apps from many distros.
Just thought some might find this interesting or useful.