As the title and the website say, I’m currently making a distro with the goal that you don’t have to compromise between ease of use + safety and bleeding-edge + performance optimizations.
As I will likely be able to publish the 0.0.1 source code to the GitHub link and the ISO to the website sometime next week, I would like people to be aware of my project so I can have some feedback for further improvements when I release the first version. I have not posted this anywhere else yet, as I value the opinion of this community more than Reddit or whatever.
If you have any questions or any criticism, please voice it, I would love to hear it, good or bad, in the end I want to make a proper OS. (I’ll go to bed now so expect replies to take a few hours from posting.)


wdym about hard? this is to achieve immutability plus kernel efficiency improvements.
I just see all these derivatives and everyone saying “to make arch more accessible and easy”. I just dont get it I guess.
this is something else i guess, it’s not about UX but about how the system works kind of. i’m not exactly sure about how silverblue does it but think of it this way. not everything in your system needs to be mutable (your home dir does) so those parts are isolated and made immutable, the user cannot modify them, this helps to keep a more stable system. they can be changed when the system updates them , but it’s more like they are replaced and a one image is built rather than a modification if you will.