Welcome to VoidRun - the modern AI Sandbox platform for secure code execution.
We provision highly secure, isolated MicroVMs for AI agents and developers to execute code safely with enterprise-grade security and lightning-fast performance.
- 🔒 MicroVM Isolation - Enterprise-grade security for running untrusted code
- ⚡ Sub-200ms Cold Start - Lightning-fast sandbox startup times
- ♾️ Infinite Runtime - Sandboxes run infinitely with auto-sleep
- 🐳 Custom Images - Bring your own Docker images
- 🔗 Tailscale VPN - Secure network access to your sandboxes
- 🖥️ SSH/VNC Access - Direct access for debugging
- AI Agents - Build code-interpreting AI agents safely
- CI/CD Pipelines - Ephemeral environments for testing
- Code Interpreters - Interactive code runners for applications
- Security Teams - Run untrusted code in isolation
- Education - Online coding environments for students
| Repository | Description |
|---|---|
sdk-typescript |
TypeScript SDK for VoidRun |
sdk-python |
Python SDK for VoidRun |
cli |
Command-line interface |
docs |
Official documentation |
examples |
Example projects and templates |
We're building the future of secure code execution for AI. Here's how you can get involved:
- ⭐ Star our repositories
- 🐛 Report bugs and request features
- 📝 Contribute to our open-source projects
- 💬 Join our community discussions
import { VoidRun } from '@voidrun/sdk';
const vr = new VoidRun({ apiKey: process.env.VOIDRUN_API_KEY });
const sandbox = await vr.createSandbox({ cpu: 2, mem: 2048 });
// Execute code safely
const result = await sandbox.runCode(`
print("Hello from the void!")
`, { language: 'typescript' });
console.log(result.stdout); // Output: Hello from the void!We believe every developer deserves access to secure, isolated environments for running code. VoidRun was built to make code execution safe, fast, and accessible for AI agents and developers worldwide.
Ready to run code securely? Get started with up to $100 credits →