Reply 80 of 86, by wierd_w
It's basically steamos.
Arch with image based rootfs, with kde desktop, and steam in game mode.
I have it installed on my gpdwin4 'faux deck'.
By default it uses btrfs with zstd compression turned on at compression level 1, zram, and pals. Has handheld daemon controller emulation and emudeck installed by default.
(Quite a bit of space savings can be had, by temporarily remounting the /home subvolume with -force-compress=zstd:15 , running "brtrfs filesystem defrag -czstd /home" with sudo, building then running BEES to block deduplicate the volume, and then running a full rebalance at the end. This is very hard on the SSD though. Lots of IO. But you can get approximately 50% more stuff crammed in. I have close to 3Tb of stuff installed on my 2Tb SSD.)
Being image based, everything has to be flatpak.
BEES can be built and run from the user storage, so it's able to get used that way.