Cross-platform Rust rewrite of the GNU coreutils https://uutils.github.io/
Find a file
Sylvestre Ledru e46aec7a78
Some checks failed
CICD / Style/cargo-deny (push) Has been cancelled
CICD / Documentation/warnings (push) Has been cancelled
CICD / MinRustV (push) Has been cancelled
Android / Test builds (push) Has been cancelled
FreeBSD / Style and Lint (push) Has been cancelled
FreeBSD / Tests (push) Has been cancelled
L10n (Localization) / L10n/Build and Test (push) Has been cancelled
CICD / Style/deps (push) Has been cancelled
CICD / Dependencies (push) Has been cancelled
CICD / Code Coverage (push) Has been cancelled
CICD / Separate Builds (push) Has been cancelled
GnuTests / Run GNU tests (native) (push) Has been cancelled
CICD / Binary sizes (push) Has been cancelled
GnuTests / Run GNU tests (SELinux) (push) Has been cancelled
Code Quality / Style/format (push) Has been cancelled
Code Quality / Style/lint (push) Has been cancelled
Code Quality / Style/spelling (push) Has been cancelled
Code Quality / Style/toml (push) Has been cancelled
Code Quality / Style/Python (push) Has been cancelled
Code Quality / Pre-commit hooks (push) Has been cancelled
Devcontainer / Verify devcontainer (push) Has been cancelled
L10n (Localization) / L10n/Fluent Syntax Check (push) Has been cancelled
L10n (Localization) / L10n/Clap Error Localization Test (push) Has been cancelled
L10n (Localization) / L10n/French Integration Test (push) Has been cancelled
L10n (Localization) / L10n/Multi-call Binary Install Test (push) Has been cancelled
L10n (Localization) / L10n/Installation Test (Make & Cargo) (push) Has been cancelled
L10n (Localization) / L10n/Locale Support Verification (push) Has been cancelled
L10n (Localization) / L10n/Locale Embedding Regression Test (push) Has been cancelled
WSL2 / Test (push) Has been cancelled
CICD / Build/nightly (push) Has been cancelled
CICD / Build/Makefile (push) Has been cancelled
CICD / Build/stable (push) Has been cancelled
CICD / Build (push) Has been cancelled
CICD / Tests/BusyBox test suite (push) Has been cancelled
CICD / Tests/Toybox test suite (push) Has been cancelled
CICD / Test all features separately (push) Has been cancelled
CICD / Build/SELinux (push) Has been cancelled
GnuTests / Aggregate GNU test results (push) Has been cancelled
Merge pull request #8519 from cakebaker/nl_number_separator_non_utf8
nl: use `OsString` for `--number-separator`
2025-08-25 08:35:26 +02:00
.cargo remove PROJECT_NAME_FOR_VERSION_STRING 2025-07-20 23:10:52 +02:00
.config create a script for automating code coverage 2025-04-07 10:19:00 +02:00
.devcontainer Add devcontainer setup and small related fixes 2025-08-18 07:34:16 +00:00
.github add support for systemd-logind (#8483) 2025-08-23 19:05:40 +02:00
.vscode Add devcontainer setup and small related fixes 2025-08-18 07:34:16 +00:00
docs l10n: when built indiv, only embed the relevant locale file 2025-08-03 10:59:38 +02:00
fuzz tr: refactor and introduce simd to get important perf win 2025-08-20 11:52:20 +02:00
src nl: use OsString for --number-separator 2025-08-24 17:35:34 +02:00
tests nl: rename test function 2025-08-24 17:35:34 +02:00
util Add devcontainer setup and small related fixes 2025-08-18 07:34:16 +00:00
.busybox-config od: several small changes after review 2016-11-09 20:26:55 +01:00
.clippy.toml clippy: set MSRV to 1.85 2025-05-19 09:22:38 +02:00
.codecov.yml maint/CICD ~ configure CodeCov to report but "allow-failure" 2020-05-02 23:26:37 -05:00
.codespell.rc maint/dev ~ add codespell configuration 2021-05-31 07:58:13 -05:00
.editorconfig dotfiles: Add works to cspell dictionary 2025-03-26 16:49:21 +01:00
.envrc dotfiles: Add works to cspell dictionary 2025-03-26 16:49:21 +01:00
.gitignore create a script for automating code coverage 2025-04-07 10:19:00 +02:00
.markdownlint.yaml Run the markdown linter in the CI 2023-03-04 18:44:17 +01:00
.pre-commit-config.yaml Add devcontainer setup and small related fixes 2025-08-18 07:34:16 +00:00
.rustfmt.toml maint/dev ~ add *empty* rustfmt configuration prompt devs to use cargo fmt 2022-02-12 15:26:59 -06:00
build.rs l10n: when built indiv, only embed the relevant locale file 2025-08-03 10:59:38 +02:00
Cargo.lock chore(deps): update rust crate regex to v1.11.2 2025-08-24 13:47:26 +00:00
Cargo.toml add support for systemd-logind (#8483) 2025-08-23 19:05:40 +02:00
CODE_OF_CONDUCT.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
CONTRIBUTING.md doc: fix warnings from markdown linter 2025-05-18 21:08:27 +02:00
Cross.toml Cross.toml: Install tzdata in container 2025-05-29 14:00:25 +02:00
deny.toml deny.toml: remove old windows-sys from skip list 2025-08-06 09:47:08 +02:00
DEVELOPMENT.md Add devcontainer setup and small related fixes 2025-08-18 07:34:16 +00:00
flake.lock flake: drop flake-utils, refactor 2025-03-05 21:52:02 +01:00
flake.nix flake.nix: Add cspell 2025-05-25 17:57:18 +02:00
GNUmakefile l10n: also install uucore locales 2025-08-13 14:15:55 +02:00
LICENSE update of the license file to make it generic (#5545) 2023-11-16 10:40:31 +01:00
Makefile refactor ~ (makefiles) fix spelling + add spell-checker exceptions 2021-05-31 08:23:58 -05:00
Makefile.toml Reformat TOML files with taplo 2023-06-08 09:07:19 +02:00
oranda.json website: fix changelog config 2023-08-28 10:36:01 +02:00
README.md README.md: fix typo (Gnu -> GNU) (#7896) 2025-05-07 07:04:33 +02:00
README.package.md coreutils: Add a default readme for the packages 2024-06-30 10:52:10 +02:00
renovate.json chore(config): migrate config renovate.json 2024-10-31 15:26:47 +00:00

uutils logo

uutils coreutils

Crates.io Discord License dependency status

CodeCov MSRV


uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced.

To install it:

cargo install coreutils
~/.cargo/bin/coreutils

Goals

uutils aims to be a drop-in replacement for the GNU utils. Differences with GNU are treated as bugs.

uutils aims to work on as many platforms as possible, to be able to use the same utils on Linux, macOS, Windows and other platforms. This ensures, for example, that scripts can be easily transferred between platforms.

Documentation

uutils has both user and developer documentation available:

Both can also be generated locally, the instructions for that can be found in the coreutils docs repository.

Requirements

  • Rust (cargo, rustc)
  • GNU Make (optional)

Rust Version

uutils follows Rust's release channels and is tested against stable, beta and nightly. The current Minimum Supported Rust Version (MSRV) is 1.85.0.

Building

There are currently two methods to build the uutils binaries: either Cargo or GNU Make.

Building the full package, including all documentation, requires both Cargo and GNU Make on a Unix platform.

For either method, we first need to fetch the repository:

git clone https://github.com/uutils/coreutils
cd coreutils

Cargo

Building uutils using Cargo is easy because the process is the same as for every other Rust program:

cargo build --release

This command builds the most portable common core set of uutils into a multicall (BusyBox-type) binary, named 'coreutils', on most Rust-supported platforms.

Additional platform-specific uutils are often available. Building these expanded sets of uutils for a platform (on that platform) is as simple as specifying it as a feature:

cargo build --release --features macos
# or ...
cargo build --release --features windows
# or ...
cargo build --release --features unix

If you don't want to build every utility available on your platform into the final binary, you can also specify which ones you want to build manually. For example:

cargo build --features "base32 cat echo rm" --no-default-features

If you don't want to build the multicall binary and would prefer to build the utilities as individual binaries, that is also possible. Each utility is contained in its own package within the main repository, named "uu_UTILNAME". To build individual utilities, use cargo to build just the specific packages (using the --package [aka -p] option). For example:

cargo build -p uu_base32 -p uu_cat -p uu_echo -p uu_rm

GNU Make

Building using make is a simple process as well.

To simply build all available utilities:

make

In release mode:

make PROFILE=release

To build all but a few of the available utilities:

make SKIP_UTILS='UTILITY_1 UTILITY_2'

To build only a few of the available utilities:

make UTILS='UTILITY_1 UTILITY_2'

Installation

Install with Cargo

Likewise, installing can simply be done using:

cargo install --path . --locked

This command will install uutils into Cargo's bin folder (e.g. $HOME/.cargo/bin).

This does not install files necessary for shell completion or manpages. For manpages or shell completion to work, use GNU Make or see Manually install shell completions/Manually install manpages.

Install with GNU Make

To install all available utilities:

make install

To install using sudo switch -E must be used:

sudo -E make install

To install all but a few of the available utilities:

make SKIP_UTILS='UTILITY_1 UTILITY_2' install

To install only a few of the available utilities:

make UTILS='UTILITY_1 UTILITY_2' install

To install every program with a prefix (e.g. uu-echo uu-cat):

make PROG_PREFIX=PREFIX_GOES_HERE install

To install the multicall binary:

make MULTICALL=y install

Set install parent directory (default value is /usr/local):

# DESTDIR is also supported
make PREFIX=/my/path install

Installing with make installs shell completions for all installed utilities for bash, fish and zsh. Completions for elvish and powershell can also be generated; See Manually install shell completions.

To skip installation of completions and manpages:

make COMPLETIONS=n MANPAGES=n install

Manually install shell completions

The coreutils binary can generate completions for the bash, elvish, fish, powershell and zsh shells. It prints the result to stdout.

The syntax is:

cargo run completion <utility> <shell>

So, to install completions for ls on bash to /usr/local/share/bash-completion/completions/ls, run:

cargo run completion ls bash > /usr/local/share/bash-completion/completions/ls

Manually install manpages

To generate manpages, the syntax is:

cargo run manpage <utility>

So, to install the manpage for ls to /usr/local/share/man/man1/ls.1 run:

cargo run manpage ls > /usr/local/share/man/man1/ls.1

Un-installation

Un-installation differs depending on how you have installed uutils. If you used Cargo to install, use Cargo to uninstall. If you used GNU Make to install, use Make to uninstall.

Uninstall with Cargo

To uninstall uutils:

cargo uninstall coreutils

Uninstall with GNU Make

To uninstall all utilities:

make uninstall

To uninstall every program with a set prefix:

make PROG_PREFIX=PREFIX_GOES_HERE uninstall

To uninstall the multicall binary:

make MULTICALL=y uninstall

To uninstall from a custom parent directory:

# DESTDIR is also supported
make PREFIX=/my/path uninstall

GNU test suite compatibility

Below is the evolution of how many GNU tests uutils passes. A more detailed breakdown of the GNU test results of the main branch can be found in the user manual.

See https://github.com/orgs/uutils/projects/1 for the main meta bugs (many are missing).

Evolution over time

Contributing

To contribute to uutils, please see CONTRIBUTING.

License

uutils is licensed under the MIT License - see the LICENSE file for details

GNU Coreutils is licensed under the GPL 3.0 or later.