# uutils-findutils を Homebrew, Nix, scoop でインストール

uutils-findutils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:uutils-findutils
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install uutils-findutils
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#uutils-findutils
```

  証拠: nixpkgs package indexes: pkgs/by-name/uu/uutils-findutils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/uutils-findutils
```

  証拠: Scoop official bucket manifest trees: bucket/uutils-findutils.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:uutils-findutils
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/uutils-findutils>
- **バージョン:** 0.10.0
- **ソース概要:** Cross-platform Rust rewrite of the GNU findutils
- **ホームページ:** <https://uutils.github.io/findutils/>
- **リポジトリ:** <https://github.com/uutils/findutils>
- **上流ドキュメント:** <https://uutils.github.io/findutils/>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/uutils/findutils/archive/refs/tags/0.9.1.tar.gz>
- **最終更新:** 2026-08-04T00:46:30Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ufind (cli)
- ulocate (cli)
- uu-find (cli)
- uu-locate (cli)
- uu-updatedb (cli)
- uu-xargs (cli)
- uupdatedb (cli)
- uxargs (cli)
- ufind (エイリアス)
- ulocate (エイリアス)
- uu-find (エイリアス)
- uu-locate (エイリアス)
- uu-updatedb (エイリアス)
- uu-xargs (エイリアス)
- uupdatedb (エイリアス)
- uxargs (エイリアス)

## 依存関係

- oniguruma

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- 注意点: Commands have been installed with the prefix "uu-". If you need to use these commands with their normal names, you can add a "uubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/uutils-findutils/libexec/uubin:$PATH"
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.10.0
- マネージャ更新日: 2026-08-04
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/uutils/findutils
- 検出された最新: 0.9.1 (最新)
## プロジェクトの歴史と使われ方

uutils-findutils is the uutils Rust implementation of GNU findutils, covering find, xargs, locate, and updatedb.

### プロジェクトの歴史

The repository was created in 2017 and the official README describes the goal as a full drop-in replacement for GNU findutils. The project compares itself against the GNU testsuite and also tracks BFS test results, reflecting the compatibility-driven style common across uutils.

### 採用の歴史

uutils-findutils has a narrower adoption surface than coreutils, but it is part of the same Rust rewrite ecosystem and is listed by the official uutils site alongside coreutils, diffutils, and other command-family rewrites.

The batch package metadata records Homebrew, Nix, and Scoop packages for the uutils version, while most Unix distributions continue to expose GNU findutils under the traditional diffutils-like package naming pattern.

### 使われ方

Users install it for Rust implementations of find-style filesystem traversal and xargs-style command construction. The README documents running GNU tests with util/build-gnu.sh and BFS tests with util/build-bfs.sh, which signals its main use as a compatibility-oriented replacement and test target.

### パッケージ好きにとっての重要性

find and xargs are high-leverage packaging tools: build scripts, cleanup jobs, test harnesses, and install recipes rely on their exact behavior. A Rust rewrite is interesting to package maintainers because portability and compatibility have to meet decades of command-line assumptions.

### タイムライン

- 2017: uutils/findutils repository created on GitHub.
- 2023: 0.4.0 release appears in the official GitHub releases feed.
- 2024: 0.6.0 release notes mention continued robustness and functionality work.
- 2026: GitHub repository page lists 0.9.1 as the latest release.

### Related projects

- Related projects include GNU findutils, BFS, uutils coreutils, uutils diffutils, and other Unix filesystem traversal or command-construction tools.

### ソース

- GitHub API for repository creation date and releases.
- <https://github.com/uutils/findutils README for command scope, GNU replacement goal, and test-suite workflow.>
- <https://uutils.org/findutils/ for official project page and GNU compatibility goal.>
- source_facts.package-manager for package-manager availability.


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** uutils-findutils
- **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

## 他のパッケージマネージャ記録

- Nix - uutils-findutils: normalized package name match | nixpkgs package indexes: pkgs/by-name/uu/uutils-findutils/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/uutils-findutils: normalized package name match | Scoop official bucket manifest trees: bucket/uutils-findutils.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [oniguruma](https://pkg.so/ja/brew/oniguruma/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [fclones](https://pkg.so/ja/brew/fclones/) - Shares pkgdb curated category or tags: cli, developer-tools, filesystem, rust.
- [uutils-diffutils](https://pkg.so/ja/brew/uutils-diffutils/) - Shares pkgdb curated category or tags: cli, developer-tools, gnu-compatible, rust.
- [as-tree](https://pkg.so/ja/brew/as-tree/) - Shares pkgdb curated category or tags: cli, developer-tools, filesystem, rust.
- [uv](https://pkg.so/ja/brew/uv/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [ripgrep](https://pkg.so/ja/brew/ripgrep/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [starship](https://pkg.so/ja/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [zoxide](https://pkg.so/ja/brew/zoxide/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [ruff](https://pkg.so/ja/brew/ruff/) - Shares pkgdb curated category or tags: cli, developer-tools, rust.
- [uutils-coreutils](https://pkg.so/ja/brew/uutils-coreutils/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, compatible, cross, cross-platform, gnu.

## Combined YAML source

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


## ソース

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