v0.90.0 - all runners are deprecated
All current runners (desktop) replaced by faked ones (using the new runner)
All others good old runners are now faked ones (but compatibles) : BrowserHTTP, BrowserStarletteHTTP, BrowserStarletteWS, DevApp, ChromeApp, WinApp, AndroidApp, BrowserTornadoHTTP ... and they are just using the new runner (in pure python, no more dependancies likes uvicorn, starlette, tornado, kivy etc ...). All these would completly disappear when 1.0.0 will be released.
It's a transition phase, before 1.0.0 ....
There will be only 3 runners : "pyscript", "pywebview" and the new one (which will work for android, desktop and/or chrome app mode)) (pywebview could be in another package (to avoid dependancy to webview package)
TODO: docs+finition on the new runner ... (that's why I didn't mention the new name)