Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app
E2B Code Interpreter is an open-source SDK available in both Python (`e2b-code-interpreter`) and JavaScript/TypeScript (`@e2b/code-interpreter`) that lets developers run AI-generated code inside secure, isolated cloud sandboxes. The sandboxes are built on Jupyter notebook infrastructure, exposing a `Sandbox` class with a `runCode` method that executes arbitrary code and returns structured output, including text results and rich data types. Developers authenticate via an E2B API key and can spin up a sandbox in a few lines of code, making it straightforward to add a code execution layer to any LLM-backed application. The library is model-agnostic and works with Claude via the Anthropic API alongside OpenAI, Cohere, and other providers. Custom sandbox templates can be built to include additional packages or runtimes beyond the default environment. The primary audience is developers building AI applications that require safe, sandboxed execution of model-generated code, such as data analysis tools, coding assistants, or automated research pipelines.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/e2b-dev/code-interpreterResumen de Tools
Lo que la gente pregunta sobre code-interpreter
¿Qué es e2b-dev/code-interpreter?
+
e2b-dev/code-interpreter es tools para el ecosistema de Claude AI. Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app Tiene 2.3k estrellas en GitHub y se actualizó por última vez yesterday.
¿Cómo se instala code-interpreter?
+
Puedes instalar code-interpreter clonando el repositorio (https://github.com/e2b-dev/code-interpreter) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar e2b-dev/code-interpreter?
+
Nuestro agente de seguridad ha analizado e2b-dev/code-interpreter y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene e2b-dev/code-interpreter?
+
e2b-dev/code-interpreter es mantenido por e2b-dev. La última actividad registrada en GitHub es de yesterday, con 22 issues abiertos.
¿Hay alternativas a code-interpreter?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega code-interpreter en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/e2b-dev-code-interpreter)<a href="https://claudewave.com/repo/e2b-dev-code-interpreter"><img src="https://claudewave.com/api/badge/e2b-dev-code-interpreter" alt="Featured on ClaudeWave: e2b-dev/code-interpreter" width="320" height="64" /></a>Más Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies