Code Execution Infrastructure for AI Applications

Compiler Service is open-source, self-hostable code execution infrastructure for AI applications. Every run happens in a disposable Docker sandbox with no network access, read-only filesystem, memory/CPU limits, and automatic cleanup. Supports sync, async, and batch evaluation via a Redis-backed job queue — compile once, run many test cases concurrently. MIT licensed, deploy anywhere Docker runs.
Self-hostable microservice that runs untrusted Python, C++, and Java in isolated Docker containers — built for coding agents, interview platforms, and developer tools.