macOS
brew install flowlocal Homebrew formula metadata
sudo port install flowMacPorts ports tree · devel/flow/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für flow in AI-Agent-Workflows.
Installation
brew install flowlocal Homebrew formula metadata
sudo port install flowMacPorts ports tree · devel/flow/Portfile · Quelle: api.github.com
nix profile install nixpkgs#flownixpkgs package indexes · pkgs/by-name/fl/flow/package.nix · Quelle: api.github.com
scoop install main/flowScoop official bucket manifest trees · bucket/flow.json · Quelle: api.github.com
winget install --id MadrasCheck.flow -eWindows Package Manager source index · MadrasCheck.flow · Quelle: cdn.winget.microsoft.com
Überblick
Static type checker for JavaScript
Verlauf
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.
Sicherheitslage
Für flow wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
flow | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/facebook/flow
Installationsmetadaten
| Paketschlüssel | brew:flow |
|---|---|
| Version | 0.324.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/flow |
| Homepage | https://flow.org/ |
| Repository | https://github.com/facebook/flow |
| Upstream-Dokumentation | https://flow.org/en/docs |
| Lizenz | MIT |
| Quellarchiv | https://github.com/facebook/flow/archive/refs/tags/v0.324.0.tar.gz |
| Zuletzt aktualisiert | 2026-07-24T21:16:34Z |
| Pulse | updated |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
flow
nix profile install nixpkgs#flowflow
sudo port install flowmain/flow
scoop install main/flowMadrasCheck.flow
winget install --id MadrasCheck.flow -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.