Download Latest Version flow-linux-arm64-v0.307.1.zip (17.0 MB)
Email in envelope

Get an email when there's a new version of Flow

Home / v0.307.0
Name Modified Size InfoDownloads / Week
Parent folder
flow 2026-03-26 1.5 kB
flow-win64-v0.307.0.zip 2026-03-26 14.5 MB
flow-osx-arm64-v0.307.0.zip 2026-03-26 10.9 MB
flow-linux-arm64-v0.307.0.zip 2026-03-26 17.0 MB
flow-linux64-v0.307.0.zip 2026-03-26 14.0 MB
README.md 2026-03-26 585 Bytes
v0.307.0 source code.tar.gz 2026-03-26 11.6 MB
v0.307.0 source code.zip 2026-03-26 17.9 MB
Totals: 8 Items   86.0 MB 1

Notable bug fixes:

  • Support numeric literal object keys when importing/exporting object literals
  • Allow type keywords like infer to appear as member names in qualified type access (e.g. type S = O.infer;).
  • Allow type keywords (readonly, keyof, infer, etc.) as function type parameter names

Parser:

  • It is now a parse error to have a ? optional modifier in various places this does not make sense, e.g. const x? = 1;

Misc:

  • API change: flow check becomes an alias of flow status. You can use flow full-check to trigger a full foreground check of a Flow root.
Source: README.md, updated 2026-03-26