this post was submitted on 04 Sep 2026
88 points (85.5% liked)

Linux

67647 readers
553 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

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.)

you are viewing a single comment's thread
view the rest of the comments
[–] gary_host_laptop@lemmy.ml 5 points 1 week ago (1 children)

wdym about hard? this is to achieve immutability plus kernel efficiency improvements.

[–] Sanctus@anarchist.nexus 2 points 1 week ago (1 children)

I just see all these derivatives and everyone saying "to make arch more accessible and easy". I just dont get it I guess.

[–] gary_host_laptop@lemmy.ml 5 points 1 week ago (1 children)

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.

[–] yxc999@lemmy.ml 2 points 1 week ago

Jup, you got it right, the "easier and accessible" part just arises as a byproduct of making Arch atomic. By nature this will make the install pre-configured and thus easier to get into even if this isn't even the goal but rather just stability and peace of mind.