Sandbox: Run untrusted AI code safely, fast

(github.com)

22 points | by vortex_ape 7 days ago ago

1 comments

  • mkagenius 2 hours ago ago

    If you don't want to depend on cloud, have a mac, then you can run a sandbox locally on you mac. I have built an apple container (not docker) based sandbox to run arbitrary code - coderunner[1]. It is quite fast. And apple container provides one vm per container unlike docker on macos which shares the vm across all containers. Coderunner is good for processing sensitive docs locally in a secure sandbox.

    1. coderunner - https://github.com/instavm/coderunner