Automic VaultAutomic Vault

brew

使用 Homebrew, Nix, zypper 安装 dwarfs

查看 dwarfs 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install dwarfs

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#dwarfs

nixpkgs package indexes · pkgs/by-name/dw/dwarfs/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install dwarfs

openSUSE Tumbleweed package metadata · dwarfs · 来源: download.opensuse.org

概览

软件包摘要

Fast high compression read-only file system for Linux, Windows, and macOS

命令和别名

  • dwarfsck
  • dwarfsextract
  • mkdwarfs

历史

项目历史与用法

DwarFS is a high-compression read-only filesystem for Linux, FreeBSD, macOS, and Windows. Its README frames it as a mountable archive optimized for fast random reads and strong space savings on redundant data.

项目历史

Marcus Holland-Moritz writes in the README that he started working on DwarFS in 2013 because several hundred Perl installations were consuming about 30 GB, and existing compressed filesystems either did not compress well enough or were too slow and unstable for his use case.

The public GitHub repository was created in November 2020, and GitHub release metadata records release-0.1.0 the same month. By 2026, the project had grown into a multi-platform filesystem with mkdwarfs for image creation, dwarfs for mounting, dwarfsextract for extraction, and dwarfsck for inspection and checksums.

The README is unusually benchmark-heavy: it compares DwarFS with tar/gzip, 7-Zip, SquashFS, lrzip, zpaq, wimlib, Cromfs, EROFS, and fuse-archive across redundant Perl installations, CI artifacts, game audio assets, and other datasets.

采用历史

DwarFS adoption is strongest among users with highly redundant trees: many software builds, versioned runtimes, large asset collections, backups, and archives where mountable access matters. The README includes package-maintainer notes, release-download badges, a Homebrew installs badge, a Repology packaging badge, related projects, and notable users.

The input metadata lists Homebrew, Nix, and zypper packages. That package-manager footprint is important because DwarFS is a native filesystem/archive tool with FUSE and compression-library concerns; reproducible distribution builds make it easier to deploy than ad hoc source builds.

使用方式

The basic workflow is mkdwarfs -i /path/to/input/dir -o image.dwarfs, then dwarfs image.dwarfs /path/to/mountpoint to mount it. Users can extract with dwarfsextract and inspect or checksum images with dwarfsck.

DwarFS is read-only when mounted, so it is used more like a compressed, mountable artifact store than a writable filesystem. Its tuning knobs cover compression level, block size, categorization, worker counts, memory limits, duplicate segment search, and related compression-performance tradeoffs.

为什么软件包爱好者会关心

DwarFS is package-nerd significant because it is a modern alternative in a class usually dominated by SquashFS, tarballs, zip files, and container/image formats. It is especially interesting when the package is not just a compressor but a filesystem image format plus FUSE driver plus inspection/extraction tools.

It also illustrates why package managers matter for systems tools: users need compatible FUSE support, compression libraries, platform-specific builds, and command-line utilities installed together.

时间线

  • 2013: Work on DwarFS begins, according to the README history section.
  • 2020: The public GitHub repository is created and release-0.1.0 is published.
  • 2026: GitHub release metadata records v0.15.3.

Related projects

  • The README compares DwarFS with SquashFS, Cromfs, EROFS, lrzip, zpaq, zpaqfranz, wimlib, fuse-archive, tar/gzip, and 7-Zip.
  • Related runtime/package-image projects named by the README include PELF and uruntime, which mention DwarFS support.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:compress

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 15 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
dwarfsckcli全局可执行文件
dwarfsextractcli全局可执行文件
mkdwarfscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本0.15.4
管理器更新时间2026-07-08
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/mhx/dwarfs

安装元数据

软件包元数据

软件包键brew:dwarfs
版本0.15.4
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/dwarfs
主页https://github.com/mhx/dwarfs
仓库https://github.com/mhx/dwarfs
上游文档https://github.com/mhx/dwarfs#readme
许可证GPL-3.0-or-later
源码归档https://github.com/mhx/dwarfs/releases/download/v0.15.4/dwarfs-0.15.4.tar.xz
最后更新2026-07-08T09:44:49Z
Pulseupdated
依赖boost, brotli, flac, fmt, howard-hinnant-date, libarchive, lz4, nlohmann-json, openssl@3, parallel-hashmap, range-v3, utf8cpp, xxhash, xz, zstd
构建依赖cmake, googletest, pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

dwarfs

nix profile install nixpkgs#dwarfs
  • normalized package name match
  • 匹配方式:Dwarfs
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/dw/dwarfs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
zypper95%

dwarfs 0.15.3-1.3

Deduplicating compressed read-only file system

https://github.com/mhx/dwarfs

sudo zypper install dwarfs
  • License: GPL-3.0-or-later AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: dwarfs
  • 14 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Dwarfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: dwarfs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

dwarfs-bash-completion 0.15.3-1.3

Bash Completion for dwarfs

https://github.com/mhx/dwarfs

sudo zypper install dwarfs-bash-completion
  • License: GPL-3.0-or-later AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: dwarfs
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Dwarfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: dwarfs-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

dwarfs-devel 0.15.3-1.3

DwarFS development files

https://github.com/mhx/dwarfs

sudo zypper install dwarfs-devel
  • License: GPL-3.0-or-later AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: dwarfs
  • 1 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Dwarfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: dwarfs-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

dwarfs-zsh-completion 0.15.3-1.3

ZSH Completion for dwarfs

https://github.com/mhx/dwarfs

sudo zypper install dwarfs-zsh-completion
  • License: GPL-3.0-or-later AND MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: dwarfs
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Dwarfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: dwarfs-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libdwarfs0_15_3 0.15.3-1.3

DwarFS dynamic library

https://github.com/mhx/dwarfs

sudo zypper install libdwarfs0_15_3
  • License: GPL-3.0-or-later AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: dwarfs
  • 21 依赖
  • 8 提供
  • normalized package name match
  • 匹配方式:Dwarfs
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libdwarfs0_15_3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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