TheUncharted/zapcode
TypeScript interpreter for AI agents. Written in Rust. 2µs cold start. Sandboxed. Alternative to MCP tool calling.
Executes TypeScript code in microseconds through a purpose-built interpreter that interprets a language subset rather than compiling to bytecode, enabling built-in execution snapshots (< 2 KB) that can suspend mid-function and resume later. Provides language-level sandboxing that blocks dangerous APIs by default and integrates with external async functions, making it suitable for agent loops requiring thousands of safe code executions with deterministic resumption across process boundaries.
18 stars and 8,877 monthly downloads. Available on PyPI.
Stars
18
Forks
—
Language
Rust
License
MIT
Category
Last pushed
Mar 13, 2026
Monthly downloads
8,877
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...