@bcd765 can prob give you more authoritative responses.
I assume so
That’s not how LiveView Native works, the BEAM runs on your back-end webserver which serves the your app views. Though there’s talk about optionally integrating with the Elixir Desktop project for apps that need offline support.
I believe Brian has said that he’s expecting Windows support to be contributed by an interested party, not necessarily by the core group that are currently doing the apple and android support.
LiveViewNative architecture is much closer to a traditional website.
“Runtime”
Language
UI Tooling
Browser
HTML/JS
e.g. Tailwind UI
Native
Swift
Swift UI
Native
Kotlin
Jetpack
Native
C#
WinUI3
The lines are blury, but something like that.
None of these work without a server, even for LV Native. That server might at some point ship with the native app using elixir-desktop technology though.