© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to build, package, and deploy Windows applications using the MSIX and Windows SDK toolchain.
When initializing a new Windows app project with manifests and certificates
When creating signed MSIX packages for distribution or Microsoft Store submission
When adding package identity to executables to access Windows APIs like AI or notifications
Run winapp init to set up the SDK configuration and AppxManifest
Use winapp cert to generate and install development signing certificates
Run winapp pack to create a signed MSIX package from your build output
Use winapp store for validation and publishing workflows to the Microsoft Store
You
I have a Tauri app. How do I package it as a signed MSIX for Windows?
Agent
I'll use `winapp init` to set up your manifest, then I'll generate a signing certificate with `winapp cert`. Finally, I'll run `winapp pack` on your build folder to create a signed MSIX ready for distribution.
Gives your agent the ability to interact with and test MCP servers directly from the command line.
Gives your agent the ability to manage GitHub repositories, issues, pull requests, and workflows directly from the command line.
Gives your agent the ability to publish and manage Windows applications in the Microsoft Store using the msstore command-line interface.
Gives your agent the ability to interact with web browsers to perform automation, screenshots, and data extraction.
Gives your agent the ability to create disposable inboxes, receive emails, and manage mailbox profiles directly from the command line.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.