Native binaries
Your TypeScript compiles to a single executable. Ship it like any other binary — no node_modules, no runtime installation.
Native binaries
Your TypeScript compiles to a single executable. Ship it like any other binary — no node_modules, no runtime installation.
npm-compatible registry
Install Pure-compiled packages with plain npm install. The registry proxies npmjs so existing dependencies work out of the box.
WebSocket compile API
Stream source code over a WebSocket connection and receive real-time log lines and a presigned download URL when compilation finishes.
Fast cold start
Native binaries start in milliseconds. No VM warm-up, no module resolution, no JIT compile on first run.