框架前端语言后端语言支持平台
ElectronHTML/CSS/JSNodeJsWindows、macOS、Linux
TauriHTML/CSS/JSRustWindows、macOS、Linux、Android、iOS
WailsHTML/CSS/JSGoWindows、macOS、Linux
PyWebViewHTML/CSS/JSPythonWindows、macOS、Linux
FlutterDartDartWindows、macOS、Linux、Web、Android、iOS
KMP/ComposeKotlinKotlinWindows、macOS、Linux、Web、Android、iOS
QTC++/QMLC++Windows、macOS、Linux、Web、Android、iOS
PySide/PyQtPythonPythonWindows、macOS、Linux、Web、Android、iOS
TkinterPythonPythonWindows、macOS、Linux
FyneGoGoWindows、macOS、Linux
JavaFX/SwingJavaJavaWindows、macOS、Linux

Web技术桌面框架

  • Electron:生态成熟,内嵌Chromium和NodeJs,打包体积大
  • Tauri:使用系统自带WebView,打包体积小
  • Wails:使用系统自带WebView,打包体积小
  • PyWebView:使用系统自带WebView

移动与桌面平台框架

  • Flutter:生态成熟,移动端跨平台优选
  • KMP/Compose:移动端跨平台优选,Android原生

原生桌面框架