Get Started
Flux is a deterministic, paged document system. A
Code
.fluxRequires Node ≥ 20.
Install The Launcher
Flux ships with a launcher that installs and updates the managed toolchain for you.
Code (bash)npm i -g @flux-lang/flux flux self update flux
- installs the launcher.Code
npm i -g @flux-lang/flux - fetches or updates the managed toolchain.Code
flux self update - runs the launcher entrypoint.Code
flux
What Flux Is
- Deterministic: the same inputs yield the same runtime snapshot and pages.
- Paged: rendering is done as paged HTML and can be exported to PDF.
- Slot-driven: changing content lives inside layout-locked slots to preserve pagination.