warpdotdev / Warp

Warp is the agentic development environment, built for coding with multiple AI agents.
https://warp.dev
Other
24.03k stars 488 forks source link

Provide an `.MSIX` installation package. #6603

Open RokeJulianLockhart opened 3 weeks ago

RokeJulianLockhart commented 3 weeks ago

Pre-submit Checks

  1. [x] I have searched Warp feature requests and there are no duplicates

  2. [x] I have searched Warp docs and my feature is not there

Describe the solution you'd like?

Provide an .MSIX installation package, via winget-pkgs (and the Microsoft Store, if an applicable target), and an .AppInstaller (which is an .MSIX or .MSIXBundle with associated origin repository metadata) via /releases and warp.dev/download.

Is your feature request related to a problem? Please describe.

Currently, the sole installation method for Windows provided is a mere binary (an .exe)! This is remarkably retrograde, when MSI, AppX, and MSIX/MSIXBundle/AppInstaller have all replaced installers of that manner (in chronological order).

Good reasons for this exist:

  1. DLL de-duplication

  2. Clean uninstallation

  3. Ease of deployment

An .exe should not be the method of delivery for an installer.

Additional context

Note that MSIX doesn't restrict the application to the old UWP permission model.

Operating system (OS)

cpe:/o:microsoft:windows_11_24h2

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1

None

dannyneira commented 3 weeks ago

Thanks for this feature request!

To anyone else interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.