Microsoft releases Windows App Development CLI in public preview
Developing apps for Windows is hard. There are a lot of elements to consider, rules to obey, and standards to adopt before you even get started with making the app itself. Fortunately, it seems like Microsoft understands this, as it is constantly releasing new tools and features that remove the roadblocks preventing people from launching their own Windows apps.
Microsoft goes on to show off what winapp can do. It starts by showing off the command "winapp init," which grabs all the SDK packages you need, creates some projections, and then gets your project ready for development. Microsoft claims that this single command can replace "multiple error-prone manual steps," which sounds like a win to me.
Other features include the "winapp create-debug-identity" command, which gives your app a debug Package Identity so you can test out a feature without needing to go through the process of generating one yourself. And while the init command does automatically make an app manifest, you can still edit it using the "winapp manifest" command, and create a certificate with the "winapp cert generate" tool.
Overall, winapp sounds like an excellent tool for Windows developers who want to spend less time configuring things and more time making cool apps. While winapp is still in the testing phase, Microsoft wants developers to download it, give it a try, and give it feedback on how it can improve and what features it could add. If you have WinGet, you can download the general use version of winapp with this command:
winget install microsoft.winappcli
Posted on: 1/23/2026 7:46:03 AM
|