Electron app extension

Pipes do work well on MacOS, but not well on Windows platform because of the way that SketchUp “steals” standard IO for it’s own Ruby Console.

If you are only going to run your extension and app on Mac, then look at:


If you also need to run on Windows platform you will need an alternative. Sockets, a local server, or write output to a file and have SketchUp Ruby read the file.

See previous discussion on pipes and IO from external processes: