getting-started.md

August 3, 2026 ยท View on GitHub

This guide covers installation, usage, and integration of the Fory IDL compiler.

Installation

From Source

cd compiler
pip install -e .

Verify Installation

foryc --help

First generation

foryc example.fdl --lang java,python --output ./generated

Continue with the CLI reference for frontend and output options or Build Integration to run generation from the application build.

Contents

  1. 1Installation
  2. 1.1From Source
  3. 1.2Verify Installation
  4. 2First generation