macOS
brew install zflocal Homebrew formula metadata
brew
Command-line fuzzy finder that prioritizes matches on filenames. Version 0.10.4 via Homebrew; verified 2026-04-15.
install
brew install zflocal Homebrew formula metadata
nix profile install nixpkgs#zfnixpkgs package indexes · pkgs/by-name/zf/zf/package.nix · source: api.github.com
overview
Command-line fuzzy finder that prioritizes matches on filenames
history
zf is a command-line fuzzy finder and Zig/C fuzzy-ranking library designed around a common developer workflow: filtering file paths where the basename usually matters more than parent directories.
Nathan Craddock describes zf as coming from frustration with existing fuzzy finders ranking the intended file below path matches. In 2021 he began experimenting with filename-prioritized matching, later separating the ranking idea from a Neovim file picker so it could be used as a standalone command and library.
zf reads newline-separated candidates from stdin and writes selected candidates to stdout, so it fits the same shell slot as tools like fzf. Its key behavior is ranking filename matches ahead of full-path matches, adding strict path matching when the query contains path separators, and supporting whitespace-separated query tokens for narrowing results.
zf matters in package catalogs as a deliberately narrower fuzzy finder: it does not try to out-feature fzf, but packages one ranking opinion that is useful enough to be reused in editors, shell pipelines, and libraries.
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
zf | 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://github.com/natecraddock/zf
install metadata
| Package key | brew:zf |
|---|---|
| Version | 0.10.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/zf |
| Homepage | https://github.com/natecraddock/zf |
| Repository | https://github.com/natecraddock/zf |
| Upstream docs | https://github.com/natecraddock/zf/blob/main/doc/lib.md |
| License | MIT |
| Source archive | https://github.com/natecraddock/zf/archive/refs/tags/0.10.4.tar.gz |
| Last updated | 2026-04-15T01:07:17-04:00 |
| Pulse | updated |
| Build dependencies | zig@0.15 |
| 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 | zf |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
zf
nix profile install nixpkgs#zfsource 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.