macOS
brew install flowlocal Homebrew formula metadata
sudo port install flowMacPorts ports tree · devel/flow/Portfile · 来源: api.github.com
安装
brew install flowlocal Homebrew formula metadata
sudo port install flowMacPorts ports tree · devel/flow/Portfile · 来源: api.github.com
nix profile install nixpkgs#flownixpkgs package indexes · pkgs/by-name/fl/flow/package.nix · 来源: api.github.com
scoop install main/flowScoop official bucket manifest trees · bucket/flow.json · 来源: api.github.com
winget install --id MadrasCheck.flow -eWindows Package Manager source index · MadrasCheck.flow · 来源: cdn.winget.microsoft.com
概览
Static type checker for JavaScript
历史
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.
安全态势
没有找到 flow 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/.flowconfig可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
flow | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/facebook/flow
安装元数据
| 软件包键 | brew:flow |
|---|---|
| 版本 | 0.324.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/flow |
| 主页 | https://flow.org/ |
| 仓库 | https://github.com/facebook/flow |
| 上游文档 | https://flow.org/en/docs |
| 许可证 | MIT |
| 源码归档 | https://github.com/facebook/flow/archive/refs/tags/v0.324.0.tar.gz |
| 最后更新 | 2026-07-24T21:16:34Z |
| Pulse | updated |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
flow
nix profile install nixpkgs#flowflow
sudo port install flowmain/flow
scoop install main/flowMadrasCheck.flow
winget install --id MadrasCheck.flow -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.