Getting Started

Get started with Rune in less than 60 seconds.

1. Install

Run the installer to get the latest build of the Rune CLI.

$ curl -fsSL https://rune.sh/install.sh | bash

2. Create a new project

Use the Rune CLI to create a new project. Choose from the list of available templates.

$ rune new game --template hello-rust

3. Run your new game

Your Rune project is ready for action. Try rune docs to see the entire runtime API.

$ rune run