microsoft/coreutils

Coreutils for Windows: Installer & Packaging

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 25 minutes ago
Added to GitGenius on September 13th, 2026
Created on May 15th, 2026
Open Issues & Pull Requests: 58 (+0)
GitHub issues: Enabled
Number of forks: 107
Total Stargazers: 5,165 (+1)
Total Subscribers: 31 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Coreutils for Windows is a command-line tool that brings UNIX-style core utilities to Windows as a native multi-call binary.

The tool solves the friction of moving between Linux, macOS, WSL, and Windows by providing the same commands, flags, and pipelines across all platforms. It packages a Microsoft-maintained build of uutils/coreutils, findutils, and grep into a single executable, allowing existing scripts to run without translation or modification.

Developers working across multiple operating systems should adopt this tool if they frequently switch between Windows and UNIX-like environments and want to avoid rewriting scripts. It suits projects that need consistent command-line behavior across platforms. The tool is distributed via WinGet or direct download from releases, and each command supports the standard --help flag. However, adopters need to be aware that several commands conflict with built-in PowerShell and CMD utilities—some ship but conflict with built-ins, while others like dir, expand, more, kill, timeout, and whoami are not shipped at all due to these conflicts. A utility manager is provided to disable specific commands if needed. PowerShell 7.4 or later is required, with 7.6 or later recommended. Additionally, PowerShell aliases can cause binary stream compatibility issues that break utilities like xargs and find when piped.

The project is in preview status. Development activity shows active maintenance with regular updates to the codebase and responsiveness to issues and pull requests. The team actively documents platform-specific limitations and provides clear guidance on shell conflicts and workarounds.