Skip to main content
Version: dev

Getting Started

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.