Hi, thanks for your work !
Currently most of items in dependencies are pure js lib and reduntantly bundled by electron-builder. If you can move all of the deps in dependencies (except capturekit, uiohook-napi, ffmpeg-static or other native deps) into devDependencies , electron-builder will skip bundling them, which can reduce a lot of app size.
I'm willing to create a PR for it.