Earlier quoted context omitted.
What is your definition of bloated? My note-taking app (with animations) binary is around 89MB[1][2]. And this is without statically linking it, using `-optimize-size` and `-ltcg` flags and running `strip` and `UXP` on it which should make it even smaller. [1] https://rubymamistvalove.com/block-editor#8-performance [2] https://get-notes.com/
I'm not OP, but 90Mb for a note taking app is incredibly bloated.
It's always about choosing the best compromise, I just think Qt is a very good one . It allows you to target many platforms with a declarative UI (QML) and a compiled language (C++ or other bindings). It's a superb form of abstraction layer compared to web apps.