This week tested tools for a simple desktop app for my non-tech-savvy colleagues to copy files:

Electron: Works but bloated (250 MB).
Neutralinojs: Unstable, dev abandoned it.
Tauri: Slow setup, but 2.5 MB output, no Rust needed.
React Native Windows: Too complex.
Final choice? Python. Simple wins.

Comments