get drylang.

the official distribution includes the compiler, bytecode vm, and standard library. choose your platform below.

macos

download and install via the official shell script. requires curl.

curl -sSL https://raw.githubusercontent.com/zakyislm/drylang/main/installers/install.sh | bash

linux

download and install via the official shell script. requires curl.

curl -sSL https://raw.githubusercontent.com/zakyislm/drylang/main/installers/install.sh | bash

windows

download and install via powershell. adds drylang to your path automatically.

iwr https://raw.githubusercontent.com/zakyislm/drylang/main/installers/install.ps1 -useb | iex

verify installation

after running the script, verify the installation by checking the version in your terminal.

y --version