# Install fzf-make with Homebrew, Nix

Fuzzy finder with preview window for various command runners including make. Version 0.69.0 via Homebrew; verified 2026-05-17.

## Install

```sh
sudo av install brew:fzf-make
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fzf-make
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fzf-make
```

  Evidence: nixpkgs package indexes: pkgs/by-name/fz/fzf-make/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:fzf-make
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fzf-make>
- **Version:** 0.69.0
- **Source summary:** Fuzzy finder with preview window for various command runners including make
- **Homepage:** <https://github.com/kyu08/fzf-make>
- **Repository:** <https://github.com/kyu08/fzf-make>
- **Upstream docs:** <https://github.com/kyu08/fzf-make#readme>
- **License:** MIT
- **Source archive:** <https://github.com/kyu08/fzf-make/archive/refs/tags/v0.69.0.tar.gz>
- **Last updated:** 2026-05-17T06:48:45Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- fzf-make (cli)
- fzf-make (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.69.0
- Package-manager updated: 2026-05-17
- Local data: ok
- Upstream repository: https://github.com/kyu08/fzf-make
- Upstream latest detected: v0.69.0 (current)
## Project history and usage

fzf-make is a Rust command-line tool for choosing and running project commands through a fuzzy-finder interface with a preview window. Its README currently describes support for make targets, npm, pnpm, and yarn scripts, just recipes, and Task tasks.

### Project history

The repository was created in March 2023, and GitHub Releases show v0.1.0 published a few days later. The README presents the tool as a command runner rather than a build system: it discovers commands from existing project files and provides a terminal UI for selection, history, and repeat execution.

### Adoption history

The official README documents installation through Homebrew, Arch AUR, Nix, Cargo, and pre-built Linux binaries. That distribution mix is typical for small Rust CLIs: crates.io for language-native installation, Homebrew for macOS/Linux users, Nix for reproducible environments, and release tarballs for direct binary use.

### How it is used

Users run `fzf-make` in a project directory, select a discovered command, and execute it. The README documents a repeat mode, a history-focused launch mode, shell aliases, and detection rules for Makefiles, npm package locks, pnpm lockfiles, yarn locks, justfiles, and Taskfile output.

### Why package nerds care

fzf-make is notable as glue tooling for the fragmented task-runner ecosystem. Instead of replacing make, npm scripts, pnpm, yarn, just, or Task, it packages a single interactive selector over all of them, which is exactly the kind of convenience CLI that spreads through Homebrew, Cargo, and Nix.

### Timeline

- 2023: GitHub repository created.
- 2023: Release v0.1.0 published.
- 2025: Release v0.65.0 published after expanding through many 0.x releases.
- 2026: Release v0.69.0 published.

### Related projects

- The README names make, npm, pnpm, yarn, just, and Task as supported command runners. It also identifies Rust and Ratatui in project badges, which places fzf-make in the Rust terminal-UI tooling ecosystem.

### Sources

- <https://api.github.com/repos/kyu08/fzf-make>
- <https://github.com/kyu08/fzf-make>
- <https://github.com/kyu08/fzf-make/releases>
- <https://raw.githubusercontent.com/kyu08/fzf-make/main/README.md>


## Security Notes

No matching local secret-handling manifest was found for fzf-make. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fzf-make
- **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:** head, stable

## Other Package-Manager Records

- Nix - fzf-make: normalized package name match | nixpkgs package indexes: pkgs/by-name/fz/fzf-make/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [fx](https://www.automicvault.com/pkg/brew/fx/) - Shares av.db curated category or tags: cli, developer-tools, tui.
- [fzf](https://www.automicvault.com/pkg/brew/fzf/) - Shares av.db curated category or tags: cli, developer-tools, fuzzy-finder.
- [fzy](https://www.automicvault.com/pkg/brew/fzy/) - Shares av.db curated category or tags: cli, developer-tools, fuzzy-finder.
- [git-absorb](https://www.automicvault.com/pkg/brew/git-absorb/) - Shares av.db curated category or tags: cli, developer-tools, rust.
- [halp](https://www.automicvault.com/pkg/brew/halp/) - Shares av.db curated category or tags: cli, developer-tools, rust.
- [plz-cli](https://www.automicvault.com/pkg/brew/plz-cli/) - Shares av.db curated category or tags: cli, developer-tools, rust.
- [pyinvoke](https://www.automicvault.com/pkg/brew/pyinvoke/) - Shares av.db curated category or tags: cli, developer-tools, task-runner, task-runners.
- [selecta](https://www.automicvault.com/pkg/brew/selecta/) - Shares av.db curated category or tags: cli, developer-tools, fuzzy-finder.
- [dum](https://www.automicvault.com/pkg/brew/dum/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, runner, rust.
- [fjira](https://www.automicvault.com/pkg/brew/fjira/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, finder, fuzzy.

## Combined YAML source

View the package source record on GitHub. [combined/fzf-make.yml](https://github.com/automic-vault/db/blob/main/combined/fzf-make.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
