Tag

Coreutils

All articles tagged with #coreutils

Build 2026 reveals four Windows 11 dev tools shaping a more developer-friendly OS
technology1 month ago

Build 2026 reveals four Windows 11 dev tools shaping a more developer-friendly OS

At Build 2026, Microsoft unveiled four Windows 11 developer tools: Coreutils to bring Linux-style commands to Windows 11; WSL Containers introducing a built-in container runtime for Linux containers (via wslc.exe); Intelligent Terminal that embeds AI-assisted capabilities in the terminal; and Windows Developer Configurations, a winget-based config that installs common dev tools and presets. These pragmatic updates are designed to streamline developer workflows and improve cross-OS compatibility, signaling a shift toward a more capable, Linux-friendly Windows 11.

Windows Gets a Linux-Style Command Line Makeover with Coreutils
technology1 month ago

Windows Gets a Linux-Style Command Line Makeover with Coreutils

Microsoft announced Coreutils at Build: a Rust-based multi-call binary that ports over more than 75 Unix/Linux commands (including grep, cat, ls) to Windows CMD and PowerShell, unifying tooling across Windows, WSL, and other environments. The ~4.6MB package can be installed via winget, but some commands clash with existing Windows commands and a few Unix tools (like dd) aren’t included, reflecting a nuanced cross-platform CLI strategy.

technology4 months ago

Rust Coreutils 0.7 Brings Broad Performance Optimizations

Rust Coreutils 0.7 is a performance-focused release that speeds up dozens of utilities with faster hash maps, ASCII fast paths, and reduced malloc allocations, while refactoring unsafe Rust code for safer abstractions; GNU Test Suite compatibility sits at 94.5% after adding 19 new tests from GNU Coreutils 9.10, with more tests causing increased skips and failures; the update also includes build fixes for NetBSD and PowerPC and is available on GitHub.

technology5 months ago

Rust Coreutils Pushes Toward Full GNU Compatibility Amid Ubuntu Adoption

Rust Coreutils is advancing toward full GNU Coreutils compatibility, with FOSDEM 2026 highlighting Ubuntu 25.10’s adoption, rapid bug fixes, and ongoing cross‑platform improvements; the project aims to mirror Rust‑based success for other Linux tools, supported by growing contributions and a slide deck/video from the talk available at fosdem.org.