microsoft/windowsappsdk

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 14th, 2026
Created on April 15th, 2020
Open Issues & Pull Requests: 421 (+0)
GitHub issues: Enabled
Number of forks: 471
Total Stargazers: 4,689 (+0)
Total Subscribers: 186 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.0 hours
Mean response time: 48.0 days
90th percentile: 83.3 days
Tracked items: 1,030

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 17% of issues opened in the past year have never received a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 56% of tracked open issues have had no activity in three months. Only 48% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 327
New in 7 days: 6
Closed in 7 days: 2
Avg open age: 719 days
Stale 30+ days: 298
Stale 90+ days: 241

Recent activity

Opened in 7 days: 5
Closed in 7 days: 2
Comments in 7 days: 13
Events in 7 days: 30

Top labels

  • feature proposal (237)
  • area-External (159)
  • bug (140)
  • needs-triage (133)
  • area-DeveloperTools (102)
  • area-WinAppSDKDeployment (79)
  • area-Notifications (74)
  • area-WCR (55)

Detailed Description

Windows App SDK is a set of libraries, frameworks, components, and tools that brings modern Windows platform features to desktop applications across multiple frameworks and Windows versions.

The tool addresses the fragmentation problem in Windows desktop development by providing a unified way to access modern Windows APIs and UI patterns without requiring applications to be rewritten. It combines Win32 native capabilities with contemporary API design, allowing developers to incrementally adopt modern features. The SDK is distributed via NuGet, making it straightforward to integrate into existing projects without mandating architectural changes like MSIX packaging, though MSIX adoption is encouraged for its reliability and security benefits.

Developers maintaining Win32, WPF, or WinForms applications should consider this SDK if they want to modernize their user interfaces and access new platform functionality while maintaining backward compatibility to Windows 10 build 17763. The tool is particularly suited for teams that cannot afford a complete application rewrite but need access to features like WinUI 3 for Fluent Design patterns, modern resource tooling, lifecycle helpers, and startup task integration. The wide platform support means a single SDK can serve applications built with different frameworks.

The project maintains an active roadmap and contribution guide, indicating ongoing development priorities and community engagement pathways. Development activity shows consistent attention to both new feature addition and backward compatibility guarantees across supported Windows versions. The project provides extensive documentation, sample applications, and related tooling repositories covering WinUI, C++/WinRT bindings, and MSIX packaging, suggesting a mature ecosystem designed to support developers at multiple stages of adoption.