Skip to content

runreal/cli

Repository files navigation

runreal cli

hero

The Open-Source Unreal Engine toolkit.
Documentation »

Website · Twitter

  • Unreal Engine: Configure engines, build projects, and run UAT/UBT commands.
  • Buildgraph: Generate reports from your buildgraphs.

Installation

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

Changelog

See the CHANGELOG for a list of changes.

License

MIT LICENSE