macOS
brew install xnvmelocal Homebrew formula metadata
brew
Cross-platform libraries and tools for efficient I/O and low-level control. Version 0.7.5 via Homebrew; verified from local package data.
install
brew install xnvmelocal Homebrew formula metadata
sudo apk add py3-xnvmeAlpine Linux edge package indexes · py3-xnvme · source: dl-cdn.alpinelinux.org
sudo dnf install xnvmeFedora Rawhide package metadata · xnvme · source: dl.fedoraproject.org
overview
Cross-platform libraries and tools for efficient I/O and low-level control
history
xNVMe is a low-level storage toolkit and C library for programming NVMe devices from user space across multiple platforms and I/O backends. Its central promise is I/O-interface independence: code against libxnvme and retarget the actual path through Linux kernel interfaces, io_uring, SPDK, FreeBSD, Windows-style paths, or other backends.
The GitHub repository was created in April 2020. The documentation presents libxnvme as the foundation: it provides memory-management helpers, synchronous and asynchronous NVMe command submission, convenience functions, command-line tools, and backend retargeting over drivers such as Linux IOCTL, libaio, io_uring, SPDK, FreeBSD IOCTL, and others.
The project's research framing was published in the 2022 paper 'I/O interface independence with xNVMe', which argues that modern storage programmers face too many idiosyncratic high-performance I/O interfaces and presents xNVMe as a thin abstraction over those choices.
xNVMe adoption is strongest in storage systems, benchmarking, and research workflows rather than general desktop use. The official docs include tools such as xnvme, lblk, zoned, xdd, xnvmeperf, and a fio I/O engine, which makes the package useful both as a library and as a command-line toolbox for NVMe experiments.
The integration story is important. SPDK documents an xNVMe bdev module that can issue I/O through mechanisms such as libaio, io_uring, asynchronous IOCTL with io_uring passthrough, POSIX aio, and emulated aio, while fio documents an xnvme engine for accessing NVMe devices through xNVMe's C API and backend choices.
Developers use libxnvme when they need to allocate suitable buffers, submit NVMe commands, choose synchronous or asynchronous completion models, and switch between backend implementations without rewriting the application for every platform or driver stack.
Operators and researchers use the packaged tools for direct device experiments: querying devices, issuing commands, working with logical blocks and zoned namespaces, exercising xdd-style data movement, and running fio jobs through the xnvme engine.
xNVMe is significant because it packages a hard systems-programming problem as installable infrastructure. It does not hide NVMe; it standardizes the messy edge between applications, kernel APIs, userspace drivers, DMA-safe buffers, and benchmark tools.
For package nerds, it is also a marker of modern storage packaging: a formula can ship a library plus multiple expert CLIs, and those binaries matter to developers working on databases, file systems, benchmarks, zoned storage, and SPDK/io_uring experiments.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
kvs | cli | global executable | |
lblk | cli | global executable | |
xdd | cli | global executable | |
xnvme | cli | global executable | |
xnvme-driver | cli | global executable | |
xnvme_file | cli | global executable | |
zoned | cli | global executable |
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.
https://github.com/xnvme/xnvme
install metadata
| Package key | brew:xnvme |
|---|---|
| Version | 0.7.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/xnvme |
| Homepage | https://xnvme.io/ |
| Repository | https://github.com/xnvme/xnvme |
| Upstream docs | https://xnvme.io/ |
| License | BSD-3-Clause |
| Source archive | https://github.com/xnvme/xnvme/releases/download/v0.7.5/xnvme-fat-0.7.5.tar.gz |
| Build dependencies | meson, ninja, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | xnvme |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
py3-xnvme 0.7.5-r1
cross-platform libraries and tools for NVMe devices
sudo apk add py3-xnvmepy3-xnvme-pyc 0.7.5-r1
Precompiled Python bytecode for py3-xnvme
sudo apk add py3-xnvme-pycxnvme 0.7.5-r1
cross-platform libraries and tools for NVMe devices
sudo apk add xnvmexnvme-dev 0.7.5-r1
cross-platform libraries and tools for NVMe devices (development files)
sudo apk add xnvme-devxnvme-doc 0.7.5-r1
cross-platform libraries and tools for NVMe devices (documentation)
sudo apk add xnvme-docxnvme 0.7.5-6.fc44
Unified API and tools for traditional and emerging I/O interfaces
https://github.com/xnvme/xnvme
sudo dnf install xnvmexnvme-devel 0.7.5-6.fc44
Development library and header files for xnvme
https://github.com/xnvme/xnvme
sudo dnf install xnvme-develxnvme-static 0.7.5-6.fc44
Static library for xnvme
https://github.com/xnvme/xnvme
sudo dnf install xnvme-staticxnvme-tools 0.7.5-6.fc44
Command-line tools for storage I/O and NVMe-native development
https://github.com/xnvme/xnvme
sudo dnf install xnvme-toolssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.