Automic VaultAutomic Vault

brew

fw を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install fw

local Homebrew formula metadata

Linux

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

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

概要

パッケージ概要

Workspace productivity booster

コマンドとエイリアス

  • fw

履歴

プロジェクトの歴史と使われ方

fw is a Rust command-line workspace manager for cloning projects, switching among them, and running setup commands across a developer workspace. Its upstream README frames it as a personal productivity tool with explicit workflow assumptions rather than a general-purpose project manager.

プロジェクトの歴史

The GitHub repository was created in March 2017. Early releases reached 1.x during 2017, and later releases moved into the 2.x series, with releases continuing through at least 2025.

The README presents fw as a tool for describing a workspace, cloning git projects, running setup commands, generating editor/projectile configuration, and reducing project-switching overhead.

採用の歴史

fw has a small but real package-manager footprint: the upstream README advertises a crates.io package badge, while the input package metadata records availability in Homebrew and Nix. Its adoption is best understood as a niche command-line workflow tool rather than a broad ecosystem standard.

使われ方

Users maintain a configuration directory under the platform config directory, or override it with `FW_CONFIG_DIR`. The tool assumes git repositories, ssh-based cloning, and ssh-agent authentication by default.

Typical usage is to define projects once, let fw clone or locate them, and use shell integration to jump into a project with setup actions such as running build commands or activating language environments.

パッケージ好きにとっての重要性

fw is interesting to package nerds because it sits between dotfiles, shell navigation, Git workspace bootstrapping, and editor integration. It is a small example of a personal workflow script becoming a packaged CLI with cross-platform config-directory behavior.

Its README is unusually explicit about what the tool is not: it encodes the author's workflow and lists assumptions such as git-only repositories and ssh-agent authentication.

タイムライン

  • 2017: Public GitHub repository created.
  • 2017: 1.x releases published.
  • 2023: 2.18.0 and 2.19.x releases published.
  • 2025: 2.20.0 and 2.21.0 releases published.

Related projects

  • fw overlaps with shell `CDPATH`, project switcher scripts, editor project indexes such as Projectile, and language environment managers such as nvm or virtualenv when used as setup hooks.
  • It depends culturally on Git and ssh-agent based developer workflows.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 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.

Linux
~/.config/fw
macOS
~/Library/Application Support/fw
Windows
{FOLDERID_RoamingAppData}\fw

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-26
マネージャ版2.21.0
マネージャ更新日2026-06-22
ローカルデータOK
上流最新
検出された最新v2.21.0

https://github.com/brocode/fw

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fw
バージョン2.21.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/fw
ホームページhttps://github.com/brocode/fw
リポジトリhttps://github.com/brocode/fw
上流ドキュメントhttps://github.com/brocode/fw#readme
ライセンスWTFPL
ソースアーカイブhttps://github.com/brocode/fw/archive/refs/tags/v2.21.0.tar.gz
最終更新2026-06-22T14:03:23-07:00
Pulseupdated
依存関係openssl@3
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefw
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Nix95%

fw

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

ソース経路

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

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

Combined YAML source

View the package source record on GitHub.

combined/fw.yml

使用ソース

  • 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