Install fzf on macOS or Linux with Homebrew.

Section: Install and verify

Install with Homebrew

bash
bash
brew install fzf
Explanation

Homebrew is the most common install path on macOS and also works on Linux.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Install and verify
Install with apt
Install fzf from Debian or Ubuntu repositories.
OpenIn sheetbashsame section
Install with pacman
Install fzf on Arch Linux.
OpenIn sheetbashsame section
Install from the upstream repository
Clone the repo and run the installer for shell integration.
OpenIn sheetbashsame section
Check the installed version
Print the current fzf version.
OpenIn sheetbashsame section
Open the embedded manual
Show the built-in man page from the binary.
OpenIn sheetbashsame section
Source zsh integration
Load fzf key bindings and completion in zsh.