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?
- 01. Detects your OS (macOS / Linux) and CPU architecture.
- 02. Downloads the matching release binary from GitHub.
- 03. Verifies the SHA256 checksum against the value published by GitHub.
- 04. Installs the binary as
~/.hybroid/hybroid(or%USERPROFILE%\.hybroid\hybroid.exeon Windows). - 05. Adds
~/.hybroidto yourPATHsohybroidworks from a new terminal.
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.
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.
Familiar Syntax
Familiar syntax reminiscent of Rust and other popular languages. Easy to learn, hard to put down.
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.