# FlatBuffers Compiler (`flatc`) The main compiler for FlatBuffers is called `flatc` and is used as follows: ```sh flatc [ GENERATOR_OPTIONS ] [ -o PATH ] [- I PATH ] FILES... [ -- BINARY_FILES... ] ```