Hacker News new | ask | show | jobs
by stdgy 1861 days ago
So what are the benefits to using Tauri over Electron? Are app sizes smaller? Is the memory footprint smaller?
1 comments

Yes, much smaller install size and memory footprint. We have a comparison table on our readme: https://github.com/tauri-apps/tauri#comparison-between-tauri...
Thanks!