macOS
brew install fcplocal Homebrew formula metadata
brew
fcp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fcplocal Homebrew formula metadata
nix profile install nixpkgs#fcpnixpkgs package indexes · pkgs/by-name/fc/fcp/package.nix · ソース: api.github.com
概要
Significantly faster alternative to the classic Unix cp(1) command
履歴
fcp is a Rust command-line file-copy tool that targets the common Unix `cp` workflow but optimizes for parallel directory traversal and SSD-backed copies.
The public repository was created in January 2021, and its early v0.1.0 tag appeared in June 2021. The README frames the project narrowly: it is not a complete `cp` replacement, but a faster implementation for the most common copy cases.
The upstream README documents installation by cargo, prebuilt GitHub release binaries, Homebrew on macOS, Arch Linux through an AUR package, and NixOS stable beginning with NixOS 21.11. That adoption is modest but enough to make it visible to Unix package users looking for faster bulk copies.
The supported command shape mirrors common `cp`: copy one source to a destination file, or copy multiple sources into a destination directory. The README notes Unix-like operating-system support and warns that the tool is optimized for SSDs, with poor performance possible on hard drives.
Its performance story is based on parallelizing directory walking and copying across CPU cores, plus platform copy-on-write support on macOS through underlying system calls.
fcp is a small example of the modern package-manager niche around faster Rust rewrites of core Unix-adjacent commands. Its significance is practical rather than historical: install it when its benchmarked copy pattern matches your storage, keep `cp` for full POSIX option compatibility.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fcp | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/Svetlitski/fcp
インストールメタデータ
| パッケージキー | brew:fcp |
|---|---|
| バージョン | 0.2.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fcp |
| ホームページ | https://github.com/Svetlitski/fcp/ |
| リポジトリ | https://github.com/Svetlitski/fcp |
| 上流ドキュメント | https://github.com/Svetlitski/fcp#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/Svetlitski/fcp/archive/refs/tags/v0.2.1.tar.gz |
| 最終更新 | 2026-06-19T12:30:06-07:00 |
| Pulse | updated |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fcp |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
fcp
nix profile install nixpkgs#fcpソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.