Skip to content

ChadScriptTypeScript syntax. Native binary. No runtime.

Write TypeScript-style code and compile to a standalone native binary — no Node.js, no runtime overhead.

How it Works

Your TypeScript is parsed, type-checked, and lowered to LLVM IR — then compiled and linked into a standalone native binary.

Terminal

Congratulations, you wrote your first ChadScript app!

Cold Start
Time to print "Hello" and exit
C
1.7ms
ChadScript
1.9ms
Go
3.7ms
Bun
19ms
Node.js
54ms

Examples

hello.ts
console.log("Hello from ChadScript!");
Terminal
$ |

Ready to try it?

bash
curl -fsSL https://raw.githubusercontent.com/cs01/ChadScript/main/install.sh | sh