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 | bashlinux
download and install via the official shell script. requires curl.
curl -sSL https://raw.githubusercontent.com/zakyislm/drylang/main/installers/install.sh | bashwindows
download and install via powershell. adds drylang to your path automatically.
iwr https://raw.githubusercontent.com/zakyislm/drylang/main/installers/install.ps1 -useb | iexverify installation
after running the script, verify the installation by checking the version in your terminal.
y --version