Installing the Runreal CLI

Download the latest release from the Releases page.

Building from source

  1. Clone the cli
git clone https://github.com/runreal/cli
  1. Install dependencies
deno install
  1. Run the cli in dev mode
deno task dev

Compiling to binaries

deno task compile-win
deno task compile-linux
deno task compile-macos