v0.2.0 (Alpha)

Hybroid
Live

Supercharge your PPL level development.

Hybroid Live Logo
/INSTALL_v0.1.0

Install Hybroid Live

Run a single command in your terminal. The installer detects your platform, downloads the correct binary, verifies its SHA256, and puts hybroid on your PATH.

curl -fsSL https://hybroid.pewpew.live/install.sh | sh
What does this do?
  1. 01. Detects your OS (macOS / Linux) and CPU architecture.
  2. 02. Downloads the matching release binary from GitHub.
  3. 03. Verifies the SHA256 checksum against the value published by GitHub.
  4. 04. Installs the binary as ~/.hybroid/hybroid (or %USERPROFILE%\.hybroid\hybroid.exeon Windows).
  5. 05. Adds ~/.hybroid to your PATH so hybroid works from a new terminal.
Prefer to do it manually?Download from GitHub →
/DATA_FEATURES_01

Handcrafted for PewPew

Hybroid Live is a programming language specially created with PewPew Live developer experience in mind. Move fast with automatic floating-to-fixed point number conversion, static type checking, and dedicated language features for ticking and entities.

An illustration of an alpha ship with a Hybroid Live logo in the bottom right corner
/DATA_FEATURES_02

State of the art errors

Helpful error messages inspired by world-class languages that display in-depth information about what went wrong and potential solutions.

A big warning icon
/DATA_FEATURES_03

Familiar Syntax

Familiar syntax reminiscent of Rust and other popular languages. Easy to learn, hard to put down.

An icon containing the right and left curly brackets
/DATA_FEATURES_04

Built For Your Editor

Hybroid Live boasts a language server that provides lightning-fast autocomplete, context-aware hover, and inline error messages in your editor. Spend less time debugging and more time building.

An icon containing showing a triangle and lines representing text