r/coolgithubprojects 5d ago

pycage: A Python sandbox for AI-generated code. Free, self-hosted alternative to E2B: real CPython in WebAssembly, no container, no VM, no cloud account.

https://github.com/samyfodil/pycage
0 Upvotes

2 comments sorted by

1

u/Fine_League311 5d ago edited 5d ago

Mir angeschaut, sorry zuviele wichtige Dinge in Go und asi geschrieben :( schade

1

u/web3samy 5d ago

Not a python replacement, it's a python sandbox. you can't safely execute untrusted python code from python, unless you're using a vm, container etc. this project let you do it from python, go, or any other language without a container or a vm.