Installation
Install Ant on macOS, Linux, or Windows in one command.
Quick Start
Run your first script and HTTP server in under five minutes.
Package Manager
Install npm packages and manage dependencies with the built-in package manager.
Built-in APIs
Explore Ant’s built-in modules: fetch, fs, crypto, streams, and more.
TypeScript
Run TypeScript files directly — no build step, no tsconfig required.
FFI & WebAssembly
Call native libraries and run WASM modules from JavaScript.
Why Ant?
Ant is designed for environments where binary size and startup time matter — serverless functions, edge computing, embedded systems, and CLI tools. Unlike runtimes that wrap V8, JSC, or SpiderMonkey, Ant Silver is a hand-built engine with a JIT compiler, giving you near-compiled performance at a fraction of the size.| Ant | Node | Bun | Deno | |
|---|---|---|---|---|
| Binary size | ~9 MB | ~120 MB | ~60 MB | ~90 MB |
| Cold start | ~5 ms | ~31 ms | ~13 ms | ~25 ms |
| TypeScript | Built-in | No | Built-in | Built-in |
| WinterTC conformant | ✓ | partial | ✓ | ✓ |