SparkStartGuideReferencePlatformsCompare GitHub

Compared

Where Spark sits among the alternatives, honestly — including what it gives up.

Four camps

CampExamplesWhat it costs
WebViewElectron, Tauri, wails, Neutralino, Photino The UI is HTML rendered by a browser engine. Behaviour follows whichever WebKit the machine has.
Own rendererFlutter, GPUI, Sciter, Kivy The same everywhere, and nothing in it is native.
Widgets via a runtimeNodeGui, Proton Native, Toga, PyQt, Fyne Real widgets, but Node/Python/Qt/GTK ship with the app.
System script hostWelsonJS, HTA Nothing bundled — and Windows only, with MSHTML doing the rendering.

Spark is in none of them: HTML-ish markup, real OS widgets, the system's own JavaScript engine, all three desktops. In a survey of some 180 alternatives, no project hit all four.

What Spark gives up

What it is unusually good at