oclang package ships two binaries:
ocat— the Orange Cat compiler and runnerocm— the Orange Cat project manager
Prerequisites
Before installing, make sure you have:- Node.js — any recent LTS release
- TypeScript 5+ — required as a peer dependency
Install TypeScript
If you don’t have TypeScript 5+ installed globally, add it first:Confirm the version:
What gets installed
| Binary | Description |
|---|---|
ocat | Compiles and runs .ocat source files; also provides an interactive REPL via ocat inline |
ocm | Scaffolds and manages OCat projects via ocm initialize and ocm run |
Quickstart
Write and run your first OCat program in under 5 minutes
CLI reference
Full reference for every ocat and ocm command and flag