Download Latest Version coreutils-0.2.2-i686-pc-windows-msvc.zip (4.7 MB)
Email in envelope

Get an email when there's a new version of uutils coreutils

Home / 0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
coreutils-0.2.0-x86_64-apple-darwin.tar.gz 2025-09-06 5.4 MB
coreutils-0.2.0-aarch64-apple-darwin.tar.gz 2025-09-06 4.4 MB
coreutils-0.2.0-i686-unknown-linux-gnu.tar.gz 2025-09-06 5.8 MB
coreutils_0.2.0_i686.deb 2025-09-06 4.4 MB
coreutils-0.2.0-i686-unknown-linux-musl.tar.gz 2025-09-06 5.7 MB
coreutils-musl_0.2.0_i686.deb 2025-09-06 4.3 MB
coreutils-0.2.0-x86_64-unknown-linux-gnu.tar.gz 2025-09-06 5.6 MB
coreutils_0.2.0_amd64.deb 2025-09-06 4.2 MB
coreutils-0.2.0-x86_64-pc-windows-gnu.zip 2025-09-06 4.7 MB
coreutils-0.2.0-x86_64-pc-windows-msvc.zip 2025-09-06 4.8 MB
coreutils-0.2.0-i686-pc-windows-msvc.zip 2025-09-06 4.7 MB
coreutils-0.2.0-x86_64-unknown-linux-musl.tar.gz 2025-09-06 5.6 MB
coreutils-musl_0.2.0_amd64.deb 2025-09-06 4.2 MB
coreutils-0.2.0-aarch64-unknown-linux-gnu.tar.gz 2025-09-06 5.2 MB
coreutils_0.2.0_arm64.deb 2025-09-06 3.9 MB
coreutils-0.2.0-aarch64-unknown-linux-musl.tar.gz 2025-09-06 5.2 MB
coreutils-musl_0.2.0_arm64.deb 2025-09-06 3.9 MB
coreutils-0.2.0-aarch64-pc-windows-msvc.zip 2025-09-06 4.6 MB
coreutils-0.2.0-arm-unknown-linux-gnueabihf.tar.gz 2025-09-06 5.7 MB
coreutils_0.2.0_armhf.deb 2025-09-06 4.3 MB
coreutils-0.2.0-x86_64-unknown-redox.tar.gz 2025-09-06 5.0 MB
0.2.0 source code.tar.gz 2025-09-06 2.7 MB
0.2.0 source code.zip 2025-09-06 3.4 MB
README.md 2025-09-06 54.5 kB
Totals: 24 Items   107.7 MB 3

📦 Rust Coreutils 0.2.0 Release:

We are excited to announce the release of Rust Coreutils 0.2.0 — our first fully internationalized release! This milestone brings comprehensive localization support, major performance improvements, and enhanced Unicode handling.


Highlights:

  • Full Internationalization & Localization Complete translation infrastructure using Mozilla's Fluent framework with French translations included. Support for complex plural forms (Arabic, Hebrew, etc.) and locale-aware formatting. Even error messages from clap are fully localizable!

  • Community Translation Platform Join our translation efforts at Weblate or contribute directly via our l10n repository

  • Unicode & Non-UTF8 Path Support All programs now handle non-UTF8 paths seamlessly while supporting full Unicode features. Example: echo "🍔🍟🥤" | cut -d"🍟" -f1 works perfectly with emoji delimiters!

  • Massive Performance Gains Notable example: tr went from 9.81x slower than GNU to 1.58x faster — a 15x improvement! Additional optimizations in sort, cat, and other utilities.

  • Enhanced GNU Compatibility 538 passing tests (+16 from 0.1.0), with reduced failures from 65 to 52. Continued improvements in edge case handling and behavior matching.

  • Production Ready for Ubuntu As part of Ubuntu's announcement of plans to integrate Rust Coreutils, this release focuses on stability and compatibility improvements to ensure Ubuntu users have the best possible experience.

  • Contributions
    This release includes 1183 commits from 46+ contributors, including 28 newcomers! All this with a code coverage about 87%!


GNU Test Suite Compatibility:

Result 0.1.0 0.2.0 Change 0.1.0 to 0.2.0 % Total 0.1.0 % Total 0.2.0 % Change 0.1.0 to 0.2.0
Pass 522 538 +16 84.46% 87.06% +2.60%
Skip 31 27 -4 5.02% 4.37% -0.65%
Fail 65 52 -13 10.52% 8.42% -2.10%
Error 0 1 +1 0% 0.16% +0.16%
Total 618 618 0

GNU testsuite evolution


Call to Action:

🌍 Help us translate - Contribute translations at Weblate 🚀 Sponsor us on GitHub to accelerate development: github.com/sponsors/uutils 🔗 Download the latest release: https://uutils.github.io

What's Changed

basenc

basename

cat

chmod

chown

chroot

cksum

cp

csplit

date

df

du

echo

env

expr

factor

fmt

fold

hashsum

head

install

ln

logname

ls

mkdir

mkfifo

mknod

mktemp

more

mv

nice

nl

od

pr

printf

pwd

realpath

rm

shred

sort

stat

stdbuf

stty

sync

tail

tee

timeout

touch

tr

uname

unexpand

uptime

users

who

uucore

Localization & Internationalization

Test Improvements

Code Quality & Cleanup

CI & Build

Documentation

Platform Support

Dependency Updates

New Contributors

Full Changelog: https://github.com/uutils/coreutils/compare/0.1.0...0.2.0

Source: README.md, updated 2025-09-06