Automic VaultAutomic Vault

brew

flow を Homebrew, MacPorts, Nix, scoop, winget でインストール

flow のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install flow

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install flow

MacPorts ports tree · devel/flow/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#flow

nixpkgs package indexes · pkgs/by-name/fl/flow/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install main/flow

Scoop official bucket manifest trees · bucket/flow.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id MadrasCheck.flow -e

Windows 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.

タイムライン

  • 2014: Facebook announces Flow as a static type checker for JavaScript.
  • 2010s: Flow is used with JavaScript package workflows through flow-bin, Babel, and flow-remove-types.
  • 2023: The Flow team states a narrowed open-source direction focused on Meta's internal usage.
  • 2026: Official docs show Flow continuing with releases, .flowconfig reference docs, React docs, and TypeScript migration guidance.

Related projects

  • Official docs and README connect Flow to flow-bin, flow-parser, flow-remove-types, Babel, React, and TypeScript migration guidance.

セキュリティ状態

保護ツール対応はまだ見つかっていません

flow に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.flowconfigsrc/.flowconfig

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
flowcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版0.324.0
マネージャ更新日2026-07-24
ローカルデータOK
上流最新
検出された最新v0.324.0

https://github.com/facebook/flow

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキー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
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameflow
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • flow-cli
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

flow

nix profile install nixpkgs#flow
  • normalized package name match
  • 一致条件: Flow
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fl/flow/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

flow

sudo port install flow
  • normalized package name match
  • 一致条件: Flow
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/flow/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/flow

scoop install main/flow
  • normalized package name match
  • 一致条件: Flow
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/flow.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

MadrasCheck.flow

winget install --id MadrasCheck.flow -e
  • normalized package name match
  • 一致条件: Flow
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: MadrasCheck.flow from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment