uutils-findutils
brew install uutils-findutils
v0.9.1
MIT
Rust reimplementation of GNU findutils (find, xargs, locate) with cross-platform support.
Why you might care
Drop-in replacement for find/xargs/locate that works consistently across macOS, Linux, and Windows without GNU dependencies. Faster than traditional findutils in many scenarios and compiles to a single binary. Useful if you want portable shell scripts or need findutils on non-Unix systems.
6.2k
30-day installs · #517
13.3k
90-day · #695
106.9k
365-day · #399
Runtime dependencies
Build dependencies
Links
- https://uutils.github.io/findutils/
- Brew formula source: Formula/u/uutils-findutils.rb
Caveats
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"
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"GNU findutils",
"fd",
"ripgrep"
],
"build_dependencies": [
"pkgconf",
"rust"
],
"categories": [
"file-utility",
"search"
],
"caveats": "Commands have been installed with the prefix \"uu-\".\nIf you need to use these commands with their normal names, you\ncan add a \"uubin\" directory to your PATH from your bashrc like:\n PATH=\"$HOMEBREW_PREFIX/opt/uutils-findutils/libexec/uubin:$PATH\"\n",
"conflicts_with": [],
"dependencies": [
"oniguruma"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Cross-platform Rust rewrite of the GNU findutils",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:56+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "uutils-findutils",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://uutils.github.io/findutils/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "findutils | uutils",
"installs_30d": 6154,
"installs_365d": 106933,
"installs_90d": 13312,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:45:22+00:00",
"llm_model": "claude-haiku-4-5",
"name": "uutils-findutils",
"oldnames": [],
"one_liner": "Rust reimplementation of GNU findutils (find, xargs, locate) with cross-platform support.",
"optional_dependencies": [],
"rank_30d": 517,
"rank_365d": 399,
"rank_90d": 695,
"raw_hash": "4c64d03b47b375b9",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/u/uutils-findutils.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"llvm": "build"
}
],
"version_head": "HEAD",
"version_stable": "0.9.1",
"versioned_formulae": [],
"why_use_this": "Drop-in replacement for find/xargs/locate that works consistently across macOS, Linux, and Windows without GNU dependencies. Faster than traditional findutils in many scenarios and compiles to a single binary. Useful if you want portable shell scripts or need findutils on non-Unix systems."
}