CFDL

Install & Setup

CFDL runs the same compiler and engine everywhere — pick the surface that matches how you work.

You want to…SurfaceSetup
Try the language right nowPlaygroundnone
Model in files, run in CICLIInstall the CLI
Analyze results in pandas / notebooksPython SDKInstall for Python
Call CFDL from another serviceAPI serverRun the server
Author models with diagnostics + hoverVS Code + LSPVS Code and LSP

Pre-launch note

CFDL is pre-1.0 and the repository is currently private. Until launch, installs come from source or from GitHub Release assets; the pages here mark the channels that open at launch (Homebrew, PyPI, VS Code Marketplace, ghcr.io) as at launch.

Versions and compatibility

The CLI, Python SDK, WASM playground, and API server embed the same compiler and engine, so a given release produces byte-identical IR and Results across all of them. The language/IR spec is v0.1; interfaces may change until 1.0 freezes the IR and Results schemas.