Feature Request: Native Support for Windows Terminal and PowerShell in Claude Code (for Windows-Native Development)
Summary
Add native integration with Windows Terminal and PowerShell to support full-stack software development, automation, and system-level workflows on Windows. This includes scripting, compiling, debugging, and managing Windows-targeted applications.
Motivation
Windows remains the dominant OS for software development, with over 70% of global desktop OS usage attributed to Windows platforms. Developers building for Windows—whether desktop apps, services, drivers, or enterprise platforms—need AI support that understands the nuances of Windows environments. Claude Code’s current Linux/macOS bias limits its utility for the majority of enterprise and infrastructure developers.
Supporting Data
According to StatCounter’s 2025 OS market share:
| OS Platform | Global Desktop Market Share (2025) |
==========================================
| Windows | 70.21% |
| macOS | 5.5% |
| Linux | 4.06% |
| ChromeOS | 1.83% |
| Others | remainder |
This confirms that Windows is the primary development platform worldwide, especially for enterprise, infrastructure, and regulated environments.
Use Cases
- Building and deploying Windows desktop apps (.NET, WPF, WinUI)
- Writing and testing PowerShell modules for enterprise automation
- Managing MSBuild, NuGet, and Visual Studio tooling
- Debugging Windows services, registry edits, and system calls
- Refactoring legacy Windows codebases with context-aware suggestions
Proposal
- Add syntax and semantic support for PowerShell, CMD, and Windows SDKs
- Enable Claude Code to interact with Windows Terminal profiles and shells
- Support MSBuild, NuGet, and Visual Studio Code tasks natively
- Provide contextual completions for Windows APIs and system utilities
- Enable inline execution and output capture for Windows-native commands
Benefits
- Empowers developers building for Windows, not just on Windows
- Bridges AI tooling with Microsoft’s development ecosystem
- Enhances Claude Code’s utility for enterprise, infrastructure, and desktop software teams
- Supports hybrid workflows across Windows, WSL, and cloud environments
Alternatives Considered
- Using WSL or Linux containers (limited access to Windows APIs and GUI tooling)
- External plugin development (adds complexity, lacks native UX)
Additional Context
This feature would align Claude Code with the dominant development platform globally, while complementing its support for Linux and macOS. It would also unlock new use cases in regulated, enterprise, and legacy Windows environments.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