Automic VaultAutomic Vault

brew

Install libfabric with Homebrew, apt, dnf, Nix, pacman, zypper

OpenFabrics libfabric. Version 2.6.0 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install libfabric

local Homebrew formula metadata

Linux

Debian aptverified · 92%
sudo apt install libfabric-bin

Debian stable package indexes · libfabric-bin · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install libfabric

Fedora Rawhide package metadata · libfabric · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#libfabric

nixpkgs package indexes · pkgs/by-name/li/libfabric/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S libfabric

Arch Linux sync databases · libfabric · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install libfabric

openSUSE Tumbleweed package metadata · libfabric · source: download.opensuse.org

overview

Package summary

OpenFabrics libfabric

Commands and aliases

  • fi_info
  • fi_mon_sampler
  • fi_pingpong
  • fi_strerror

history

Project history and usage

libfabric, also called OpenFabrics Interfaces, is a low-level communications library for high-performance parallel and distributed applications. It abstracts high-bandwidth, low-latency fabrics behind provider implementations while exposing APIs tuned for HPC middleware.

Project history

The OFI Working Group, a subgroup of the OpenFabrics Alliance, develops libfabric as an open framework for fabric communication services. The project's release notes identify version 1.0.0 on May 3, 2015 as the initial public release, with PSM, sockets, usNIC, and verbs providers.

The project evolved from a 1.x provider framework into a 2.x series while retaining the same role: giving MPI, SHMEM, PGAS runtimes, and distributed systems software a common user-space API across InfiniBand, Ethernet/RDMA, provider-specific HPC networks, and cloud fabrics.

Adoption history

Open MPI documentation treats OFI and libfabric as interchangeable in practice and lists provider-backed networks such as AWS EFA, Cisco usNIC, Cray uGNI, Omni-Path, and HPE Slingshot. That made the package a common dependency on HPC systems and cloud HPC images.

Homebrew, Debian, Fedora, Arch, Nix, Ubuntu, and SUSE-family packages ship libfabric or libfabric-bin tooling such as fi_info, fi_pingpong, and fi_strerror for discovering providers and testing fabric paths.

How it is used

Users install libfabric directly for fi_info and fabtests, or indirectly through MPI and communication runtimes. Developers use its man pages and provider model to choose endpoint types, completion queues, address vectors, memory registration behavior, and transport-specific capabilities.

Why package nerds care

libfabric is package-nerd significant because it is the dependency that lets one MPI build speak many fast networks. It hides vendor transport churn behind provider packages while still preserving enough detail for HPC performance tuning.

Timeline

  • 2015-05-03: libfabric 1.0.0 initial public release with PSM, sockets, usNIC, and verbs providers.
  • 2020-08: OpenFabrics mailing list announced libfabric 1.11.0 and fabtests.
  • 2024-12: OpenFabrics announced libfabric 2.0.0.
  • 2026-06-22: libfabric 2.6.0 release notes record continued provider and core development.

Related projects

  • Related projects include Open MPI's OFI MTL/BTL support, fabtests, OpenFabrics Alliance work, AWS EFA, Cisco usNIC, HPE Slingshot, Omni-Path, InfiniBand verbs, and HPC communication runtimes.

security posture

Risk level: green

library-like package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • library-like package without higher-risk signals

Signals

  • metadata:library-like

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
fi_infocliglobal executable
fi_mon_samplercliglobal executable
fi_pingpongcliglobal executable
fi_strerrorcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version2.6.0
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/ofiwg/libfabric

install metadata

Package metadata

Package keybrew:libfabric
Version2.6.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/libfabric
Homepagehttps://ofiwg.github.io/libfabric/
Repositoryhttps://github.com/ofiwg/libfabric
Upstream docshttps://ofiwg.github.io/libfabric
LicenseBSD-2-Clause OR GPL-2.0-only
Source archivehttps://github.com/ofiwg/libfabric/releases/download/v2.6.0/libfabric-2.6.0.tar.bz2
Last updated2026-06-22T17:19:34Z
Pulseupdated
Build dependenciesautoconf, automake, libtool
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libfabric-bin 2.1.0-1.1

