TheUncharted/zapcode
TypeScript interpreter for AI agents. Written in Rust. 2µs cold start. Sandboxed. Alternative to MCP tool calling.
This project helps AI agents execute code snippets securely and extremely fast, without the typical performance hit or security risks of traditional methods. It takes AI-generated TypeScript code and runs it in a safe, sandboxed environment, outputting the results of the code execution. This is for developers building AI agents or applications that need to run untrusted, dynamically generated code with minimal latency.
Available on PyPI.
Use this if you are developing AI agents that generate and need to execute code snippets for complex logic, and you require ultra-low latency and strong security guarantees.
Not ideal if your AI agent requires full ECMAScript compliance, extensive external library support, or if you can tolerate hundreds of milliseconds of execution latency.
Stars
18
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/TheUncharted/zapcode"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spider-rs/spider
Web crawler and scraper for Rust
RightNow-AI/openfang
Open-source Agent Operating System
Dicklesworthstone/pi_agent_rust
High-performance AI coding agent CLI written in Rust with zero unsafe code
liquidos-ai/AutoAgents
A multi-agent framework written in Rust that enables you to build, deploy, and coordinate...
Ataraxy-Labs/sem
Semantic version control CLI. Entity-level diff, blame, graph, and impact analysis for code. 16...