perryts
Installation
SKILL.md
PerryTS — Native TypeScript Compiler
Compiles .ts to native binaries via SWC parsing → LLVM code generation. No V8/Node.js.
Use Cases
Use when writing/debugging PerryTS projects, asking about API usage, or cross-platform compilation.
Installation
npm install @perryts/perry # Recommended, requires Node ≥ 16
brew install perryts/perry/perry # macOS
winget install PerryTS.Perry # Windows
perry doctor; perry --version # Verify
perry update # Self-update
Prerequisites: macOS xcode-select --install / Linux apt install build-essential / Windows winget install LLVM.LLVM && perry setup windows