No Runtime
Compiles to a standalone native binary. No JIT warmup, no cold start.
Write TypeScript-style code and compile to a standalone native binary — no Node.js, no runtime overhead.
Your TypeScript is parsed, type-checked, and lowered to LLVM IR — then compiled and linked into a standalone native binary.
Congratulations, you wrote your first ChadScript app!
console.log("Hello from ChadScript!");curl -fsSL https://raw.githubusercontent.com/cs01/ChadScript/main/install.sh | sh