Intended for exec of AI-generated code, for CICD runners, or for off-chain AI DApps. Mainly to avoid Docker-in-Docker dangers and mess.
Super easy to use with CLI / Python SDK, friendly to AI engs who usually don't like to mess with VM orchestration and networking too much.
Defense-in-depth philosophy.
Would love to get feedback (and contributors: clear & exciting roadmap!), thx
mentalgear•18h ago
dloss•18h ago
I wonder if nsjails or gVisor may be useful as well. Here's a more comprehensive list of sandboxing solutions: https://github.com/restyler/awesome-sandbox
gbxk•18h ago
gbxk•18h ago
Exactly! The main local requirement is to have hardware virtualization available (e.g. /dev/kvm) but that should be fine on your local linux machine. Won't work in cloud machines or on Mac ARM in current form but maybe if I extend
ofrzeta•17h ago
gbxk•17h ago
eyberg•13h ago
gbxk•2h ago
elric•17h ago
gbxk•16h ago
ATechGuy•16h ago
elric•16h ago
ATechGuy•15h ago
mkagenius•14h ago
Hey, we built coderunner[1] exactly for this purpose. It's completely local. We use apple containers for this (which are 1:1 mapped to a lightweight VM).
1. Coderunner - https://github.com/instavm/coderunner
gbxk•1h ago
_false•12h ago
gbxk•2h ago
sshine•12h ago
It lets you narrow the permission scope of an executable using simple command line wrappers.
gbxk•2h ago
kernc•2h ago
gbxk•1h ago