Skip to content

Quick Start

  1. Download the latest release from GitHub.

  2. Move the downloaded file to a directory of your choice.

  3. Rename hybroid-xxxxxx-xxxxxx to hybroid (or from hybroid-windows-xxxxxx.exe to hybroid.exe on Windows).

  4. Go to settings and add the directory to your PATH.

  5. Run this command in your terminal:

Terminal window
hybroid -v

The console output should look something like this:

> hybroid -v
hybroid-live version 0.1.0

And voilà! You are ready to create your first project!

  1. Download and install VS Code or a fork like VSCodium, Cursor or Windsurf.

  2. Download the Hybroid Live extension from GitHub.

  3. Press Ctrl+Shift+P and type Install from VSIX.

The extension will be released to the Visual Studio Code Marketplace in the future.

Since Hybroid Live is a language for PewPew Live, it requires ppl-utils to be installed as well.

Creating a project in Hybroid Live is trivial. Navigate to a directory of your choice and use:

Terminal window
hybroid init --package hello-world --name "hello, world!" --output out

package is the name of the package, name is the name of the level, and output is the output directory.