Skip to content

Scriptc by Vercel: TypeScript-to-Native compiler, no JavaScript engine in binary

8.6 relevance
Score Breakdown
technical depth
9
novelty
9
actionability
8
community
8
strategic
8
personal
9

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Novel TypeScript-to-native compiler from Vercel, directly relevant to platform engineering.

Languages github.com
TypeScript-to-Native Compiler. Contribute to vercel-labs/scriptc development by creating an account on GitHub.
Summary

Vercel's Scriptc compiles standard TypeScript into native executables with no JavaScript engine, leveraging the real TypeScript compiler for type checking. It supports most TypeScript features and Node APIs, producing small binaries (e.g., 178KB for fibonacci) with ~2ms startup, and correctness is guaranteed via differential testing against Node. An optional embedded quickjs-ng engine (~620KB) handles dynamic code that cannot be statically compiled, with runtime type validation.

Author

vercel-labs