🍺 BREW Explorer

← all formulae

dufs

brew install dufs v0.46.0 Apache-2.0 OR MIT

Static file server

72
30-day installs · #3974
308
90-day · #3496
958
365-day · #3910
10.3k
★ GitHub stars · updated 2mo ago

Build dependencies

GitHub topics

cloud-disk command-line file-sharing file-upload-server rust static-server webdav webdav-server

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "rust"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Static file server",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:37:10+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "dufs",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-06-14T06:38:38Z",
  "github_readme_excerpt": "# Dufs\n\n[![CI](https://github.com/sigoden/dufs/actions/workflows/ci.yaml/badge.svg)](https://github.com/sigoden/dufs/actions/workflows/ci.yaml)\n[![Crates](https://img.shields.io/crates/v/dufs.svg)](https://crates.io/crates/dufs)\n[![Docker Pulls](https://img.shields.io/docker/pulls/sigoden/dufs)](https://hub.docker.com/r/sigoden/dufs)\n\nDufs is a distinctive utility file server that supports static serving, uploading, searching, accessing control, webdav...\n\n![demo](https://user-images.githubusercontent.com/4012553/220513063-ff0f186b-ac54-4682-9af4-47a9781dee0d.png)\n\n## Features\n\n- Serve static files\n- Download folder as zip file\n- Upload files and folders (Drag \u0026 Drop)\n- Create/Edit/Search files\n- Resumable/partial uploads/downloads\n- Access control\n- Support https\n- Support webdav\n- Easy to use with curl\n\n## Install\n\n### With cargo\n\n```\ncargo install dufs\n```\n\n### With docker\n\n```\ndocker run -v `pwd`:/data -p 5000:5000 --rm sigoden/dufs /data -A\n```\n\n### With [Homebrew](https://brew.sh)\n\n```\nbrew install dufs\n```\n\n### Binaries on macOS, Linux, Windows\n\nDownload from [Github Releases](https://github.com/sigoden/dufs/releases), unzip and add dufs to your $PATH.\n\n## CLI\n\n```\nDufs is a distinctive utility file server - https://github.com/sigoden/dufs\n\nUsage: dufs [OPTIONS] [serve-path]\n\nArguments:\n  [serve-path]  Specific path to serve [default: .]\n\nOptions:\n  -c, --config \u003cfile\u003e        Specify configuration file\n  -b, --bind \u003caddrs\u003e         Specify bind address or unix socket\n  -p, --port \u003cport\u003e          Specify port to listen on [default: 5000]\n      --path-prefix \u003cpath\u003e   Specify a path prefix\n      --hidden \u003cvalue\u003e       Hide paths from directory listings, e.g. tmp,*.log,*.lock\n  -a, --auth \u003crules\u003e         Add auth roles, e.g. user:pass@/dir1:rw,/dir2\n  -A, --allow-all            Allow all operations\n      --allow-upload         Allow upload files/folders\n      --allow-delete         Allow delete files/folders\n      --allow-search         Allow search files/folders\n",
  "github_repo": "sigoden/dufs",
  "github_stars": 10323,
  "github_topics": [
    "cloud-disk",
    "command-line",
    "file-sharing",
    "file-upload-server",
    "rust",
    "static-server",
    "webdav",
    "webdav-server"
  ],
  "homepage": "https://github.com/sigoden/dufs",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 72,
  "installs_365d": 958,
  "installs_90d": 308,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0 OR MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "dufs",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 3974,
  "rank_365d": 3910,
  "rank_90d": 3496,
  "raw_hash": "95ba8d5b31a083d3",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/d/dufs.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.46.0",
  "versioned_formulae": [],
  "why_use_this": null
}