I am trying to develop a webgl desktop app, I am just a bit worried about the versions that electron shows.
I currently get this:
But chrome is at version 64 I think since jan 2018? Also my node.js version locally is 9.8.0.
So I was wondering electron comes with it's own nodejs distribution ?
Yes, Electron comes with its own bundled version of NodeJS. However, note that neither Electron nor NodeJS are required in order to run apps built in Electron.
As for why the version of NodeJS bundled with Electron is out of date, you need look no further than the official FAQ: