macOS
brew install fzylocal Homebrew formula metadata
sudo port install fzyMacPorts ports tree · devel/fzy/Portfile · source: api.github.com
brew
Fast, simple fuzzy text selector with an advanced scoring algorithm. Version 1.1 via Homebrew; verified from local package data.
install
brew install fzylocal Homebrew formula metadata
sudo port install fzyMacPorts ports tree · devel/fzy/Portfile · source: api.github.com
sudo apk add fzyAlpine Linux edge package indexes · fzy · source: dl-cdn.alpinelinux.org
sudo apt install fzyDebian stable package indexes · fzy · source: deb.debian.org
nix profile install nixpkgs#fzynixpkgs package indexes · pkgs/by-name/fz/fzy/package.nix · source: api.github.com
sudo pacman -S fzyArch Linux sync databases · fzy · source: geo.mirror.pkgbuild.com
sudo zypper install fzyopenSUSE Tumbleweed package metadata · fzy · source: download.opensuse.org
overview
Fast, simple fuzzy text selector with an advanced scoring algorithm
history
fzy is a small fuzzy text selector for the terminal, written in C, with an emphasis on speed, simplicity, and scoring quality. Its README presents it as both a command-line selector and an editor-plugin building block.
The repository was created in July 2014, and GitHub Releases show early 0.x releases in October 2014. The README positions fzy against fzf, pick, selecta, ctrlp, and similar tools, arguing that its scoring favors consecutive letters and word starts rather than merely short matches.
The 1.0 release was published in 2018, and the fzy 1.1 man page is dated July 2025. The man page describes the stable core interface: read newline-separated items from stdin, show a terminal menu, narrow with fuzzy matching, and print the selected item to stdout.
The upstream README documents installation through Homebrew, MacPorts, Arch Linux/MSYS2 pacman, FreeBSD pkg, Gentoo Portage, Ubuntu/Debian apt, pkgsrc, openSUSE zypper, and source builds. That breadth reflects fzy's role as a compact Unix-style filter that distribution maintainers can package easily.
fzy is normally used as a filter in shell pipelines, for example `ls | fzy`, `vi $(find -type f | fzy)`, choosing a directory to `cd` into, selecting a process to kill, or selecting a Git branch. The README also gives Vim integration examples that pipe file lists through fzy and then open the selected file.
fzy is significant as the minimal C member of the fuzzy-finder family: it exposes the classic stdin-to-stdout Unix interface, has a documented scoring algorithm, avoids a large runtime, and is small enough to be carried by many Unix package systems.
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 |
|---|---|---|---|
fzy | 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/jhawthorn/fzy
install metadata
| Package key | brew:fzy |
|---|---|
| Version | 1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fzy |
| Homepage | https://github.com/jhawthorn/fzy |
| Repository | https://github.com/jhawthorn/fzy |
| Upstream docs | https://github.com/jhawthorn/fzy#readme |
| License | MIT |
| Source archive | https://github.com/jhawthorn/fzy/archive/refs/tags/1.1.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, 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 | fzy |
| 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.
fzy 1.0-1
fast, simple fuzzy text selector
https://github.com/jhawthorn/fzy
sudo apt install fzyfzy
nix profile install nixpkgs#fzyfzy 1.0-1
fast, simple fuzzy text selector
https://github.com/jhawthorn/fzy
sudo apt install fzyfzy 1.1-r1
A better fuzzy finder
https://github.com/jhawthorn/fzy
sudo apk add fzyfzy-doc 1.1-r1
A better fuzzy finder (documentation)
https://github.com/jhawthorn/fzy
sudo apk add fzy-docfzy 1.1-1
A better fuzzy finder
https://github.com/jhawthorn/fzy
sudo pacman -S fzyfzy 1.1-1.3
A fuzzy text selector
https://github.com/jhawthorn/fzy
sudo zypper install fzyfzy
sudo port install fzysource 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.