This project is awesome. Do you know if there's a way to bundle up something like a python or PHP script so it runs standalone without needing the runtimes on the target system?
Thanks! For Python, `cx_Freeze` should be able to accomplish what you describe in a cross-platform way. I don't know of any similar PHP tools off the top of my head.
[1] - http://cx-freeze.readthedocs.io/en/latest/index.html