# zfind mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zfind in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:zfind
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install zfind
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#zfind
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/zf/zfind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:zfind
- **Paketmanager:** Homebrew
- **Version:** 0.4.7
- **Quellzusammenfassung:** Search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter
- **Homepage:** <https://github.com/laktak/zfind>
- **Repository:** <https://github.com/laktak/zfind>
- **Zuletzt aktualisiert:** 2026-07-25T21:32:29+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- zfind (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.4.7
## Projektgeschichte und Nutzung

zfind is a Go command-line file search tool that applies an SQL-WHERE-like filter language to filesystem metadata and can search inside archive formats such as tar, zip, 7z, and rar.

### Projektgeschichte

Public source material is thin and mostly current-facing: the README identifies GitHub and Codeberg mirrors and documents the SQL-like query model rather than a detailed origin story. That is enough to characterize the tool, but not enough for a deep adoption history.

### Wie es verwendet wird

The basic command shape is zfind <where> [<path>...]. Example filters include size comparisons, date comparisons, archive type checks, SQL LIKE-style name filters, regex-like name filters, extension membership tests, and output modes such as long listing and CSV.

### Warum Paket-Nerds sich dafür interessieren

zfind is interesting because it packages file discovery as a query-language problem. For users who already think in SQL predicates, it replaces a pile of find flags and archive-specific commands with one compact filter syntax.

### Related projects

- fselect is a related SQL-like filesystem query tool.
- fd and find cover adjacent file-search territory but do not focus on archive traversal plus SQL-WHERE-style predicates in the same way.

### Quellen

- <https://github.com/laktak/zfind>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

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


## Combined YAML source

View the package source record on GitHub. [combined/zfind.yml](https://github.com/mxcl/pkgdb/blob/main/combined/zfind.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
