CharlotteOS – An Experimental Modern Operating System

ementally | 170 points

This is probably a better introduction it seems, than specifically the kernel of the OS: https://github.com/charlotte-os/.github/blob/main/profile/RE...

> URIs as namespace paths allowing access to system resources both locally and on the network without mounting or unmounting anything

This is such an attractive idea, and I'm gonna give it a try just because I want something with this idea to succeed. Seems the project has many other great ideas too, like the modular kernel where implementations can be switched out. Gonna be interesting to see where it goes! Good luck author/team :)

Edit: This part scares me a bit though: "Graphics Stack: compositing in-kernel", but I'm not sure if it scares me because I don't understand those parts deeply enough. Isn't this potentially a huge hole security wise? Maybe the capability-based security model prevents it from being a big issue, again I'm not sure because I don't think I understand it deeply or as a whole enough.

embedding-shape | 2 days ago

I love seeing projects in this space! Non-big-corp OSSes have been limited to Linux etc; would love to explore the space more and have non-Linux, non-MS/Apple options. For example, Linux has these at the core which I don't find to be a good match for my uses:

  - Multi-user and server-oriented permissions system.
  - Incompatible ABIs
  - File-based everything; leads to scattered state that gets messy over time.
  - Package managers and compiling-from-source instead of distributing runnable applications directly.
  - Dependence on CLI, and steep learning curve.
If you're OK with those, cool! I think we should have more options.
the__alchemist | 2 days ago

So, what's modern about it? "novel systems like Plan 9" is quite funny because Plan 9 is 30 years old.

ofrzeta | 2 days ago

It's comforting to see that capabilities with mandatory access control have become the new normal.

kragen | 2 days ago

> GPLv3 or later (with proprietary driver clarification)

What's that parenthetical mean?

jancsika | 2 days ago

I’m very happy I’m seeing more open source kernels being released.

More options (and thus) competition is very healthy.

not4uffin | 2 days ago

Written in Rust. Hmm.

SerenityOS is written in C++.

I'd love some kind of meta-language that is easy to read and write, easy to maintain - but fast. C, C++, Rust etc... are not that easy to read, write and maintain.

shevy-java | 2 days ago

How does this compare to SerenityOS? At a glance, it looks more modern and free from POSIX legacy?

ForHackernews | 2 days ago

Interesting, and kudos for trailing other paths, and not being yet another POSIX clone.

pjmlp | 2 days ago

Modern operating system, ready to face challenges of today political landscape, should natively support "hidden" encrypted containers, that is you would log in to completely different, separate environment depending on password. So that when under threat could disclose a password to an environment you are willing to share and attacker would have no way of proving there is any other environment present.

varispeed | 2 days ago