The roadmap for the Windows App SDK supports the primary goals of breaking down the barriers between Win32 and UWP and making the Windows developer platform more agile, compatible, modern and open.
For a general overview, see the readme and FAQ.
Here's how we intend to roll out the Windows App SDK. To subscribe to updates, subscribe to this discussion. (all times/features/releases are tentative and subject to change):
As a packaged MSIX desktop app (WPF, WinForms, Win32, console), here's what and when you (tentatively) can expect from the Windows App SDK!
🌟 | Windows App SDK 0.5 | Windows App SDK 0.8 | Windows App SDK 1.0 (Q4 2021) |
---|---|---|---|
WinUI 3 | ✅ Supported | ✅ Supported | ✅ Supported |
Text rendering | ✅ Supported | ✅ Supported | ✅ Supported |
Localization | ✅ Supported | ✅ Supported | ✅ Supported |
App lifecycle | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
Power state notifications | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
Windowing | ❌ Not Supported | ❌ Not Supported | ✅ Supported |
Push Notifications | ❌ Not Supported | ❌ Not Supported | 🔄 Experimental |
Deploy Options: | |||
• In-app | ✅ Supported | ✅ Supported | ✅ Supported |
• Fx Package | ✅ Supported | ✅ Supported | ✅ Supported |
As an unpackaged desktop app (WPF, WinForms, Win32, or console, not using MSIX), here's what and when you (tentatively) can expect from the Windows App SDK!
🌟 | Windows App SDK 0.5 | Windows App SDK 0.8 | Windows App SDK 1.0 (Q4 2021) |
---|---|---|---|
WinUI 3 | ❌ Not Supported | ❌ Not Supported | ✅ Supported |
Text rendering | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
Localization | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
App lifecycle | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
Power state notifications | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
Windowing | ❌ Not Supported | ❌ Not Supported | ✅ Supported |
Push Notifications | ❌ Not Supported | ❌ Not Supported | 🔄 Experimental |
Deploy Options: | |||
• In-app | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
• Fx Package | ❌ Not Supported | 🔄 Experimental | ✅ Supported |
The Windows platform team is currently focused on the four primary areas below for the Windows App SDK.
This isn't an exhaustive list: it's a sampling of some of the key infrastructure work we're doing to break down the barriers between Win32 and UWP and decouple the platform from the OS, plus some of the new functionality we're adding to enable new app capabilities and address top developer issues.
- WinUI 3 - the Windows 10 native UI platform for Win32 and UWP
- WebView2 - embedding web content in Windows apps using the new Edge (Chromium) engine
- React Native Windows - now targeting WinUI
- Modern Windowing
- Touch, inking, display improvements
- ARM64 support
- Input
- Better options for app lifecycle management and power usage
- DirectWrite text rendering platform
- Local and Push Notifications
- Background Tasks
- Enhanced app packaging
- Framework package deployment
- Auto update for all app types
-
Decoupling the Windows platform from the OS
- faster updates that you can start using on day 1
-
Ensuring features work on all supported Windows versions
- initial min OS version = 1809
- polyfilling features as needed
- supporting both Win32 and UWP
-
Moving engineering to GitHub
In the future, you can expect multiple releases per year from the Windows App SDK team. We will continue to improve app compatibility and deliver new capabilities.