Microsoft quietly slipped a notable update into the Windows 365 What’s New page this week: the Windows 11 Enterprise Developer Configuration gallery image now includes Intelligent Terminal and Coreutils as part of its preconfigured toolset. Both are currently in Public Preview.

If your organization is already using — or evaluating — the Developer Configuration image for Cloud PC provisioning, this is a meaningful upgrade. Let’s break down what each addition brings, why it matters, and what IT teams should do about it.


What Is the Developer Configuration Image?

For context, the Developer Configuration image was first announced at Microsoft Build 2026 in June as a public preview. It’s a specialized Windows 11 Enterprise gallery image designed for Windows 365 Cloud PCs that comes preinstalled with the tools developers actually use:

  • Visual Studio Code (with extensions for PowerShell, Python, WSL, GitHub, and Edge DevTools)
  • Git and GitHub CLI
  • GitHub Copilot CLI (with Work IQ and Windows Dev Skills)
  • Python, Node.js, npm, nvm
  • PowerShell 7
  • .NET Runtime and SDK
  • Azure CLI
  • Windows Subsystem for Linux (WSL) with Ubuntu
  • Oh My Posh, UV tools, WinApp CLI, PowerToys

The image also applies developer-optimized Windows settings: file extensions visible, hidden files shown, Git integration in File Explorer, and a Start menu “Developer Tools” category.

Available for Windows 365 Enterprise and Windows 365 Flex Dedicated mode, the image is designed to get developers from zero to coding in minutes — no manual setup required.


What’s New: Intelligent Terminal and Coreutils

Coreutils for Windows

Coreutils for Windows is a set of 75+ Linux-like command-line utilities that run natively on Windows — no WSL, no compatibility layer, no Docker container required. Built from the open-source uutils project (a Rust reimplementation of GNU Coreutils), the binary is approximately 4.6 MB and installs cleanly on Windows.

Familiar commands like ls, cat, cp, grep, find, wc, sort, and dozens more are now available directly from PowerShell or Command Prompt. For developers who work across both Windows and Linux, this removes the constant context-switching between Windows commands and their Unix equivalents.

Key points:

  • Built from the Rust-based uutils project — fast, secure, and cross-platform
  • Installable via winget install Microsoft.Coreutils
  • Runs natively on Windows — no WSL dependency
  • Generally available as of Build 2026 (June 2026)

Intelligent Terminal

Intelligent Terminal is an experimental, open-source fork of Windows Terminal that adds a dedicated agent pane — an AI assistant that lives alongside your terminal session. It’s built on the existing Windows Terminal experience, so all your tabs, profiles, themes, settings, and shells carry over.

Here’s what makes it different:

  • Agent Communication Protocol (ACP) support — connects to AI agents via an open protocol, so you’re not locked into a single provider
  • GitHub Copilot bundled — works out of the box if you don’t have another agent configured
  • Automatic error detection — when a command fails, Intelligent Terminal surfaces the context and suggests fixes you can run immediately in the agent pane
  • Context-aware assistance — the agent has visibility into your terminal state, so it can help debug errors, run multi-step tasks, and keep you in your flow without switching tools

Key points:

  • Experimental preview (version 0.1)
  • Available via Microsoft Store or WinGet
  • Installs alongside existing Windows Terminal (no conflict)
  • Open source
  • Still early — expect rough edges

Why This Matters for Windows 365

The addition of Intelligent Terminal and Coreutils to the Developer Configuration image brings the Cloud PC developer experience closer to what you’d get on a well-configured local machine — and in some ways, better.

For developers: You get a Cloud PC that’s not just “Windows with some dev tools installed” but a thoughtfully designed development environment. Coreutils eliminates the Windows/Linux command friction that has plagued cross-platform developers for years. Intelligent Terminal brings AI-assisted development directly into the terminal — where developers spend most of their time — rather than requiring a separate IDE or web interface.

For IT admins: The Developer Configuration image means you can provision developer Cloud PCs without maintaining custom images, scripts, or provisioning packages. Every new Cloud PC comes with the same baseline toolset, configured the same way. The addition of Coreutils and Intelligent Terminal is automatic — no admin action needed for new provisions. Existing Cloud PCs would need reprovisioning to get the updated image.

For the organization: This reflects Microsoft’s broader strategy of making Windows 365 a legitimate platform for developer workloads, not just for office workers. At Build 2026, Microsoft emphasized that “developers can navigate across Windows and Linux (via WSL), local and cloud, and AI workloads, all from the same starting point.” The image update makes that claim more concrete.


Requirements and Limitations

  • Available for: Windows 365 Enterprise and Windows 365 Flex Dedicated mode
  • Not supported: 2 vCPU Cloud PCs and GPU-enabled Cloud PCs (for the Developer Configuration image)
  • Intelligent Terminal status: Experimental preview — not production-critical
  • Coreutils status: Generally available (the image inclusion is what’s in preview)
  • Reprovisioning required: Existing Cloud PCs won’t automatically get the updated image — you’ll need to reprovision or create new Cloud PCs with the updated image

What IT Admins Should Do

  1. Check if you’re using the Developer Configuration image — in the Microsoft Intune admin center, go to Provision Cloud PCs > Provisioning policies and check which gallery image is selected

  2. Plan for reprovisioning — if you want existing developer Cloud PCs to get the updated image with Intelligent Terminal and Coreutils, you’ll need to reprovision them. Communicate this to affected users so they can save their work

  3. Evaluate Intelligent Terminal for your environment — since it’s experimental, consider whether it’s appropriate for your developer workflows. The ACP protocol means it can connect to various AI agents, so review your organization’s AI usage policies

  4. Update developer documentation — let your dev teams know that new Cloud PCs provisioned with the Developer Configuration image now include Coreutils (native Linux commands on Windows) and Intelligent Terminal (AI-assisted terminal)

  5. Consider the broader developer experience — the Developer Configuration image is part of Microsoft’s push to make Windows 365 a first-class developer platform. If you haven’t evaluated it yet, now might be the time, especially with the enriched toolset


The Bigger Picture

Microsoft has been steadily closing the gap between local and cloud development environments. The Developer Configuration image for Windows 365 was already a strong step in that direction at Build 2026. Adding Coreutils and Intelligent Terminal — two of the most talked-about developer features from Build — to the preconfigured image shows Microsoft is serious about keeping the Cloud PC developer experience current.

Coreutils addresses a long-standing pain point: the lack of familiar Unix commands on Windows without spinning up WSL. Intelligent Terminal points toward the future: AI as an integrated part of the development workflow, not a separate tool you visit when you’re stuck.

For organizations already investing in Windows 365 for developer workloads, this is a welcome upgrade. For those on the fence, the increasingly rich preconfigured toolset makes the Developer Configuration image a more compelling option — especially for distributed teams where consistent dev environments matter.


For more information, see the Windows 365 What’s New documentation, Device images in Windows 365, and the Build 2026 Windows developer announcement.

Follow Kevin Kaminski on X for daily Windows 365 updates and analysis.