Picture for scriptc

scriptc

Evidence checked Jul 28, 2026compilerdevtoolsvercel-labstypescriptquality

scriptc is a Vercel Labs compiler that turns TypeScript into native binaries. TypeScript goes through a C intermediate and aims to run without Node or V8. Launch posts talked about killing cold starts. The first issues talked about Windows, clang, and silent FFI bugs.

Open the main site ↗

Why it is on this list

Problems showed up immediately. Windows does not run cleanly (#10, #25). Real projects hit clang compile failures (#23). Some FFI bugs build green and only throw at load (#21). Dynamic re-exports can pass the build with no diagnosis and fail later (#19). Social posts repeated “TypeScript becomes native” with almost no caveats. Green builds that do not survive real execution are the gap.

References (10)

Related entries