|
1 | 1 | --- |
2 | 2 | title: Windows developer tools |
3 | | -description: Windows includes a suite of tools designed specifically for developers — from a built-in package manager to a Linux subsystem, optimized storage, and more. |
| 3 | +description: Windows includes built-in tools designed for developers — a package manager, a Linux subsystem, optimized storage, and more. |
4 | 4 | ms.topic: overview |
5 | 5 | ms.subservice: windows-dev-environment |
6 | | -ms.date: 03/25/2026 |
| 6 | +ms.date: 03/26/2026 |
7 | 7 | --- |
8 | 8 |
|
9 | 9 | # Windows developer tools |
10 | 10 |
|
11 | | -Windows includes a suite of tools built specifically for developers. Whether you're building apps, working across stacks, or optimizing your workflow, these tools are designed to make Windows a great place to develop. |
| 11 | +Windows includes a suite of tools built for developers. Whether you're building apps, working across stacks, or optimizing your workflow, these tools are available on Windows out of the box or as free downloads. |
12 | 12 |
|
13 | | -## Windows-native developer tools |
14 | | - |
15 | | -These tools are built into or designed specifically for Windows. |
| 13 | +## Tools to get you started |
16 | 14 |
|
17 | 15 | :::row::: |
18 | 16 | :::column::: |
19 | | - [](/windows/wsl/)<br> |
20 | | - **[Windows Subsystem for Linux](/windows/wsl/)**<br> |
21 | | - Run Linux distributions natively on Windows — fully integrated with the Windows file system and tools. |
| 17 | + [](/windows/terminal/)<br> |
| 18 | + **[Windows Terminal](/windows/terminal/)**<br> |
| 19 | + Customize your terminal environment to work with multiple command line shells. |
22 | 20 | :::column-end::: |
23 | 21 | :::column::: |
24 | | - [](/windows/dev-drive)<br> |
25 | | - **[Dev Drive](/windows/dev-drive/)**<br> |
26 | | - A ReFS-based storage volume optimized for build performance and package cache trust. |
| 22 | + [](../package-manager/index.md)<br> |
| 23 | + **[WinGet](../package-manager/index.md)**<br> |
| 24 | + Install and configure packages through command-line or declarative manifests. |
27 | 25 | :::column-end::: |
28 | 26 | :::column::: |
29 | | - [](../package-manager/)<br> |
30 | | - **[WinGet](../package-manager/)**<br> |
31 | | - Install, configure, and automate software setup from the command line or declarative configuration files. |
| 27 | + [](/windows/wsl/)<br> |
| 28 | + **[Windows Subsystem for Linux](/windows/wsl/)**<br> |
| 29 | + Run your favorite Linux distribution fully integrated with Windows. |
32 | 30 | :::column-end::: |
33 | 31 | :::row-end::: |
34 | 32 |
|
35 | 33 | :::row::: |
36 | 34 | :::column::: |
37 | | - [](/windows/terminal/)<br> |
38 | | - **[Windows Terminal](/windows/terminal/)**<br> |
39 | | - A modern terminal with tabs, panes, Unicode support, and full customization for any shell. |
| 35 | + [](../powertoys/index.md)<br> |
| 36 | + **[Microsoft PowerToys](../powertoys/index.md)**<br> |
| 37 | + A set of power user utilities to tune and streamline your Windows experience. |
40 | 38 | :::column-end::: |
41 | 39 | :::column::: |
42 | | - [](/windows/sudo/)<br> |
43 | | - **[Sudo for Windows](/windows/sudo/)**<br> |
44 | | - Run elevated commands directly from an unelevated console session — no UAC prompt required. |
| 40 | + [](/windows/dev-drive)<br> |
| 41 | + **[Dev Drive](/windows/dev-drive/)**<br> |
| 42 | + A storage volume optimized for performance in developer scenarios. |
45 | 43 | :::column-end::: |
46 | 44 | :::column::: |
47 | | - [](../powertoys/)<br> |
48 | | - **[Microsoft PowerToys](../powertoys/)**<br> |
49 | | - Power user utilities for developers and advanced users: file tools, keyboard remapping, and more. |
| 45 | + [](/windows/sudo/)<br> |
| 46 | + **[Sudo for Windows](/windows/sudo/)**<br> |
| 47 | + Run elevated commands directly from an unelevated console session. |
50 | 48 | :::column-end::: |
51 | 49 | :::row-end::: |
| 50 | +<br> |
52 | 51 |
|
53 | 52 | --- |
54 | 53 |
|
55 | | -## Build for Windows |
| 54 | +## Development paths |
56 | 55 |
|
57 | | -Resources for developing apps and experiences that run on Windows. |
| 56 | +Follow these guides to set up your development environment for your preferred language or framework on Windows. |
58 | 57 |
|
59 | 58 | :::row::: |
60 | 59 | :::column::: |
61 | | - [](../apps/index.yml)<br> |
62 | | - **[Windows App SDK and WinUI](../apps/index.yml)**<br> |
63 | | - Build modern desktop apps with the latest Windows UI framework. |
| 60 | + [](./javascript/index.md)<br> |
| 61 | + **[Get started with JavaScript](./javascript/index.md)**<br> |
| 62 | + Set up your JavaScript development environment with Node.js, React, Vue, and more. |
64 | 63 | :::column-end::: |
65 | 64 | :::column::: |
66 | | - [](/gaming/)<br> |
67 | | - **[Game development on Windows](/gaming/)**<br> |
68 | | - Build games using DirectX, Xbox Game Development Kit, and Microsoft's game tools. |
| 65 | + [](./python.md)<br> |
| 66 | + **[Get started with Python](./python.md)**<br> |
| 67 | + Install Python and set up your development environment on Windows. |
69 | 68 | :::column-end::: |
70 | 69 | :::column::: |
71 | | - [](/windows/arm/overview)<br> |
72 | | - **[Windows on Arm](/windows/arm/overview)**<br> |
73 | | - Develop and optimize apps for Arm64 devices, including Copilot+ PCs. |
| 70 | + [](/cpp/)<br> |
| 71 | + **[Get started with C++ and C](/cpp/)**<br> |
| 72 | + Develop apps, services, and tools with C++, C, and assembly. |
74 | 73 | :::column-end::: |
75 | 74 | :::row-end::: |
76 | 75 |
|
77 | 76 | :::row::: |
78 | 77 | :::column::: |
79 | | - [](/windows/ai/)<br> |
80 | | - **[Windows AI](/windows/ai/)**<br> |
81 | | - Add local AI capabilities to your app using Windows AI APIs, Phi Silica, and more — no cloud required. |
| 78 | + [](/dotnet/csharp/)<br> |
| 79 | + **[Get started with C#](/dotnet/csharp/)**<br> |
| 80 | + Build apps using C# and .NET. |
82 | 81 | :::column-end::: |
83 | 82 | :::column::: |
| 83 | + [](./rust/index.yml)<br> |
| 84 | + **[Get started with Rust](./rust/index.yml)**<br> |
| 85 | + Get started programming with Rust, including how to set up Rust for Windows. |
84 | 86 | :::column-end::: |
85 | 87 | :::column::: |
| 88 | + [](/powershell/)<br> |
| 89 | + **[Get started with PowerShell](/powershell/)**<br> |
| 90 | + Cross-platform task automation and configuration management using PowerShell. |
86 | 91 | :::column-end::: |
87 | 92 | :::row-end::: |
88 | 93 |
|
89 | | ---- |
| 94 | +:::row::: |
| 95 | + :::column::: |
| 96 | + [](../dev-environment/docker/overview.md)<br> |
| 97 | + **[Get started with Docker](../dev-environment/docker/overview.md)**<br> |
| 98 | + Create remote development containers with support from VS, VS Code, .NET, and WSL. |
| 99 | + :::column-end::: |
| 100 | + :::column::: |
| 101 | + [](../apps/index.yml)<br> |
| 102 | + **[Get started building Windows apps](../apps/index.yml)**<br> |
| 103 | + Build desktop apps with WinUI and the Windows App SDK. |
| 104 | + :::column-end::: |
| 105 | + :::column::: |
| 106 | + [](/gaming/)<br> |
| 107 | + **[Get started with Game Development](/gaming/)**<br> |
| 108 | + Build games for Windows using Microsoft's game development tools and services. |
| 109 | + :::column-end::: |
| 110 | +:::row-end::: |
90 | 111 |
|
91 | | -## Language and framework setup |
| 112 | +--- |
92 | 113 |
|
93 | | -These guides cover Windows-specific setup considerations for common development scenarios. |
94 | 114 |
|
95 | | -- [Get started with JavaScript / Node.js on Windows](./javascript/index.md) |
96 | | -- [Get started with Python on Windows](./python.md) |
97 | | -- [Get started with Rust on Windows](./rust/index.yml) |
98 | | -- [Get started with Docker on Windows](./docker/overview.md) |
99 | | -- [Transitioning from Mac to Windows](./mac-to-windows.md) |
| 115 | +## Transitioning between Mac and Windows |
100 | 116 |
|
| 117 | +Check out our [guide to transitioning between a Mac and Windows](./mac-to-windows.md) (or Windows Subsystem for Linux) development environment. |
101 | 118 |
|
0 commit comments