@uutils

484 Followers
10 Following
95 Posts

Reimplementing key part of operating systems in Rust

Account managed by Sylvestre Ledru

https://uutils.github.io/

Githubhttps://github.com/uutils/
Rust Coreutilshttps://github.com/uutils/coreutils
Rust findhttps://github.com/uutils/findutils/
Websitehttps://uutils.github.io/

uutils findutils 0.9.0 is out! 🦀

We now have early `locate` and `updatedb`, because apparently finding files with `find` was not confusing enough!

Also: `-ok/-okdir`, better `xargs`, benchmarks, and 83.28% GNU test suite compatibility.

https://github.com/uutils/findutils/releases/tag/0.9.0

Release 0.9.0 · uutils/findutils

📦 Findutils 0.9.0 Release: We are thrilled to announce the release of Findutils 0.9.0! This release is a major milestone: it introduces the first implementations of locate and updatedb, bringing th...

GitHub
Help wanted: https://www.wikidata.org/wiki/Q137886466 needs updating, and uutils deserves its own page. Think of it as `echo "content" > wiki_page && edit wikidata`.
uutils coreutils

a rust rewrite of the GNU software core utils.

When your side COVID hobby project to learn Rust ends up behind Microsoft’s CEO @satyanadella at Build 2026…

Maybe you did something right? 😅

Great moment for Uutils, Rust, and open source!

https://www.youtube.com/live/5-BQsmVOk_g?si=NOLsmj389xrk3zzH&t=587
https://github.com/microsoft/coreutils

Issues · uutils/grep

A Rust implementation of GNU Grep. Contribute to uutils/grep development by creating an account on GitHub.

GitHub

As part of shipping Coreutils for Windows, Microsoft contributed `grep` to uutils: https://github.com/uutils/grep/

You can already try it in the uutils playground — banana included 🍌
https://uutils.github.io/playground/?cmd=printf%20%27%F0%9F%8D%8E%20apple%5Cn%F0%9F%8D%8C%20banana%5Cn%F0%9F%8D%92%20cherry%5Cn%F0%9F%A5%9D%20kiwi%5Cn%27%20%7C%20grep%20%F0%9F%8D%8C

Issues · uutils/grep

A Rust implementation of GNU Grep. Contribute to uutils/grep development by creating an account on GitHub.

GitHub

Exciting to see Microsoft using uutils as the basis for Coreutils for Windows.

https://github.com/microsoft/coreutils

https://www.theverge.com/news/941314/microsoft-windows-11-developer-optimized-experience-linux

Bringing cross-platform, Rust-based coreutils to more developers is exactly why this project exists: familiar Unix tools, native performance, and excellent implementation foundations.

Welcome, Windows developers 👋

GitHub - microsoft/coreutils at sredevops.org

Coreutils for Windows: Installer & Packaging. Contribute to microsoft/coreutils development by creating an account on GitHub.

GitHub
54 people contributed to this release!

uutils coreutils 0.9.0 is out!

This release brings, once more, GNU compatibility fixes, performance improvements, platform support enhancements, and continued progress toward a fully Rust-powered coreutils implementation.

A huge thanks to all contributors who helped make this release happen. ❤️

Release notes: https://github.com/uutils/coreutils/releases/tag/0.9.0

Security advisories: https://github.com/uutils/coreutils/security/advisories for the previous releases!

#RustLang #Linux #OpenSource #coreutils

Release 0.9.0 · uutils/coreutils

Rust Coreutils 0.9.0 Release: We are excited to announce the release of Rust Coreutils 0.9.0 - a release focused on safety and security. This cycle was shaped by a third-party security audit, drivi...

GitHub

Ubuntu 26.04 LTS just shipped with uutils Coreutils 🚀

A huge milestone: Rust-based core utilities are now the default for most commands, after a full cycle of real-world testing, security audits and terrific collaborations!

Excited by what’s next!

Today the #Ubuntu Foundations team posted an update on our progress toward 100% uutils coreutils adoption in Ubuntu.

As we stand for the release of 26.04 LTS, all utils except `cp`, `mv` and `rm` will be using uutils by default, with those remaining to be moved across early in the 26.10 cycle.

I'd like to acknowledge the huge amount of work that @sylvestre and the wider @uutils project put into this, and the collaboration with us and our partners on the security auditing and fixes.

Onwards!

https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/80773

#Ubuntu #Rust

An update on rust-coreutils

This is a follow-up to Jon’s original post on Carefully (but purposefully) oxidising Ubuntu and Julian’s migration spec for 25.10. We promised transparency throughout this process, and this post is written in that spirit. What happened after the announcement Following the decision to adopt rust-coreutils, we got to work. Any package shipped by default in Ubuntu must be promoted to Ubuntu Main, which requires passing a thorough security review. We quickly assembled an internal team spanning Ubun...

Ubuntu Community Hub