You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LeProxy runs on any platform that is supported by PHP, including Windows. On Windows, that means that users have to first download PHP and then run the leproxy.php file on the command line. Arguably, this is not how many Windows users are used to run common applications.
As an alternative, we may want to bundle the leproxy.php file with a PHP runtime in a single executable. This way, Windows users only have to download a single leproxy.exe that can be executed right away like a portable app.