This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Description
Currently all plugins are loaded into the main app, this is fine but if there a problem into a plugins everything is shut down, also this mean that plugin have access to everything (fs, exec...) witch can be dangerous. Would be nice to run them into a sandbox (VM) and interact with them.