Microsoft drops winapp: the command-line tool that frees coders from visual studio's grip

Redmond just handed every developer who refuses to touch Visual Studio a loaded weapon. WinApp, a 2 MB CLI dropped quietly on GitHub late Tuesday, turns VS Code, Cursor or even Notepad into a factory for shipping real Windows apps—no 20 GB IDE, no XML manifests, no tears.

The 90-second setup that kills a 30-year workflow

One command—winapp init—scans the folder, writes the identity, signs the package and spits out an MSIX ready for the Microsoft Store. Before this, you needed either Visual Studio or a PhD in Win32 deployment scrolls. The tool injects a temporary package identity so Python, Rust or Dart binaries can call WinRT APIs, live tiles or push notifications without touching a single line of C++.

Microsoft’s own engineers admit the quiet part aloud: “We built it because we saw teams shipping VS Code extensions faster than we could ship Visual Studio updates.” Internal telemetry shared with TechBloom shows 62 % of new Win32 prototypes inside the company already skip Visual Studio entirely.

The trick is a shim that borrows the Windows App SDK’s runtime without dragging in the heavyweight MSBuild pipeline. Translation: your 5 MB Electron app suddenly behaves like a first-class citizen—auto-update, sandbox, uninstall that leaves no grime—while you keep the editor that launches in a heartbeat.

Why adobe and epic are already sniffing around

Why adobe and epic are already sniffing around

Early adopters include a Lightroom plug-in team that slashed installer size from 480 MB to 38 MB and an Unreal Engine indie studio that now ships daily builds to Xbox Game Pass via WinApp’s one-line CI script. No code rewrites, just a manifest tweak and a new compile flag.

The ripple effect is obvious: smaller studios can iterate on Game Pass, PC Game Bar and Windows widgets without hiring a platform specialist. Microsoft gets a broader catalog for its store, and users finally get installers that don’t feel like downloading an operating system.

WinApp is free, MIT-licensed and already runs on Windows 10 1903 and up. The repo crossed 5 000 stars in 48 hours, half of them from accounts with @apple.com and @google.com e-mails. The message is sharp: even the competition wants out of IDE jail.

Redmond won’t say it, but this is the end of the era where “real” Windows development required Visual Studio. The next blockbuster app on your Start menu might be compiled in someone’s bedroom on a MacBook Air—signed, sealed and delivered by a command line tool Microsoft gave away for free.