I made a lot of progress with simplifying the devkit. It now ships without the rust components that caused the original complexity. If devs want to build WASM apps, they can easily get the full repo with git and handle setting up rust. For everyone else there are agent instructions (on pixieos.io) with a single script tested on windows and mac. Maybe give the devkit another try and have the ol clanker tour around. Remind the clanker to use the built in agent tools. It would be helpful to see where the latest frictions are so I can fix them. The UI layers might be heavily customizable if we can separate them cleanly. The core APIs would need to stay consistent so that apps can run and talk with each other. The OS is already pretty customizable if you work within the existing app extension system. You can build apps that, when installed, bring their own OS-like services that, even when closed, they can provide to other apps. I’m looking for ways to make it all more customizable and extensible.