Scriptc: Vercel’s TypeScript‑to‑Native Compiler Eliminates JavaScript Engine

Scriptc is an open‑source project from Vercel Labs. It transforms TypeScript source code into native executable binaries. The compiler

Scriptc is an open‑source project from Vercel Labs. It transforms TypeScript source code into native executable binaries. The compiler does not embed a JavaScript engine in the resulting binary. This approach reduces binary size and startup overhead. The repository on GitHub hosts the source code and documentation. Developers can build the tool from source using standard Rust toolchains. The project aims to simplify deployment of TypeScript applications. Users are invited to contribute or report issues via the GitHub page.