Alternatives to GNU Coreutils

The core GNU file, shell and text utilities, including ls, cp, mv and sort. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as GNU Coreutils.

  • uutils coreutils

    A cross-platform rewrite of the GNU coreutils in Rust, covering commands such as ls, cp and sort.

    uutils coreutils is a Rust rewrite under the MIT license that runs on Linux, macOS and Windows, though some edge-case behaviour may still differ from GNU coreutils.

Similar software

Related functionality, not a direct replacement.