# 使用 Homebrew, Nix 安装 zfind

查看 zfind 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install zfind
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:zfind
- **软件包管理器:** Homebrew
- **版本:** 0.4.7
- **来源摘要:** Search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter
- **主页:** <https://github.com/laktak/zfind>
- **仓库:** <https://github.com/laktak/zfind>
- **最后更新:** 2026-07-25T21:32:29+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- zfind (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.4.7
## 项目历史与用法

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.

### 项目历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 来源

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


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

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


## 来源

- 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
