You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/downloads.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
---
2
-
title: Latest downloads for the Windows App SDK
3
-
description: Latest downloads for the Windows App SDK, including the installer and MSIX packages
2
+
title: Latest Windows App SDK downloads
3
+
description: This page provides links to the latest downloads of the Windows App SDK (WASDK) for all three release channels (stable, preview, and experimental).
4
4
ms.topic: article
5
-
ms.date: 07/14/2025
6
-
keywords: windows win32, windows app development, Windows App SDK
5
+
ms.date: 08/12/2025
6
+
keywords: windows, winrt, win32, windows app development, Windows App SDK
7
7
ms.localizationpriority: medium
8
8
---
9
9
10
10
# Latest Windows App SDK downloads
11
11
12
-
This page provides download links to the *latest*releases of the [Windows App SDK](index.md)in the three release channels (stable, preview, and experimental). To get started quickly, download the latest x64 installer below. Or, for older releases, see [Archive of Windows App SDK downloads](downloads-archive.md).
12
+
This page provides links to the *latest*downloads of the [Windows App SDK](index.md)(WASDK) for all three release channels (stable, preview, and experimental). See [Windows App SDK release channels](release-channels.md)for more details on the WASDK release channels.
> [Download the latest x64 stable installer (1.7.3)](https://aka.ms/windowsappsdk/1.7/latest/windowsappruntimeinstall-x64.exe)
16
16
17
-
For all the latest Windows App SDK downloads, refer to the tables and links below. To learn more, see [Windows App SDK release channels](release-channels.md) and the release notes provided below for each version.
17
+
> [!NOTE]
18
+
> For older releases, see the [Archive of Windows App SDK downloads](downloads-archive.md).
18
19
19
20
## Stable release
20
21
@@ -27,6 +28,9 @@ For all the latest Windows App SDK downloads, refer to the tables and links belo
| NuGet package | The [**Microsoft.WindowsAppSDK** NuGet package](https://www.nuget.org/packages/Microsoft.WindowsAppSDK/) provides access to APIs provided by the Windows App SDK. The NuGet package is included with the Visual Studio extension project templates. If you have an existing project in which you want to use the Windows App SDK, you can install the latest version of the Windows App SDK NuGet package in your project directly from Visual Studio. For setup instructions, see [Use the Windows App SDK in an existing project](use-windows-app-sdk-in-existing-project.md). |
55
67
56
-
**Runtime downloads**
68
+
### Runtime downloads
57
69
58
70
Apps packaged with external location, and unpackaged apps, that use the Windows App SDK can use the standalone `.exe` runtime installer or MSIX packages to deploy the Windows App SDK package dependencies with them. For setup instructions, see [Windows App SDK deployment guide for framework-dependent apps packaged with external location or unpackaged](deploy-unpackaged-apps.md).
0 commit comments