macOS
brew install flowlocal Homebrew formula metadata
sudo port install flowMacPorts ports tree · devel/flow/Portfile · source: api.github.com
brew
Static type checker for JavaScript. Version 0.321.0 via Homebrew; verified 2026-06-26.
install
brew install flowlocal Homebrew formula metadata
sudo port install flowMacPorts ports tree · devel/flow/Portfile · source: api.github.com
nix profile install nixpkgs#flownixpkgs package indexes · pkgs/by-name/fl/flow/package.nix · source: api.github.com
scoop install main/flowScoop official bucket manifest trees · bucket/flow.json · source: api.github.com
winget install --id MadrasCheck.flow -eWindows Package Manager source index · MadrasCheck.flow · source: cdn.winget.microsoft.com
overview
Static type checker for JavaScript
history
Flow is Meta's static type checker and typed JavaScript dialect, distributed as the flow CLI and related npm tooling for checking JavaScript programs before runtime.
Facebook announced Flow in November 2014 as a new static type checker for JavaScript designed to find errors by analyzing programs without running them. The official repository describes Flow as a static typechecker for JavaScript and points users to flow.org for documentation.
Flow developed around a per-project configuration file, .flowconfig, and an npm-oriented setup through flow-bin. Its documentation also covers Babel and flow-remove-types for stripping Flow type annotations before publishing or running JavaScript.
Flow became closely associated with Facebook and React-era JavaScript projects, where static analysis was adopted to make large JavaScript codebases easier to maintain. The official docs include React-specific material and a dedicated guide for TypeScript users, reflecting Flow's long-running position in the JavaScript type-checking ecosystem.
In 2023, the Flow team published an official direction statement explaining that the project was focusing on Meta's internal use cases and would reduce broad open-source engagement, a notable shift in the project's adoption story.
Typical usage is project-local: install flow-bin, add a flow script, run flow init to create .flowconfig, and run flow to type-check source files. Flow projects use type annotations in JavaScript source and a compiler such as Babel or flow-remove-types to remove those annotations for runtime JavaScript.
Flow also publishes parser tooling, including flow-parser, for packages that need to parse Flow-typed JavaScript directly.
Flow matters to package maintainers because it is both a CLI and a language-extension ecosystem: packages may ship Flow annotations, require stripping transforms, pin flow-bin versions, or expose libdefs and parser behavior that differ across releases.
Its history is also a useful contrast point for TypeScript in package metadata, because Flow-heavy projects often leave signals such as .flowconfig, flow-bin dev dependencies, and type-stripping build scripts.
security posture
No matching local secret-handling manifest was found for flow. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.flowconfigsrc/.flowconfigexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
flow | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/facebook/flow
install metadata
| Package key | brew:flow |
|---|---|
| Version | 0.321.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/flow |
| Homepage | https://flow.org/ |
| Repository | https://github.com/facebook/flow |
| Upstream docs | https://flow.org/en/docs |
| License | MIT |
| Source archive | https://github.com/facebook/flow/archive/refs/tags/v0.321.0.tar.gz |
| Last updated | 2026-06-26T01:11:25Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | flow |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
flow
nix profile install nixpkgs#flowflow
sudo port install flowmain/flow
scoop install main/flowMadrasCheck.flow
winget install --id MadrasCheck.flow -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.