Redox OS - an OS built entirely out of Rust

ChiefSinner@lemm.ee to Linux@lemmy.ml – 242 points –
redox-os.org

This isn't Linux, but Linux-like. Its a microkernel built from the rust programming language. Its still experimental, but I think it has great potential. It has a GUI desktop, but the compiler isn't quite fully working yet.

Has anyone used this before? What was your experience with it?

Note: If this is inappropriate since this isn't technically Linux, mods please take down.

98

You are viewing a single comment

Now imagine the new COSMIC desktop environment in Rust on Redox, that would be great

Probably inevitable considering Jeremy Soller is the lead dev on Redox while also currently contributing to COSMIC.

To be honest, I'm surprised COSMIC isn't the default, but it's likely due to display server stuff that isn't part of Redox (Wayland, etc.).

Why would that be great? It's so weird that people care this much about what language their OS is written in...

Rust is a memory-safe language. So in this case, it could result in more stable software.

I personally like rust, so I get excited when cool things are done with it because each one makes rust just that much bigger, which leads to it being made that much better.

I see projects like that as more of a statement that "rust can do it" than anything.

I want the newest, best software. Is that uncommon? Modern rewrites are often much better than their age-old counterparts since the tech got better over time, compare for example grep vs ripgrep, or find vs fd. The rewrites are much faster and user-friendlier

Memory corruption bugs account for a majority of cve's in the linux kernel