macOS
brew install stowlocal Homebrew formula metadata
sudo port install stowMacPorts ports tree · sysutils/stow/Portfile · source: api.github.com
brew
Organize software neatly under a single directory tree (e.g. /usr/local). Version 2.4.1 via Homebrew; verified from local package data.
install
brew install stowlocal Homebrew formula metadata
sudo port install stowMacPorts ports tree · sysutils/stow/Portfile · source: api.github.com
sudo apk add stowAlpine Linux edge package indexes · stow · source: dl-cdn.alpinelinux.org
sudo apt install stowDebian stable package indexes · stow · source: deb.debian.org
sudo dnf install stowFedora Rawhide package metadata · stow · source: dl.fedoraproject.org
nix profile install nixpkgs#stownixpkgs package indexes · pkgs/by-name/st/stow/package.nix · source: api.github.com
sudo pacman -S stowArch Linux sync databases · stow · source: geo.mirror.pkgbuild.com
sudo zypper install stowopenSUSE Tumbleweed package metadata · stow · source: download.opensuse.org
overview
Organize software neatly under a single directory tree (e.g. /usr/local)
history
GNU Stow is a long-running GNU command-line tool for managing software or data trees by creating symlink farms into a shared target directory. Its modern package-manager interest comes from the way it preserves package ownership without a package database, and from its later adoption by dotfile users.
GNU's people page identifies Bob Glickstein as the author of GNU Stow. The Stow manual explains the original problem: administrators commonly built software such as Perl and Emacs under /usr/local, then needed a reliable way to upgrade or remove one package without confusing its files with another package's files.
Stow's design keeps each package in its own private tree and makes the files appear in a common tree through symbolic links. The manual says Stow was inspired by Carnegie Mellon's Depot, but deliberately avoided Depot's database state and destructive synchronization risks.
The Stow manual notes that more sophisticated system and language package managers reduced its role as a general software installer, naming rpm, dpkg, Nix, Guix, gem, pip, and npm as examples. It also records Stow's continued use for per-user configuration management, especially when paired with version control.
Homebrew, Debian, Fedora, Arch, Nix, MacPorts, and other package-manager entries in the supplied source facts show that Stow remains widely packaged as a small Unix tool rather than as an application platform.
Users arrange package directories under a stow directory and run the stow CLI to create, delete, or restow symlinks into the target tree. In dotfile workflows, the target is commonly the user's home directory, and Stow's --dotfiles behavior supports package trees that avoid hidden filenames internally.
The official manual documents resource files in .stowrc and ~/.stowrc, plus package-local and global ignore files, making it convenient to encode repeated CLI options and ignore rules.
Stow matters to package-manager culture because it is a minimal, inspectable alternative to database-backed ownership tracking: the filesystem layout is the metadata. That makes it attractive for source-built /usr/local trees, home-directory dotfiles, and users who want reversible installs without a full package manager.
It also gives package nerds a classic example of Unix composition: symlinks, predictable directory structure, and version control cover most of the workflow without a daemon, registry, or lockfile format.
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.
~/.stowrc.stowrc~/.stow-global-ignore.stow-local-ignoreexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
chkstow | cli | global executable | |
stow | 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.
https://www.gnu.org/software/stow/
install metadata
| Package key | brew:stow |
|---|---|
| Version | 2.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/stow |
| Homepage | https://www.gnu.org/software/stow/ |
| Repository | https://git.savannah.gnu.org/cgit/stow.git |
| Upstream docs | https://www.gnu.org/software/stow |
| License | GPL-3.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/stow/stow-2.4.1.tar.gz |
| Uses from macOS | perl |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | stow |
| 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.
stow 2.4.1-2
Organizer for /usr/local software packages
https://www.gnu.org/software/stow/
sudo apt install stowstow
nix profile install nixpkgs#stowstow 2.3.1-1
Organizer for /usr/local software packages
https://www.gnu.org/software/stow/
sudo apt install stowstow 2.4.1-r1
Manage installation of multiple softwares in the same directory tree
https://www.gnu.org/software/stow/
sudo apk add stowstow-doc 2.4.1-r1
Manage installation of multiple softwares in the same directory tree (documentation)
https://www.gnu.org/software/stow/
sudo apk add stow-docstow 2.4.1-4.fc44
Manage the installation of software packages from source
https://www.gnu.org/software/stow/stow.html
sudo dnf install stowstow-doc 2.4.1-4.fc44
Documentation for Stow
https://www.gnu.org/software/stow/stow.html
sudo dnf install stow-docstow 2.4.1-1
Manage installation of multiple softwares in the same directory tree
https://www.gnu.org/software/stow/
sudo pacman -S stowstow 2.4.1-1.7
Manage the installation of software packages from source
https://gnu.org/software/stow/
sudo zypper install stowstow-doc 2.4.1-1.7
Documentation for GNU Stow
https://gnu.org/software/stow/
sudo zypper install stow-docstow
sudo port install stowsource 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.