Automic VaultAutomic Vault

brew

dufs mit Homebrew, apk, MacPorts, Nix, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dufs in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install dufs

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install dufs

MacPorts ports tree · www/dufs/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add dufs

Alpine Linux edge package indexes · dufs · Quelle: dl-cdn.alpinelinux.org

Nixverifiziert · 92%
nix profile install nixpkgs#dufs

nixpkgs package indexes · pkgs/by-name/du/dufs/package.nix · Quelle: api.github.com

Windows

Scoopverifiziert · 92%
scoop install main/dufs

Scoop official bucket manifest trees · bucket/dufs.json · Quelle: api.github.com

Windows Package Managerverifiziert · 92%
winget install --id sigoden.Dufs -e

Windows Package Manager source index · sigoden.Dufs · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Static file server

Befehle und Aliase

  • dufs

Verlauf

Projektgeschichte und Nutzung

Dufs is a Rust utility file server that turns a directory into an HTTP/WebDAV file surface with upload, search, access control, resumable transfers, ZIP downloads, HTTPS, and curl-friendly APIs. It sits in the modern single-binary file-server niche rather than the full web-server niche.

Projektgeschichte

The release stream began in May 2022 and moved rapidly from v0.1.0 through a long 0.x series. The README describes a utility file server focused on static serving, uploading, searching, access control, WebDAV, and straightforward CLI invocation.

Dufs kept accumulating practical file-sharing features without becoming a general reverse proxy or application server. Its CLI exposes direct flags for binding, ports, auth, path prefixes, TLS files, logging, SPA rendering, CORS, archive downloads, and shell completions.

Adoptionsgeschichte

Dufs is distributed through Cargo, Docker, Homebrew, GitHub release binaries, and package-manager entries such as Alpine, MacPorts, Nix, Scoop, and Winget. That spread reflects the usual adoption path for modern Rust CLIs: crate first, then binary and package-manager convenience.

Wie es verwendet wird

A common workflow is running dufs in a directory for read-only serving, then adding -A for full upload/delete/search/create/edit operations or --auth rules for per-path permissions. The built-in HTTP API also supports curl uploads, downloads, deletes, directory creation, moves, hashes, health checks, and resumable transfer patterns.

Warum Paket-Nerds sich dafür interessieren

Dufs is notable because it packages a surprising amount of ad hoc file-sharing behavior into one portable binary. For package users, it is the kind of tool that replaces a quick Python http.server, a temporary nginx config, or a small WebDAV daemon when convenience matters more than full server infrastructure.

Zeitleiste

  • 2022: v0.1.0 published and early releases shipped rapidly.
  • 2024: v0.42.0 and v0.43.0 showed the project had become a mature feature-rich utility server.
  • 2025: v0.44.0 and v0.45.0 continued active releases.
  • 2026: v0.46.0 released with the project still maintained.

Related projects

  • Python's http.server is the minimal built-in comparison for quick static serving.
  • miniserve and darkhttpd are adjacent lightweight file/static servers.
  • WebDAV servers overlap with Dufs when upload and remote filesystem access matter.

Sicherheitslage

Risikostufe: blue

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

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

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

Signale

  • text:server

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
dufscliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-25
Manager-Version0.46.0
Manager aktualisiert2026-05-07
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv0.46.0

https://github.com/sigoden/dufs

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:dufs
Version0.46.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/dufs
Homepagehttps://github.com/sigoden/dufs
Repositoryhttps://github.com/sigoden/dufs
Upstream-Dokumentationhttps://github.com/sigoden/dufs#readme
LizenzApache-2.0 OR MIT
Quellarchivhttps://github.com/sigoden/dufs/archive/refs/tags/v0.46.0.tar.gz
Zuletzt aktualisiert2026-05-07T06:30:42Z
Pulseupdated
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

dufs

nix profile install nixpkgs#dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/du/dufs/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

dufs 0.46.0-r0

A file server that supports static serving, uploading, searching, accessing control, webdav...

https://github.com/sigoden/dufs

sudo apk add dufs
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • Source Package: dufs
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Dufs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dufs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dufs-bash-completion 0.46.0-r0

Bash completions for dufs

https://github.com/sigoden/dufs

sudo apk add dufs-bash-completion
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • Source Package: dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dufs-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dufs-doc 0.46.0-r0

A file server that supports static serving, uploading, searching, accessing control, webdav... (documentation)

https://github.com/sigoden/dufs

sudo apk add dufs-doc
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • Source Package: dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dufs-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dufs-fish-completion 0.46.0-r0

Fish completions for dufs

https://github.com/sigoden/dufs

sudo apk add dufs-fish-completion
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • Source Package: dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dufs-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

dufs-zsh-completion 0.46.0-r0

Zsh completions for dufs

https://github.com/sigoden/dufs

sudo apk add dufs-zsh-completion
  • License: MIT OR Apache-2.0
  • Architecture: x86_64
  • Source Package: dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: dufs-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

dufs

sudo port install dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
MacPorts ports tree · api.github.com · MacPorts ports tree: www/dufs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/dufs

scoop install main/dufs
  • normalized package name match
  • Abgeglichen nach: Dufs
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/dufs.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

sigoden.Dufs

winget install --id sigoden.Dufs -e
  • normalized package name match
  • Abgeglichen nach: Dufs
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: sigoden.Dufs from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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