Microsoft deepens Linux integration with new Windows 11 developer tools at Build
The Build conference announcements signal a strategic push to position Windows as a primary environment for software development, reducing friction for engineers accustomed to Linux workflows.

Microsoft has unveiled a suite of developer-optimised features for Windows 11 at its annual Build conference, marking a significant expansion of its Linux integration strategy. The company aims to position the operating system as a trusted platform for software engineering, moving beyond basic compatibility to offer native support for Linux-like command-line utilities and containerisation.
Central to the announcement is Coreutils for Windows, a native implementation of GNU core utilities written in Rust. Sourced from the open-source uutils project, this tool allows Linux-style commands to run directly on Windows without emulation. Windows chief Pavan Davuluri stated that the utility is designed to ensure workflows built over years in other environments function seamlessly within Windows.
The company also introduced WSL Containers, a built-in feature currently in public preview that enables developers to create and interact with Linux containers via a command-line interface and API. This capability allows Linux containers to run inside native Windows applications, with broader availability expected in the coming months. This development follows Microsoft’s decision to open-source the Windows Subsystem for Linux (WSL) at last year’s Build conference.
In a move towards AI-assisted development, Microsoft presented an experimental Intelligent Terminal built on the existing Windows Terminal experience. The application supports the Agent Communication Protocol (ACP), allowing users to query, debug, or complete tasks within the terminal pane using agent CLI integration. Davuluri described the tool as a way to provide context to favourite agents while retaining standard terminal features such as tabs and profiles.
Additionally, Windows Developer Configurations are now generally available to streamline the setup of new machines. This feature pre-installs essential tools including WSL, PowerShell 7, and Visual Studio Code. It also enables Git version control in File Explorer and displays hidden files by default, addressing historical complaints regarding the time required to configure development environments.


