Jyro on the Command Line

The Jyro console application provides a command-line interface for compiling and executing Jyro scripts directly from your terminal or command prompt. This standalone interpreter/compiler enables rapid script development, testing, and automation without requiring integration into larger applications.

Use Cases:

  • Prototyping and testing Jyro scripts during development

  • Data transformation and processing tasks

  • Automation scripts for system administration

  • Educational exploration of the Jyro language

  • Batch processing of structured data files

System Requirements:

  • Windows 10 or later

  • .NET 8.0 Runtime or later

  • Command-line access (Terminal, PowerShell, Command Prompt)

  • Minimum 50MB available disk space

MSI, x64, .NET 8.0

Key Features:

  • Execute Jyro scripts from files with supplied JSON data

  • Produce .jyrx binaries for quicker execution

  • Test scripts against known output for verification

  • Real-time syntax validation and error reporting

  • Built-in standard library functions for common operations

  • Comprehensive diagnostic output for debugging