Jigsaw-Code / outline-apps

Outline Client and Manager, developed by Jigsaw. Outline Manager makes it easy to create your own VPN server. Outline Client lets you share access to your VPN with anyone in your network, giving them access to the free and open internet.
https://getoutline.org/
Apache License 2.0
8.22k stars 1.35k forks source link

Windows Client: Microsoft/Windows Store App #769

Open jm2 opened 4 years ago

jm2 commented 4 years ago

Is your feature request related to a problem? Please describe. It'd be nice to have the Windows client available directly from the Microsoft Store, assuming the UWP APIs allow the app to function properly.

Describe the solution you'd like The client to be available on the Microsoft Store for Windows 10.

bdbai commented 4 years ago

To make a desktop VPN app available from the Microsoft Store, there are two options in general. Either package the whole thing (see https://docs.microsoft.com/en-us/windows/msix/desktop/source-code-overview ) so that the existing codebase could be reused, or utilize UWP VPN API which probably requires some effort to port to it.

FYI, YtFlow is an open-source UWP VPN app available from the Microsoft Store (private link though). The built-in Shadowsocks AEAD encryption methods will hopefully suit your needs.

xmha97 commented 4 years ago

+1 Please add Outline to Microsoft Store.

progalgo commented 7 months ago

I personally do not care about Microsoft Store, but I do like the idea of using UWP VPN API.