macOS
brew install fwlocal Homebrew formula metadata
brew
Workspace productivity booster. Version 2.21.0 via Homebrew; verified 2026-06-22. Also installable with nix: nix profile install nixpkgs#fw.
install
brew install fwlocal Homebrew formula metadata
nix profile install nixpkgs#fwnixpkgs package indexes · pkgs/by-name/fw/fw/package.nix · source: api.github.com
overview
Workspace productivity booster
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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.
~/.config/fw~/Library/Application Support/fw{FOLDERID_RoamingAppData}\fwexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fw | 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.
install metadata
| Package key | brew:fw |
|---|---|
| Version | 2.21.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fw |
| Homepage | https://github.com/brocode/fw |
| Repository | https://github.com/brocode/fw |
| Upstream docs | https://github.com/brocode/fw#readme |
| License | WTFPL |
| Source archive | https://github.com/brocode/fw/archive/refs/tags/v2.21.0.tar.gz |
| Last updated | 2026-06-22T14:03:23-07:00 |
| Pulse | updated |
| Dependencies | openssl@3 |
| 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 | fw |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
fw
nix profile install nixpkgs#fwsource 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.