# fuc を Homebrew, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:fuc
```

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

### macOS

- Homebrew (100%):

```sh
brew install fuc
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fuc
```

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

- zypper (92%):

```sh
sudo zypper install fuc
```

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

## パッケージ情報

- **パッケージキー:** brew:fuc
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/fuc>
- **バージョン:** 3.2.0
- **ソース概要:** Modern, performance focused unix commands
- **ホームページ:** <https://github.com/supercilex/fuc>
- **リポジトリ:** <https://github.com/supercilex/fuc>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/supercilex/fuc/archive/refs/tags/3.2.0.tar.gz>
- **最終更新:** 2026-07-13T15:35:39Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- cpz (cli)
- rmz (cli)
- cpz (エイリアス)
- rmz (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

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

fuc, short for Fast Unix Commands, is a Rust project that provides performance-focused replacements for selected Unix file commands. Its public tools are cpz, a faster alternative to cp, and rmz, a faster alternative to rm.

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

The GitHub repository was created in November 2021 and the official README frames the project around performance, efficiency, and usability. Rather than attempting to replace all of coreutils, the project explicitly limits its scope to selected modern Unix commands and treats portability and full option compatibility as non-goals.

### 採用の歴史

Official project surfaces distribute fuc through GitHub releases and Rust crates for the individual commands. The Homebrew package facts also show distribution through Homebrew, Nix, and zypper, indicating that the package crossed from Rust ecosystem packaging into general operating-system package managers.

### 使われ方

Users install or package the cpz and rmz commands when they want faster copy and remove operations than traditional coreutils on modern Linux systems. The README points benchmark-minded users to comparison material and tells compatibility-focused users to prefer GNU coreutils or uutils coreutils.

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

fuc is interesting to package maintainers because it packages focused Rust rewrites of familiar Unix primitives while being clear about the compatibility boundary. That makes it a benchmark-and-alternative package rather than a transparent coreutils replacement.

### タイムライン

- 2021: Repository created on GitHub.
- 2023: 1.0.0 release appears in the official GitHub releases.
- 2024: 2.0.0 release appears in the official GitHub releases.
- 2025: 3.0.0 release appears in the official GitHub releases.
- 2026: 3.1.7 release appears in the official GitHub releases.

### Related projects

- GNU coreutils is the traditional command suite whose cp and rm commands fuc compares against.
- uutils coreutils is the Rust reimplementation that the fuc README names as the broader, more compatible Rust coreutils option.

### ソース

- <https://api.github.com/repos/supercilex/fuc>
- <https://github.com/SUPERCILEX/fuc>
- <https://github.com/SUPERCILEX/fuc#readme>
- <https://github.com/SUPERCILEX/fuc/releases>


## セキュリティノート

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:** fuc
- **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 - fuc: normalized package name match | nixpkgs package indexes: pkgs/by-name/fu/fuc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - fuc - 3.2.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: fuc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Modern unix commands focused on performance | https://github.com/SUPERCILEX/fuc


## 関連リンク

- [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.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [uutils-coreutils](https://pkg.so/ja/brew/uutils-coreutils/) - Shares pkgdb curated category or tags: cli, coreutils, rust, system.
- [fd](https://pkg.so/ja/brew/fd/) - Shares pkgdb curated category or tags: cli, rust, system.
- [eza](https://pkg.so/ja/brew/eza/) - Shares pkgdb curated category or tags: cli, rust, system.
- [nushell](https://pkg.so/ja/brew/nushell/) - Shares pkgdb curated category or tags: cli, rust, system.
- [topgrade](https://pkg.so/ja/brew/topgrade/) - Shares pkgdb curated category or tags: cli, rust, system.
- [bottom](https://pkg.so/ja/brew/bottom/) - Shares pkgdb curated category or tags: cli, rust, system.
- [numactl](https://pkg.so/ja/brew/numactl/) - Shares pkgdb curated category or tags: cli, performance, system.
- [dust](https://pkg.so/ja/brew/dust/) - Shares pkgdb curated category or tags: cli, rust, system.
- [fcp](https://pkg.so/ja/brew/fcp/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, rust, system, unix.
- [lla](https://pkg.so/ja/brew/lla/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, performance, rust, system.
- [procs](https://pkg.so/ja/brew/procs/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, modern, rust, system.

## Combined YAML source

View the package source record on GitHub. [combined/fuc.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fuc.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
