# Tako VM

> Tako VM is a secure file system and Python execution layer for AI agents: gVisor-isolated Docker containers with job queues, workers, retries, and replay.

- **Website:** https://tako-research.github.io/TakoVM
- **Pricing:** unknown
- **Categories:** Developer Tools, AI Agents
- **Tags:** developer-tools, ai-agents, writing-content
- **Platforms:** CLI, API
- **Last verified:** 2026-08-26
- **Canonical page:** https://linkrena.com/tools/tako-vm

## About

File system and Python execution for your agents: run untrusted code in gVisor-isolated containers, with the queue, workers, execution history, retries, and replay you'd otherwise build yourself.

job_id = tako_vm . submit_code ( "print(sum(i * i for i in range(10**6)))" )

Install, run the server, and execute your first sandboxed job.

gVisor isolation, seccomp, the threat model, and how to harden for production.

Wire Tako VM into LangChain or OpenAI tool-calling as a code-execution tool.

Every endpoint and SDK method: sync execution, async jobs, replay, artifacts.

Sandbox-only tools (e2b, microsandbox) give you isolated execution. You still need to build the job system yourself.

Tako VM exists to run untrusted, often AI-generated, code, so isolation is layered: each job runs in its own ephemeral Docker container behind gVisor 's userspace kernel, with a default-deny seccomp profile, no network, dropped capabilities, and a non-root user. Even a kernel exploit stays inside the sandbox.

For production with untrusted code, set security_mode: strict so execution fails rather than silently falling back to standard runc when gVisor is unavailable.

Sandbox : a gVisor-backed, single-use container that executes one job and is destroyed.

Job : an asynchronous unit of work with a persisted ExecutionRecord lifecycle ( queued → running → succeeded/failed/timeout/oom/cancelled ).

## Related tools

- [Hexstrike AI](https://linkrena.com/tools/hexstrike-ai): HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pent…
- [CAIPE](https://linkrena.com/tools/caipe): Open-source multi-agent system for AI-powered platform engineering.
- [Latticedb](https://linkrena.com/tools/latticedb): Embedded single-file knowledge graph database with vector search and full-text search for AI/RAG apps - jeffhajewski/latticedb
- [CarWatch](https://linkrena.com/tools/carwatch): Your car as a chat-room agent: Raspberry Pi 5 + dashcam + local AI.
- [Texbrain](https://linkrena.com/tools/texbrain): FOSS browser-based LaTeX editor with live preview, on-demand packages and git integration.
- [Global Solo](https://linkrena.com/tools/global-solo): Which US business banking providers accept non-US-resident founders of US LLCs: 19 providers × 8 countries of residence, 239 verified claims, every cell cited…
