# fd を Homebrew, apk, chocolatey, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

## インストール

```sh
sudo av install brew:fd
```

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

### macOS

- Homebrew (100%):

```sh
brew install fd
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fd
```

  証拠: MacPorts ports tree: sysutils/fd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fd
```

  証拠: Alpine Linux edge package indexes: fd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#fd
```

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

- pacman (92%):

```sh
sudo pacman -S fd
```

  証拠: Arch Linux sync databases: fd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install fd
```

  証拠: openSUSE Tumbleweed package metadata: fd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install fd
```

  証拠: Chocolatey community package catalog: fd from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'

- Scoop (92%):

```sh
scoop install main/fd
```

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

- winget (92%):

```sh
winget install --id sharkdp.fd -e
```

  証拠: Windows Package Manager source index: sharkdp.fd from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:fd
- **パッケージマネージャ:** Homebrew
- **バージョン:** 10.4.2
- **ソース概要:** Simple, fast and user-friendly alternative to find
- **ホームページ:** <https://github.com/sharkdp/fd>
- **リポジトリ:** <https://github.com/sharkdp/fd>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- fd (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 10.4.2
## プロジェクトの歴史と使われ方

fd is a Rust command-line filesystem search tool designed as a simple, fast, user-friendly alternative to Unix `find`.

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

The fd repository was created in May 2017, with an early v0.1.0 tag that same month. Its README has consistently positioned the tool as an opinionated alternative to `find`: not a complete replacement for every `find` expression, but a faster default for common file-name and path searches.

fd's design reflects the Rust CLI wave of the late 2010s: regex or glob matching, colored output, smart case, parallel traversal, Git-aware ignore handling, and integration with other tools through `--exec`, `--exec-batch`, and null-delimited output.

### 採用の歴史

The supplied package metadata shows fd in many package managers, including Homebrew, MacPorts, Nix, Arch, Alpine, Chocolatey, Scoop, winget, and openSUSE-style packaging. That breadth matches its role as a widely adopted developer workstation utility rather than a niche script.

The GitHub repository metadata shows a large user base for a CLI tool, with tens of thousands of stars and more than a thousand forks at lookup time. Those numbers are not a substitute for install counts, but they support fd's status as one of the best-known modern replacements around classic Unix file search.

### 使われ方

The basic usage is `fd PATTERN`, recursively searching the current directory for entries containing the pattern. The README contrasts that with more verbose `find` forms and documents common options for extension filtering, glob mode, full-path matching, hidden files, ignored files, command execution, and exclusion globs.

fd is commonly used alone for interactive file discovery and as a front end to other commands. Examples in the README include formatting matching source files with `clang-format`, opening test files in an editor, computing checksums in parallel, and piping selected file classes into ripgrep.

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

fd is one of the canonical package-manager installs for a modern command-line environment, often grouped with ripgrep, bat, exa/eza, and other Rust or Rust-adjacent developer tools. It matters because it changes the default ergonomics of filesystem search while still composing with Unix pipelines.

For maintainers, fd also carries cross-platform naming and packaging concerns: some distributions use `fdfind` to avoid a name conflict, and the changelog notes release work around aliases, Windows builds, macOS architecture support, and minimum Rust versions.

### タイムライン

- 2017: Repository created and v0.1.0 tag published.
- 2024: v9.0.0 changelog records significant traversal performance improvements.
- 2024: v10.0.0 changed hidden `.git` ignore behavior and raised the minimum Rust version.
- 2026: v10.4.2 released to fix a performance regression.

### Related projects

- The README explicitly relates fd to GNU findutils `find` as the traditional tool it streamlines for common use cases.
- The README demonstrates composition with ripgrep and uses ignore-file behavior familiar from Git-oriented search tools.

### ソース

- <https://github.com/sharkdp/fd>
- <https://github.com/sharkdp/fd/blob/master/README.md>
- <https://github.com/sharkdp/fd/blob/master/CHANGELOG.md>
- <https://api.github.com/repos/sharkdp/fd>
- <https://api.github.com/repos/sharkdp/fd/tags?per_page=100>
- <https://formulae.brew.sh/formula/fd>


## セキュリティノート

doc example: narrow deterministic file finder.

- **Geiger リスク:** グリーン / 高
- doc example: narrow deterministic file finder


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .fdignore, ~/.fdignore, ~/.config/fd/ignore
- Windows: .fdignore, %APPDATA%\fd\ignore
## 他のパッケージマネージャ記録

- Nix - fd: normalized package name match | nixpkgs package indexes: pkgs/by-name/fd/fd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - fd - 10.4.2-r0: normalized package name match | Alpine Linux edge package indexes: fd from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple, fast, user-friendly alternative to find | https://github.com/sharkdp/fd
- apk - fd-bash-completion - 10.4.2-r0: normalized package name match | Alpine Linux edge package indexes: fd-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for fd | https://github.com/sharkdp/fd
- apk - fd-doc - 10.4.2-r0: normalized package name match | Alpine Linux edge package indexes: fd-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple, fast, user-friendly alternative to find (documentation) | https://github.com/sharkdp/fd
- apk - fd-fish-completion - 10.4.2-r0: normalized package name match | Alpine Linux edge package indexes: fd-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for fd | https://github.com/sharkdp/fd
- apk - fd-zsh-completion - 10.4.2-r0: normalized package name match | Alpine Linux edge package indexes: fd-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for fd | https://github.com/sharkdp/fd
- pacman - fd - 10.4.2-2: normalized package name match | Arch Linux sync databases: fd from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Simple, fast and user-friendly alternative to find | https://github.com/sharkdp/fd
- zypper - fd - 10.4.2-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fd from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An alternative to the "find" utility | https://github.com/sharkdp/fd
- zypper - fd-bash-completion - 10.4.2-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fd-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for fd | https://github.com/sharkdp/fd
- zypper - fd-fish-completion - 10.4.2-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fd-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for fd | https://github.com/sharkdp/fd
- zypper - fd-zsh-completion - 10.4.2-1.4: normalized package name match | openSUSE Tumbleweed package metadata: fd-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | ZSH Completion for fd | https://github.com/sharkdp/fd
- MacPorts - fd: normalized package name match | MacPorts ports tree: sysutils/fd/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - fd: normalized package name match | Chocolatey community package catalog: fd from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'
- Scoop - main/fd: normalized package name match | Scoop official bucket manifest trees: bucket/fd.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - sharkdp.fd: normalized package name match | Windows Package Manager source index: sharkdp.fd from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## ソース

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