macOS
brew install fzflocal Homebrew formula metadata
sudo port install fzfMacPorts ports tree · sysutils/fzf/Portfile · source: api.github.com
brew
Command-line fuzzy finder written in Go. Version 0.74.0 via Homebrew; verified 2026-07-06.
install
brew install fzflocal Homebrew formula metadata
sudo port install fzfMacPorts ports tree · sysutils/fzf/Portfile · source: api.github.com
sudo apk add fzfAlpine Linux edge package indexes · fzf · source: dl-cdn.alpinelinux.org
sudo apt install fzfDebian stable package indexes · fzf · source: deb.debian.org
sudo dnf install fzfFedora Rawhide package metadata · fzf · source: dl.fedoraproject.org
nix profile install nixpkgs#fzfnixpkgs package indexes · pkgs/by-name/fz/fzf/package.nix · source: api.github.com
sudo pacman -S fzfArch Linux sync databases · fzf · source: geo.mirror.pkgbuild.com
sudo zypper install fzfopenSUSE Tumbleweed package metadata · fzf · source: download.opensuse.org
choco install fzfChocolatey community package catalog · fzf · source: community.chocolatey.org
scoop install main/fzfScoop official bucket manifest trees · bucket/fzf.json · source: api.github.com
winget install --id junegunn.fzf -eWindows Package Manager source index · junegunn.fzf · source: cdn.winget.microsoft.com
overview
Command-line fuzzy finder written in Go
history
fzf is a general-purpose command-line fuzzy finder and interactive terminal toolkit. Its README describes it as a fast, portable, programmable single-binary tool for selecting files, browsing command history, previewing data, navigating datasets, and building custom terminal menus.
The GitHub repository was created in October 2013, and the README copyright line spans 2013-2026. Over time the project expanded from a fuzzy selector into a terminal UI toolkit with preview windows, event bindings, reload actions, shell integrations, Vim and Neovim support, and packaged binaries.
Recent changelog entries show active development in the 0.70 series and later, including popup support for tmux and Zellij, reload tracking, performance improvements, Nushell integration, new preview and border behavior, and HTTP/listen-related enhancements.
fzf is widely packaged by operating-system and language-adjacent package managers. The official README documents Homebrew, MacPorts, Debian/Ubuntu, Fedora, Alpine, Nix, Arch, FreeBSD, NetBSD, OpenBSD, Gentoo, Spack, Void, Chocolatey, Scoop, Winget, MSYS2, git installs, binary releases, and Vim plugin installation.
The basic model is Unix-pipeline friendly: fzf reads newline-separated candidates from stdin and writes the selected item to stdout. Without stdin, it can traverse the current directory. Shell integration adds key bindings and fuzzy completion for Bash, Zsh, Fish, and Nushell, while the Vim integration exposes functions and the `:FZF` command.
fzf is one of the canonical examples of a small CLI package becoming a platform primitive. Package maintainers care about it because it is not just an executable but also shell scripts, editor integration, completions, optional tmux/Zellij behavior, binary releases, and cross-platform package-manager coverage.
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.
$FZF_DEFAULT_OPTS_FILE~/.fzfrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fzf | cli | global executable | |
fzf-preview.sh | cli | global executable | |
fzf-tmux | 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/junegunn/fzf
install metadata
| Package key | brew:fzf |
|---|---|
| Version | 0.74.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fzf |
| Homepage | https://junegunn.github.io/fzf/ |
| Repository | https://github.com/junegunn/fzf |
| Upstream docs | https://github.com/junegunn/fzf#readme |
| License | MIT |
| Source archive | https://github.com/junegunn/fzf/archive/refs/tags/v0.74.0.tar.gz |
| Last updated | 2026-07-06T15:42:20Z |
| Pulse | updated |
| Build dependencies | go |
| Uses from macOS | ncurses |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | To set up shell integration, see: https://github.com/junegunn/fzf#setting-up-shell-integration To use fzf in Vim, add the following line to your .vimrc: set rtp+=$HOMEBREW_PREFIX/opt/fzf |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fzf |
| 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.
fzf 0.60.3-1+b2
general-purpose command-line fuzzy finder
https://github.com/junegunn/fzf
sudo apt install fzffzf
nix profile install nixpkgs#fzffzf 0.44.1-1
general-purpose command-line fuzzy finder
https://github.com/junegunn/fzf
sudo apt install fzffzf 0.73.1-r0
A command-line fuzzy finder
https://github.com/junegunn/fzf
sudo apk add fzffzf-bash-plugin 0.73.1-r0
Bash plugin for fzf (completion and key bindings)
https://github.com/junegunn/fzf
sudo apk add fzf-bash-pluginfzf-doc 0.73.1-r0
A command-line fuzzy finder (documentation)
https://github.com/junegunn/fzf
sudo apk add fzf-docfzf-fish-plugin 0.73.1-r0
Fish key bindings for fzf
https://github.com/junegunn/fzf
sudo apk add fzf-fish-pluginfzf-neovim 0.73.1-r0
fzf vim plugin for neovim
https://github.com/junegunn/fzf
sudo apk add fzf-neovimfzf-tmux 0.73.1-r0
Helper script to start fzf in a tmux pane
https://github.com/junegunn/fzf
sudo apk add fzf-tmuxfzf-vim 0.73.1-r0
fzf vim plugin
https://github.com/junegunn/fzf
sudo apk add fzf-vimfzf-zsh-plugin 0.73.1-r0
Zsh plugin for fzf (completion and key bindings)
https://github.com/junegunn/fzf
sudo apk add fzf-zsh-pluginfzf 0.73.1-1.fc45
A command-line fuzzy finder written in Go
https://github.com/junegunn/fzf
sudo dnf install fzffzf 0.72.0-1
Command-line fuzzy finder
https://github.com/junegunn/fzf
sudo pacman -S fzffzf 0.73.1-1.1
A command-line fuzzy finder
https://github.com/junegunn/fzf
sudo zypper install fzffzf-bash-integration 0.73.1-1.1
Bash completion for fzf
https://github.com/junegunn/fzf
sudo zypper install fzf-bash-integrationfzf-fish-integration 0.73.1-1.1
Fish completion for fzf
https://github.com/junegunn/fzf
sudo zypper install fzf-fish-integrationsource 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.