Jumpjet

Getting Started

get started with jumpjet in less than 60 seconds.

Step 01

Install

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

curl -fsSL https://jumpjet.dev/install.sh | bash

Step 02

Create project

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

jumpjet new game --template hello-rust

Step 03

Run your game

Your Jumpjet project is ready for action. Try jumpjet docs to see the entire runtime API.

jumpjet run