Skip to content
@voidrun-ai

VoidRun AI Sandboxes

Hi there 👋

Welcome to VoidRun - the modern AI Sandbox platform for secure code execution.

🚀 What We Do

We provision highly secure, isolated MicroVMs for AI agents and developers to execute code safely with enterprise-grade security and lightning-fast performance.

✨ Key Features

  • 🔒 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

🛠️ Use Cases

  • 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

📚 Resources

🏗️ Repositories

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

🤝 Get Involved

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

📦 Quick Start

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!

🎯 Mission

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 →

Pinned Loading

  1. voidrun voidrun Public

    AI sandbox with code interpreter, computer use, and file system access - built on ultra-fast microVMs

    Go 9 1

  2. py-sdk py-sdk Public

    Python SDK to create, manage, and execute isolated sandboxes on VoidRun.

    Python

  3. ts-sdk ts-sdk Public

    TypeScript SDK to create, manage, and execute isolated sandboxes on VoidRun.

    TypeScript

  4. docs docs Public

    MDX

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…