macOS
brew install xnvmelocal Homebrew formula metadata
安装
brew install xnvmelocal Homebrew formula metadata
sudo apk add xnvmeAlpine Linux edge package indexes · xnvme · 来源: dl-cdn.alpinelinux.org
sudo dnf install xnvmeFedora Rawhide package metadata · xnvme · 来源: dl.fedoraproject.org
概览
Cross-platform libraries and tools for efficient I/O and low-level control
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
kvs | cli | 全局可执行文件 | |
lblk | cli | 全局可执行文件 | |
xdd | cli | 全局可执行文件 | |
xnvme | cli | 全局可执行文件 | |
xnvme-driver | cli | 全局可执行文件 | |
xnvme_file | cli | 全局可执行文件 | |
zoned | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/xnvme/xnvme
安装元数据
| 软件包键 | brew:xnvme |
|---|---|
| 版本 | 0.7.5 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/xnvme |
| 主页 | https://xnvme.io/ |
| 仓库 | https://github.com/xnvme/xnvme |
| 上游文档 | https://xnvme.io/ |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://github.com/xnvme/xnvme/releases/download/v0.7.5/xnvme-fat-0.7.5.tar.gz |
| 构建依赖 | meson, ninja, pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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-tools来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.