Skip to content

Installation

Zyra provides native installers and package distribution binaries for Windows, Linux, and macOS.


Windows

Download and run the standalone ZyraSetup.exe installer binary:

  1. Download ZyraSetup.exe from the Latest Release.
  2. Double-click ZyraSetup.exe.
  3. The setup tool will:
  4. Copy zyra.exe to %LocalAppData%\Programs\Zyra\bin.
  5. Automatically register Zyra in your Windows Environment %PATH%.
  6. Optionally prompt to install the Zyra VS Code Extension.

Verify installation:

zyra --help


Linux / POSIX Shell

Install via one-line terminal command:

curl -fsSL https://zyra-lang.dev/get | bash

Debian / Ubuntu / Zypper Package

Download the .deb package directly:

sudo dpkg -i zyra_1.0.0_amd64.deb


VS Code Extension

Install the official Zyra Programming Language extension from the VS Code Marketplace or install manually via VSIX:

code --install-extension zyra-vscode-1.0.1.vsix