Diagnosis programs for the libfabric communication library

https://ofiwg.github.io/libfabric/

sudo apt install libfabric-bin
  • Section: libs
  • Architecture: amd64
  • Source Package: libfabric
  • 2 dependencies
  • normalized package name match
  • Matched by: Libfabric
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libfabric-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libfabric-dev 2.1.0-1.1

Development files for libfabric1

https://ofiwg.github.io/libfabric/

sudo apt install libfabric-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libfabric
  • 1 dependencies
  • normalized package name match
  • Matched by: Libfabric
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libfabric-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libfabric1 2.1.0-1.1

libfabric communication library

https://ofiwg.github.io/libfabric/

sudo apt install libfabric1
  • Section: libs
  • Architecture: amd64
  • Source Package: libfabric
  • 5 dependencies
  • normalized package name match
  • Matched by: Libfabric
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libfabric1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libfabric

nix profile install nixpkgs#libfabric
  • normalized package name match
  • Matched by: Libfabric
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libfabric/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libfabric-bin 1.17.0-3build2

Diagnosis programs for the libfabric communication library

https://ofiwg.github.io/libfabric/

sudo apt install libfabric-bin
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: libfabric
  • 2 dependencies
  • normalized package name match
  • Matched by: Libfabric
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libfabric-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libfabric-dev 1.17.0-3build2

Development files for libfabric1

https://ofiwg.github.io/libfabric/

sudo apt install libfabric-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: libfabric
  • 1 dependencies
  • normalized package name match
  • Matched by: Libfabric
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libfabric-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libfabric1 1.17.0-3build2

libfabric communication library

https://ofiwg.github.io/libfabric/

sudo apt install libfabric1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: libfabric
  • 7 dependencies
  • normalized package name match
  • Matched by: Libfabric
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libfabric1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

libfabric 2.5.1-1.fc45

Open Fabric Interfaces

https://github.com/ofiwg/libfabric

sudo dnf install libfabric
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libfabric
  • 7 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Libfabric
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfabric from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libfabric-devel 2.5.1-1.fc45

Development files for libfabric

https://github.com/ofiwg/libfabric

sudo dnf install libfabric-devel
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libfabric
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Libfabric
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libfabric-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

libfabric 2.5.1-1

User-space API for OpenFabrics Interfaces (OFI)

https://ofiwg.github.io/libfabric/

sudo pacman -S libfabric
  • License: BSD-2-Clause OR GPL-2.0-or-later
  • Architecture: x86_64
  • 2 dependencies
  • normalized package name match
  • Matched by: Libfabric
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libfabric from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libfabric 2.5.1-1.2

User-space RDMA Fabric Interfaces

http://www.github.com/ofiwg/libfabric

sudo zypper install libfabric
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: libfabric
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Libfabric
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfabric from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libfabric-devel 2.5.1-1.2

Development files for the libfabric library

http://www.github.com/ofiwg/libfabric

sudo zypper install libfabric-devel
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: libfabric
  • 2 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Libfabric
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfabric-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libfabric-devel-32bit 2.5.1-1.2

Development files for the libfabric library

http://www.github.com/ofiwg/libfabric

sudo zypper install libfabric-devel-32bit
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: libfabric
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Libfabric
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfabric-devel-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libfabric1 2.5.1-1.2

User-space RDMA fabric interfaces

http://www.github.com/ofiwg/libfabric

sudo zypper install libfabric1
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: libfabric
  • 12 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Libfabric
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfabric1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libfabric1-32bit 2.5.1-1.2

User-space RDMA fabric interfaces

http://www.github.com/ofiwg/libfabric

sudo zypper install libfabric1-32bit
  • License: BSD-2-Clause OR GPL-2.0-only
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: libfabric
  • 6 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Libfabric
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libfabric1-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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