This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | |
---|---|---|---|---|---|---|---|---|
Github stars | 111.9k | 40.1k | 77.1k | 8.7k | 7.2k | 22.1k | 161.7k | 21.5k |
Forks | 14.9k | 3.9k | 2.3k | 0.3k | 0.4k | 1.1k | 26.5k | 1.6k |
Creation date | 2013 | 2011 | 2019 | 2019 | 2018 | 2019 | 2018 | 2020 |
Last Update | 4/2024 | 4/2024 | 4/2024 | 3/2024 | 4/2024 | 4/2024 | 4/2024 | 4/2024 |
Framework Language | C++, JS, Objective-C, Python | C++ | Rust | C++ | C++ | Go | C, C++, Dart | C# |
Usage Language - Back | JS, C++ | JS, C++ | Rust | JS, C++ | JS, C++ | Go | Dart | C# |
Usage Language - Front | HTML, CSS, JS | HTML, CSS, JS | HTML, CSS, JS | HTML, CSS, JS | HTML, CSS, JS | HTML, CSS, JS | Dart | C# |
License | MIT | MIT | MIT | MIT | MIT | MIT | BSD 3-Clause | MIT |
Developer Dependencies | Node.js, Electron NPM Package | Node.js, NW.JS SDK | C++ Compiler, Node.js, Rustc, Cargo | Cmake, make, Node.js, NodeGUI NPM Package | Node.js, Neu NPM Package | Go 1.18+, Node 15+, Wails | Flutter SDK, Visual Studio 2019 / Clang | .Net SDK, Visual Studio (optional), WebView2 (optional), Xcode (optional) |
User Dependencies | None | None | None | None | None | None | None | None |
Dependencies / modules support | npm & node.js native addons | npm & node.js native addons | cargo (back), npm (front) | npm & node.js native addons | ❌ | Gomod (back), npm (front) | pub.dev | NuGet |
Engine | Chromium | Webkit, Chromium | WRY (WebKitGTK for Linux, WebKit for MacOS, Webview2 for Windows) | Qt | WebkitGTK+ | WebKit2gtk on Linux, Webview2 on Windows and WkWebview on Mac | Flutter engine | .NET MAUI |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | |
---|---|---|---|---|---|---|---|---|
Integrated updater ? | Official | Community | Official | No | Official | Planned | No, but there are community solutions | No |
Automated Tests | Standard node.js tests (back-end) or Webdriver/Playwright (UI) | Standard node.js tests (back-end) or Webdriver(UI) | Cargo (back-end) or Webdriver (UI) | ? | ? | ? | Integrated | Standard C# tests (back-end), no official solution for UI |
WebGL Support | Yes | Yes | Yes | ? | Yes | Yes | Yes | Yes, but not on all flavors |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | |
---|---|---|---|---|---|---|---|---|
Angular | Yes | Yes | Yes, official via Vite | Yes, community | Yes | Yes | No | No |
NextJS | ? | ? | Yes, official | ? | ? | Yes | No | No |
Preact | Yes | Yes | Yes, official via Vite | ? | Yes | Yes | No | No |
Qwik | Yes | Yes | Yes, official | ? | Yes | Yes | No | No |
React | Yes | Yes | Yes, official via Vite | Yes, official but EOL | Yes | Yes | No | No |
Svelte | Yes | Yes | Yes, official via sveltekit or Vite | Yes, official | Yes | Yes | No | No |
Vue | Yes | Yes | Yes, official via Vite | Yes, official | Yes | Yes | No | No |
Vite | Yes | Yes | Yes, official | ? | Yes | Yes | No | No |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | ||
---|---|---|---|---|---|---|---|---|---|
Developement Environment | Windows | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
MacOS | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
Linux | ✔️1 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
Target Environment | Windows | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
MacOS | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
Linux | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Soon | |
Android | ❌ | Requested | Soon2 | ❌ | ❌ | Requested | ✔️ | ✔️ | |
iOS | ❌ | ❌ | In progress2 | ❌ | ❌ | Requested | ✔️ | ✔️ | |
tvOS | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✔️ | |
Web | ❌ | ❌ | ❌ | ❌ | ✔️3 | ❌ | ✔️ | ❌ |
1: Linux 32 Bit support dropped
2: https://github.com/tauri-apps/tauri#platforms
3: Uses modes to generate web apps
See benchmarks.json to get more informations about following data.
Note: These benchmarks are done on Github CI, there are measures to have measurements more accurates (e.g. multiple runs), but it will never exactly be accurate, as it totally depends on system load and resources. You should read these tables as comparision between frameworks on a same OS/Arch/App with a margin of error.
See source in benchmark/01-empty-app folder.
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈263MB | ≈354MB | ≈1MB | ≈171MB | ≈2MB | ≈8MB | ? | N/A1 | N/A2 |
Windows (x86) | ≈236MB | ≈318MB | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Windows (ARM64) | ≈270MB | Requested | ? | ? | ? | ? | ? | N/A1 | N/A2 |
MacOS (x64) | ≈414MB | ≈531MB | ≈3MB | ? | ≈1MB | ≈7MB | ? | N/A1 | N/A2 |
MacOS (arm64) | ≈391MB | ? | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Linux (x64) | ≈263MB | ≈474MB | ≈2MB | ≈75MB | ≈1MB | ≈7MB | ? | N/A1 | N/A2 |
Linux (x86) | ? | ≈473MB | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Linux (ARMv7l) | ≈199MB | Requested | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Linux (ARM64) | ≈270MB | Requested | ? | ? | ≈1MB | ? | ? | N/A1 | N/A2 |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈3627ms | ≈11867ms | ≈180398ms | ≈9715ms | ≈866ms | ≈6423ms | ? | N/A1 | N/A2 |
Windows (x86) | ≈3627ms | ≈11867ms | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Windows (ARM64) | ≈3627ms | Requested | ? | ? | ? | ? | ? | N/A1 | N/A2 |
MacOS (x64) | ≈4229ms | ≈11867ms | ≈121195ms | ? | ≈561ms | ≈49396ms | ? | N/A1 | N/A2 |
MacOS (arm64) | ≈4229ms | ? | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Linux (x64) | ≈1906ms | ≈11867ms | ≈215568ms | ≈7097ms | ≈561ms | ≈28785ms | ? | N/A1 | N/A2 |
Linux (x86) | ? | ≈11867ms | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Linux (ARMv7l) | ≈1906ms | Requested | ? | ? | ? | ? | ? | N/A1 | N/A2 |
Linux (ARM64) | ≈1906ms | Requested | ? | ? | ≈561ms | ? | ? | N/A1 | N/A2 |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈385MB (Debug) => ≈243MB (Release) | ≈423MB (Debug) => ≈285MB (Release) | ≈361MB (Debug) => ≈254MB (Release) | ≈181MB (Debug) | ≈102MB (Debug) | ≈415MB (Debug) => ≈421MB (Release) | ≈925MB (Debug) | N/A1 | N/A2 |
MacOS (x64) | ≈307MB (Debug) => ≈203MB (Release) | ≈426MB (Debug) => ≈280MB (Release) | ≈154MB (Debug) => ≈32MB (Release) | ≈153MB (Debug) | ≈209MB (Debug) => ≈31MB (Release) | ≈204MB (Debug) => ≈36MB (Release) | ≈183MB (Debug) | N/A1 | N/A2 |
Linux (x64) | ≈703MB (Debug) => ≈572MB (Release) | ≈212MB (Debug) | ≈321MB (Debug) => ≈94MB (Release) | ≈330MB (Debug) | ≈1GB (Debug) => ≈916MB (Release) | ≈658MB (Debug) => ≈432MB (Release) | ≈24MB (Debug) | N/A1 | N/A2 |
Memory Usage - (Average of runs) Median of difference between system measured free memory before execution and during execution)
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈198MB (Debug) => ≈86MB (Release) | ≈265MB (Debug) => ≈152MB (Release) | ≈250MB (Debug) => ≈153MB (Release) | ≈145MB (Debug) | ≈86MB (Debug) | ≈274MB (Debug) => ≈162MB (Release) | ≈817MB (Debug) | N/A1 | N/A2 |
MacOS (x64) | ≈148MB (Debug) => ≈114MB (Release) | ≈246MB (Debug) => ≈131MB (Release) | ≈215MB (Debug) => ≈42MB (Release) | ≈88MB (Debug) | ≈157MB (Debug) => ≈39MB (Release) | ≈204MB (Debug) => ≈42MB (Release) | ≈177MB (Debug) | N/A1 | N/A2 |
Linux (x64) | ≈159MB (Debug) => ≈96MB (Release) | ≈105MB (Debug) | ≈115MB (Debug) => ≈18MB (Release) | ≈240MB (Debug) | ≈590MB (Debug) => ≈462MB (Release) | ≈279MB (Debug) => ≈167MB (Release) | ≈15MB (Debug) | N/A1 | N/A2 |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈1194ms (Debug) => ≈221ms (Release) | ≈510ms (Release) | ≈2886ms (Debug) => ≈427ms (Release) | ≈8655ms (Debug) | ? | ≈8452ms (Debug) => ≈406ms (Release) | ? | N/A1 | N/A2 |
MacOS (x64) | ≈760ms (Debug) => ≈308ms (Release) | ≈950ms (Release) | ≈3832ms (Debug) => ≈354ms (Release) | ? | ≈1411ms (Debug) => ≈356ms (Release) | ≈5812ms (Debug) => ≈367ms (Release) | ? | N/A1 | N/A2 |
Linux (x64) | ≈595ms (Debug) => ≈276ms (Release) | ? | ≈34233ms (Debug) | ? | ≈1222ms (Debug) => ≈320ms (Release) | ≈3209ms (Debug) => ≈242ms (Release) | ? | N/A1 | N/A2 |
1: Benchmark WIP
2: Benchmark WIP
See source in benchmark/02-empty-app-frameless folder.
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈263MB | ≈354MB | ≈1MB | ≈171MB | ≈2MB | ≈8MB | N/A1 | N/A2 | N/A3 |
Windows (x86) | ≈236MB | ≈318MB | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Windows (ARM64) | ≈270MB | Requested | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
MacOS (x64) | ≈414MB | ≈531MB | ≈3MB | ? | ≈1MB | ≈7MB | N/A1 | N/A2 | N/A3 |
MacOS (arm64) | ≈391MB | ? | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Linux (x64) | ≈263MB | ≈474MB | ≈2MB | ≈75MB | ≈1MB | ≈7MB | N/A1 | N/A2 | N/A3 |
Linux (x86) | ? | ≈473MB | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Linux (ARMv7l) | ≈199MB | Requested | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Linux (ARM64) | ≈270MB | Requested | ? | ? | ≈1MB | ? | N/A1 | N/A2 | N/A3 |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈3350ms | ≈14685ms | ≈195529ms | ≈10004ms | ≈643ms | ≈6380ms | N/A1 | N/A2 | N/A3 |
Windows (x86) | ≈3350ms | ≈14685ms | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Windows (ARM64) | ≈3350ms | Requested | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
MacOS (x64) | ≈5060ms | ≈14685ms | ≈139077ms | ? | ≈595ms | ≈50286ms | N/A1 | N/A2 | N/A3 |
MacOS (arm64) | ≈5060ms | ? | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Linux (x64) | ≈1954ms | ≈14685ms | ≈213619ms | ≈7104ms | ≈595ms | ≈30471ms | N/A1 | N/A2 | N/A3 |
Linux (x86) | ? | ≈14685ms | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Linux (ARMv7l) | ≈1954ms | Requested | ? | ? | ? | ? | N/A1 | N/A2 | N/A3 |
Linux (ARM64) | ≈1954ms | Requested | ? | ? | ≈595ms | ? | N/A1 | N/A2 | N/A3 |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈381MB (Debug) => ≈241MB (Release) | ≈392MB (Debug) => ≈279MB (Release) | ≈356MB (Debug) => ≈252MB (Release) | ≈178MB (Debug) | ≈85MB (Debug) | ≈416MB (Debug) => ≈261MB (Release) | N/A1 | N/A2 | N/A3 |
MacOS (x64) | ≈307MB (Debug) => ≈203MB (Release) | ≈406MB (Debug) => ≈280MB (Release) | ≈152MB (Debug) => ≈30MB (Release) | ≈154MB (Debug) | ≈196MB (Debug) => ≈30MB (Release) | ≈202MB (Debug) => ≈33MB (Release) | N/A1 | N/A2 | N/A3 |
Linux (x64) | ≈700MB (Debug) => ≈568MB (Release) | ≈213MB (Debug) | ≈320MB (Debug) => ≈93MB (Release) | ≈328MB (Debug) | ≈1GB (Debug) => ≈917MB (Release) | ≈656MB (Debug) => ≈430MB (Release) | N/A1 | N/A2 | N/A3 |
Memory Usage - (Average of runs) Median of difference between system measured free memory before execution and during execution)
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈192MB (Debug) => ≈100MB (Release) | ≈242MB (Debug) => ≈149MB (Release) | ≈236MB (Debug) => ≈152MB (Release) | ≈130MB (Debug) | ≈69MB (Debug) | ≈276MB (Debug) => ≈164MB (Release) | N/A1 | N/A2 | N/A3 |
MacOS (x64) | ≈164MB (Debug) => ≈96MB (Release) | ≈205MB (Debug) => ≈125MB (Release) | ≈192MB (Debug) => ≈44MB (Release) | ≈90MB (Debug) | ≈148MB (Debug) => ≈39MB (Release) | ≈237MB (Debug) => ≈47MB (Release) | N/A1 | N/A2 | N/A3 |
Linux (x64) | ≈148MB (Debug) => ≈90MB (Release) | ≈108MB (Debug) | ≈114MB (Debug) => ≈15MB (Release) | ≈234MB (Debug) | ≈576MB (Debug) => ≈470MB (Release) | ≈279MB (Debug) => ≈163MB (Release) | N/A1 | N/A2 | N/A3 |
Electron | NW.JS | Tauri | NodeGui | Neutralino | Wails | Flutter | .Net MAUI | .Net MAUI w/ Vue | |
---|---|---|---|---|---|---|---|---|---|
Windows (x64) | ≈1223ms (Debug) => ≈222ms (Release) | ≈512ms (Release) | ≈2931ms (Debug) => ≈413ms (Release) | ≈5268ms (Debug) | ? | ≈8508ms (Debug) => ≈409ms (Release) | N/A1 | N/A2 | N/A3 |
MacOS (x64) | ≈776ms (Debug) => ≈395ms (Release) | ≈1119ms (Release) | ≈3817ms (Debug) => ≈338ms (Release) | ? | ≈1620ms (Debug) => ≈409ms (Release) | ≈6110ms (Debug) => ≈351ms (Release) | N/A1 | N/A2 | N/A3 |
Linux (x64) | ≈602ms (Debug) => ≈279ms (Release) | ? | ≈34869ms (Debug) | ? | ≈1251ms (Debug) => ≈324ms (Release) | ≈3333ms (Debug) => ≈246ms (Release) | N/A1 | N/A2 | N/A3 |
1: Frameless mode not supported yet
2: Frameless mode not working
3: Frameless mode not working
See Issues and Pull requests. You can participate by proposing new issues, of filling them !