Automic VaultAutomic Vault

brew

fabric を Homebrew, apk, apt, MacPorts, pacman, Nix, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install fabric

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install fabric

MacPorts ports tree · llm/fabric/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add fabric

Alpine Linux edge package indexes · fabric · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install fabric

Debian stable package indexes · fabric · ソース: deb.debian.org

Arch Linux pacman確認済み · 92%
sudo pacman -S fabric

Arch Linux sync databases · fabric · ソース: geo.mirror.pkgbuild.com

Nix確認済み · 92%
nix profile install nixpkgs#Fabric

nixpkgs package indexes · Fabric · ソース: raw.githubusercontent.com

Windows

Windows Package Manager確認済み · 92%
winget install --id FabricMC.FabricInstaller -e

Windows Package Manager source index · FabricMC.FabricInstaller · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Library and command-line tool for SSH

履歴

プロジェクトの歴史と使われ方

Fabric is the Python `fab` tool and library for running commands over SSH, historically popular for deployment and remote administration.

プロジェクトの歴史

Fabric began as a Pythonic remote execution and deployment tool built around `fabfile` tasks. Its current website describes Fabric as a high-level Python library for executing shell commands remotely over SSH and returning useful Python objects.

The 1.x line became a common deployment-era tool for Python projects because it let teams write Python functions as remote tasks and invoke them with the `fab` command. Its legacy changelog shows the 1.0 series active in 2011, including task execution, parallel execution, host and role handling, file transfer, sudo, and other features associated with classic fabfiles.

Fabric 2.0, released in May 2018, was a major rewrite. The official upgrade guide calls modern Fabric a near-total reimplementation and reorganization: task execution and local command behavior moved toward Invoke, while SSH behavior was organized around explicit `Connection` and `Config` objects on top of Paramiko.

The modern 3.x line continues that architecture. The current changelog explicitly warns users that Fabric is largely a wrapper around Paramiko and Invoke, so capabilities may improve when those dependencies improve.

採用の歴史

Fabric's adoption was strongest when Python teams wanted deployment automation without a full configuration-management system. A `fab deploy` command in a repository could run shell commands, copy files, restart services, or coordinate multiple hosts using ordinary Python.

The long-lived 1.x line created a migration challenge of its own. The project kept legacy documentation and eventually merged the `fabric3` fork back into the v1 branch in 2022 so users could port old Fabric 1 code to Python 3 before deciding whether to move to Fabric 2+.

Modern Fabric has a different adoption profile: it is less magic global state and more explicit SSH library plus task runner integration. The official upgrade docs even suggest that users who only used Fabric 1 for local tasks can sidegrade to Invoke instead.

使われ方

In modern Fabric, users create `Connection` objects and call methods like `run`, or define tasks that can be invoked by the `fab` CLI. The docs show single-host commands, serial or grouped multi-host commands, Python functions targeted at connections, file transfer, and integration with Invoke's task model.

In legacy usage, users wrote fabfiles and called named tasks from the shell. In modern usage, the same broad goal remains, but configuration, SSH auth, gateways, command execution, and task composition are more explicit and object-oriented.

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

Fabric is package-nerd significant because `brew install fabric` installs a Python deployment classic whose command name, `fab`, was once shorthand for lightweight SSH automation. It represents the era before containers and orchestrators absorbed much deployment scripting.

It is also a naming-collision case study. The Homebrew `fabric` formula is the Python SSH tool, while `fabric-ai` and `fabric-installer` are unrelated packages that happen to share the same display name in different ecosystems.

タイムライン

  • 2009: The Fabric GitHub repository is created.
  • 2011: Fabric 1.0.x releases document the mature classic fabfile era.
  • 2018: Fabric 2.0.0 ships as a rewrite.
  • 2022: Fabric 1.15.0 merges the fabric3 fork back into the v1 branch for Python 3 migration.
  • 2023: Fabric 3.0.0 drops Python versions older than 3.6 and continues the modern architecture.
  • 2026: Fabric 3.2.3 updates packaging metadata for Invoke compatibility.

Related projects

  • Paramiko provides Fabric's SSH protocol layer.
  • Invoke provides subprocess execution and command-line task features used by modern Fabric.
  • Patchwork and Invocations are optional companion libraries mentioned by the official docs.

セキュリティ状態

保護ツール対応はまだ見つかっていません

fabric に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
fabcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版3.2.3
マネージャ更新日2026-05-11
ローカルデータOK
上流not checked
検出された最新未検出

https://www.fabfile.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fabric
バージョン3.2.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/fabric
ホームページhttps://www.fabfile.org/
リポジトリhttps://github.com/fabric/fabric
上流ドキュメントhttps://docs.fabfile.org/
ライセンスBSD-2-Clause
ソースアーカイブhttps://files.pythonhosted.org/packages/e3/7e/29cd6237c3b7ce79c3ca945eb99ab5affd101db54b2f7a78dde0cfa19fd4/fabric-3.2.3.tar.gz
最終更新2026-05-11T11:37:38Z
Pulseupdated
依存関係cryptography, libsodium, python@3.14
ビルド依存関係pkgconf, rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefabric
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

fabric 2.6.0-4

Simple Pythonic remote deployment tool

https://fabfile.org/

sudo apt install fabric
  • Section: net
  • Architecture: all
  • 3 依存関係
  • normalized package name match
  • 一致条件: Fabric
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fabric from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-fabric 2.6.0-4

Simple Pythonic remote deployment tool - standalone module

https://fabfile.org/

sudo apt install python3-fabric
  • Section: net
  • Architecture: all
  • Source Package: fabric
  • 5 依存関係
  • normalized package name match
  • 一致条件: Fabric
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-fabric from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

Fabric

nix profile install nixpkgs#Fabric
  • normalized package name match
  • 一致条件: Fabric
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: Fabric from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

fabric 2.6.0-1

Simple Pythonic remote deployment tool

https://fabfile.org/

sudo apt install fabric
  • Section: universe/python
  • Architecture: all
  • 4 依存関係
  • normalized package name match
  • 一致条件: Fabric
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fabric from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-fabric 2.6.0-1

Simple Pythonic remote deployment tool - standalone module

https://fabfile.org/

sudo apt install python3-fabric
  • Section: universe/net
  • Architecture: all
  • Source Package: fabric
  • 4 依存関係
  • normalized package name match
  • 一致条件: Fabric
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-fabric from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

fabric 3.2.2-r2

simple pythonic remote deployment tool

https://www.fabfile.org/

sudo apk add fabric
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: fabric
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Fabric
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fabric from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

fabric-pyc 3.2.2-r2

Precompiled Python bytecode for fabric

https://www.fabfile.org/

sudo apk add fabric-pyc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: fabric
  • 1 依存関係
  • normalized package name match
  • 一致条件: Fabric
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: fabric-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
pacman95%

fabric 3.2.3-1

Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol

https://www.fabfile.org/

sudo pacman -S fabric
  • License: BSD-2-Clause
  • Architecture: any
  • 5 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Fabric
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: fabric from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

fabric

sudo port install fabric
  • normalized package name match
  • 一致条件: Fabric
MacPorts ports tree · api.github.com · MacPorts ports tree: llm/fabric/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

FabricMC.FabricInstaller

winget install --id FabricMC.FabricInstaller -e
  • normalized package name match
  • 一致条件: Fabric
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: FabricMC.FabricInstaller from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

danielmiessler.Fabric

winget install --id danielmiessler.Fabric -e
  • normalized package name match
  • 一致条件: Fabric
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: danielmiessler.Fabric from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment