# Installer zfind avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de zfind pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install zfind
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:zfind
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4.7
- **Résumé source:** Search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter
- **Page d'accueil:** <https://github.com/laktak/zfind>
- **Dépôt:** <https://github.com/laktak/zfind>
- **Dernière mise à jour:** 2026-07-25T21:32:29+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- zfind (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.4.7
## Historique du projet et usages

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.

### Historique du projet

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Sources

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


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
