The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version coreutils-0.4.0-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.3.0
Name Modified Size InfoDownloads / Week
Parent folder
coreutils-0.3.0-aarch64-apple-darwin.tar.gz 2025-10-24 4.9 MB
coreutils-0.3.0-x86_64-apple-darwin.tar.gz 2025-10-24 5.3 MB
coreutils-0.3.0-x86_64-unknown-linux-musl.tar.gz 2025-10-24 5.4 MB
coreutils-musl_0.3.0_amd64.deb 2025-10-24 4.2 MB
coreutils-0.3.0-i686-unknown-linux-gnu.tar.gz 2025-10-24 5.8 MB
coreutils_0.3.0_i686.deb 2025-10-24 4.4 MB
coreutils-0.3.0-i686-unknown-linux-musl.tar.gz 2025-10-24 5.5 MB
coreutils-musl_0.3.0_i686.deb 2025-10-24 4.3 MB
coreutils-0.3.0-x86_64-unknown-linux-gnu.tar.gz 2025-10-24 5.5 MB
coreutils_0.3.0_amd64.deb 2025-10-24 4.2 MB
coreutils-0.3.0-i686-pc-windows-msvc.zip 2025-10-24 4.6 MB
coreutils-0.3.0-x86_64-pc-windows-msvc.zip 2025-10-24 4.8 MB
coreutils-0.3.0-x86_64-pc-windows-gnu.zip 2025-10-24 4.6 MB
coreutils-0.3.0-aarch64-unknown-linux-gnu.tar.gz 2025-10-24 5.2 MB
coreutils_0.3.0_arm64.deb 2025-10-24 3.9 MB
coreutils-0.3.0-aarch64-unknown-linux-musl.tar.gz 2025-10-24 5.0 MB
coreutils-musl_0.3.0_arm64.deb 2025-10-24 3.8 MB
coreutils-0.3.0-arm-unknown-linux-gnueabihf.tar.gz 2025-10-24 6.0 MB
coreutils_0.3.0_armhf.deb 2025-10-24 4.5 MB
coreutils-0.3.0-x86_64-unknown-redox.tar.gz 2025-10-24 4.9 MB
coreutils-0.3.0-aarch64-pc-windows-msvc.zip 2025-10-24 4.5 MB
0.3.0 source code.tar.gz 2025-10-24 2.9 MB
0.3.0 source code.zip 2025-10-24 3.6 MB
README.md 2025-10-24 31.1 kB
Totals: 24 Items   107.8 MB 1

📦 Rust Coreutils 0.3.0 Release:

We are happy to announce the release of Rust Coreutils 0.3.0 — our latest milestone bringing significant performance improvements, enhanced compatibility, and robust testing infrastructure!


Highlights:

  • Performance Improvements Compared to GNU:
  • base64 is 1.20x faster
  • expand is 1.80x faster
  • unexpand is 1.50x faster
  • nl is 1.57x faster
  • sort is 3.72x faster for regular sorting and 1.46x faster for numeric sorting
  • fold is 1.19x faster through optimization
  • uniq -c: 1.13x faster

  • Comprehensive Benchmarking Infrastructure

  • Integrated CodSpeed for continuous performance monitoring
  • Added benchmarks for 15+ utilities including sort, ls, uniq, du, base64, and more
  • Performance regression detection in CI

  • Safe Directory Traversal

  • Implemented secure traversal using openat/unlinkat for rm, du, chmod, and chgrp
  • Enhanced security through the nix crate instead of unsafe libc calls

  • Enhanced GNU Compatibility

  • 532 passing tests (83.91% compatibility) with comprehensive test suite expansion
  • Improved error handling and behavior matching across utilities
  • Better Unicode and non-UTF8 path support

  • Developer Experience Improvements

  • Moved documentation and completion generation out of binaries for faster builds
  • Enhanced CI with parallel benchmark compilation
  • Improved Makefile support for various build configurations

  • Contributions: This release was made possible by the dedication of 36 contributors, including 25 newcomers.


GNU Test Suite Compatibility:

Note: Test result changes are primarily due to upgrading our reference from GNU coreutils 9.7 to 9.8, which introduced 16 new tests and updated existing test expectations.

Result 0.2.0 0.3.0 Change 0.2.0 to 0.3.0 % Total 0.2.0 % Total 0.3.0 % Change 0.2.0 to 0.3.0
Pass 538 532 -6 87.06% 83.91% -3.15%
Skip 27 33 +6 4.37% 5.20% +0.83%
Fail 52 68 +16 8.42% 10.73% +2.31%
Error 1 1 0 0.16% 0.16% 0%
Total 618 634 +16 (new tests)

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

base64

basenc

chgrp

chmod

cksum

cp

csplit

date

df

dirname

du

expand

expr

fold

hashsum

hostname

id

install

ln

ls

mv

nl

nohup

numfmt

od

pinky

ptx

realpath

rm

seq

sort

stat

stdbuf

stty

tail

tee

timeout

touch

tsort

unexpand

uniq

uname

wc

who

uucore

Localization & Internationalization

Performance & Benchmarking

Security

Code Quality & Cleanup

CI & Build

Documentation

Platform Support

Version Management

Dependency Updates

New Contributors

Full Changelog: https://github.com/uutils/coreutils/compare/0.2.2...0.3.0

Source: README.md, updated 2025-10-24