macOS
brew install fcplocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fcp in AI-Agent-Workflows.
Installation
brew install fcplocal Homebrew formula metadata
nix profile install nixpkgs#fcpnixpkgs package indexes · pkgs/by-name/fc/fcp/package.nix · Quelle: api.github.com
Überblick
Significantly faster alternative to the classic Unix cp(1) command
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fcp | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/Svetlitski/fcp
Installationsmetadaten
| Paketschlüssel | brew:fcp |
|---|---|
| Version | 0.2.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/fcp |
| Homepage | https://github.com/Svetlitski/fcp/ |
| Repository | https://github.com/Svetlitski/fcp |
| Upstream-Dokumentation | https://github.com/Svetlitski/fcp#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/Svetlitski/fcp/archive/refs/tags/v0.2.1.tar.gz |
| Zuletzt aktualisiert | 2026-06-19T12:30:06-07:00 |
| Pulse | updated |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
fcp
nix profile install nixpkgs#fcpQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.