Official Yr ecosystem

THE TOOLS
AROUND YR.

Everything officially built for and with the Yr language. From the core compiler to the full cloud platform.


// Official tools
Core language
YR
@yr-lang/yr · npm

The Yr language itself. Parser, compiler, and runtime. Use it programmatically in your Node.js projects or integrate it into your own tooling.

400+
npm downloads
v0.x
Early stage
CLI
YR-CLI
@yr-lang/yr-cli · npm

Command line tools for Yr: build, serve, and deploy projects from the terminal. Install globally and run Yr projects anywhere — no IDE needed.

400+
npm downloads
CLI
Global install

// Quick install

GET STARTED
IN 30 SECONDS.

Terminal
$ npm install -g @yr-lang/yr-cli ← install CLI globally
$ yr new myproject ← create a project
$ yr serve ← run locally
$ yr deploy ← ship it

Or skip the CLI entirely and use Yrkit — build, run, and deploy from your browser with zero local setup.