4 Windows 11 tools from Build 2026 that signal what’s coming next for the OS

June 7, 2026

When you buy through links on our articles, Future and its syndication partners may earn a commission.

As the Build 2026 developer conference unfolded, Microsoft captured attention with its discussions surrounding AI agents, local AI models, and innovative hardware tailored for developers. Yet, amidst the more prominent announcements, several smaller yet significant updates emerged, particularly for those immersed in the desktop operating system and its applications. Four key developments caught my eye: Coreutils, WSL Containers, Intelligent Terminal, and Windows Developer Configurations.

Coreutils finally brings familiar Linux tools to Windows 11

For those who frequently navigate command lines, the introduction of Coreutils for Windows is a noteworthy enhancement. While Windows 11 has incorporated some Linux-based tools like sudo, curl, and tar, the announcement of Coreutils marks a significant leap. This suite, derived from the open-source uutils project, integrates Linux-style command-line utilities directly into Windows 11.

Developers who oscillate between Linux servers, cloud environments, and local Windows machines will find comfort in the availability of familiar commands such as ls, cp, touch, mkdir, and pwd, now functioning natively without the need for third-party solutions. While this may seem like a minor feature, it addresses a persistent challenge that Microsoft aims to resolve through its Windows K2 initiative. By minimizing the time spent adapting to platform-specific commands, developers can focus more on their core task: building software. Coreutils can be installed via GitHub or through the Windows Package Manager using the command “winget install Microsoft.Coreutils”.

WSL Containers could make Docker optional for many developers

Another pivotal announcement from Build 2026 was the introduction of WSL Containers. Traditionally, running Linux containers on Windows 11 necessitated the installation of third-party platforms like Docker Desktop or Podman. However, WSL Containers now offers a built-in container runtime, eliminating reliance on external solutions. This new capability is facilitated through a command-line tool known as “wslc.exe” and an accompanying API.

The WSL CLI employs a new binary designed to seamlessly build, run, and deploy Linux containers. Behind the scenes, WSL Containers utilizes a highly optimized Hyper-V utility VM, which is managed natively by Windows 11. This setup allows for the creation of OCI-compatible Linux containers without the complexities of a traditional VM environment. For those already familiar with Docker, transitioning to WSLC will be intuitive, as the command syntax remains largely unchanged. For instance, to run a container, one would execute “wslc run -d -p 8080:80 –name web nginx”, mirroring the familiar Docker command structure. While this feature is not yet available, Microsoft plans to roll it out in the coming months through updates for the Windows Subsystem for Linux.

Intelligent Terminal is one of the more practical AI features Microsoft announced

Among the myriad AI features unveiled at Build 2026, the Intelligent Terminal stands out as particularly pragmatic. This feature integrates AI agents directly into the terminal experience, enabling developers to receive context-aware assistance without leaving the command line. Rather than manually searching for solutions to error messages, users can now access relevant information and suggestions directly within their terminal environment.

To mitigate potential backlash regarding AI integration, Microsoft has opted to fork a separate version of the Windows Terminal to accommodate AI agents like GitHub Copilot. This approach allows for the provision of contextual support when commands fail, facilitating smoother multi-step tasks directly in the terminal. The Intelligent Terminal can be installed via the Microsoft Store or through Command Prompt using the command “winget install Microsoft.IntelligentTerminal”, with an option to download it from GitHub.

Windows Developer Configurations solves a problem every developer has experienced

Setting up a new development or testing machine is often a tedious endeavor, fraught with lengthy processes and numerous steps. The Windows Developer Configurations aims to streamline this experience through a configuration file for the Windows Package Manager (winget), known as dev-config.winget. This file automates the installation of essential developer tools and applies recommended settings, transforming a clean installation into a productive environment with a single command.

The configuration encompasses tools such as Visual Studio Code, GitHub Copilot, PowerShell 7, WSL, Git, and Python, while also implementing developer-centric settings for the operating system. Rather than being a standalone tool, this configuration file allows users to specify their desired setup, with Microsoft providing a comprehensive README on its official GitHub page detailing available installations and configurations. This initiative significantly reduces setup time, whether for replacing devices or preparing systems for new developers.

These announcements, while perhaps overshadowed by larger reveals at Build 2026, underscore Microsoft’s commitment to enhancing the developer experience on Windows 11. By focusing on practical improvements that resonate with everyday workflows, Microsoft continues to position its operating system as a more inviting platform for developers, ultimately benefiting a broader audience.

More resources

  • Explore more in-depth how-to guides, troubleshooting advice, and essential tips to get the most out of Windows 11 and 10.
  • Join us on Reddit at r/WindowsCentral to share your insights and discuss our latest news, reviews, and more.
Winsage
4 Windows 11 tools from Build 2026 that signal what’s coming next for the OS