As you all know that Electron Apps run on Chromium, this means that each and every Electron App comes with its own version of Chromium. More worse Chromium is made of 20 million lines of code which is nearly the size of a whole Operating System! So it is like installing a whole Operating System on top of other for running a single app! For example a simple “Hello World” app on Electron would need more than 100mb of space.

Leave a Reply