macOS
brew install webdavlocal Homebrew formula metadata
brew
Simple and standalone WebDAV server. Version 5.12.0 via Homebrew; verified 2026-06-27.
install
brew install webdavlocal Homebrew formula metadata
nix profile install nixpkgs#webdavnixpkgs package indexes · pkgs/by-name/we/webdav/package.nix · source: api.github.com
overview
Simple and standalone WebDAV server
history
hacdias/webdav is a simple standalone WebDAV server written in Go. It packages the long-lived WebDAV protocol into a single-purpose server for exposing a filesystem tree over HTTP with WebDAV methods, users, permissions, and lightweight configuration.
The underlying protocol is older than the package: WebDAV was standardized as HTTP extensions for distributed authoring, with RFC 2518 published in 1999 and RFC 4918 replacing it in 2007 after interoperability experience. That background explains why a small modern server can interoperate with many clients, file managers, sync tools, and applications that already understand WebDAV.
Henrique Dias created the public hacdias/webdav repository in August 2017. The README presents the project as a simple standalone WebDAV server, installable from binary releases, from source with the Go toolchain, or through Homebrew.
The project found an audience in self-hosting and local-network workflows where a full groupware server or cloud storage stack is too much. Its GitHub repository had more than 5,000 stars by July 2026, a strong signal for a small protocol server.
Because WebDAV remains a compatibility layer used by editors, file managers, note tools, and single-file web apps, hacdias/webdav is often adopted as glue: it lets an ordinary directory become a remote-save target without deploying a larger service.
Typical usage is to write a YAML configuration that names the address, filesystem scope, users, permissions, and optional TLS/CORS behavior, then run the `webdav` server in front of the desired directory. Users connect with WebDAV-capable clients rather than with a custom application protocol.
The package is particularly useful for quick private file serving, development tests against a WebDAV endpoint, self-hosted syncing experiments, and applications that know how to save to a WebDAV URL.
The package is significant because it gives a standards-era protocol a small contemporary binary. In packaging terms, it is the opposite of a platform: one command, one config file, and a well-known HTTP extension surface that other tools already know how to speak.
security posture
No matching local secret-handling manifest was found for webdav. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
config.yml/config.yml/opt/webdav.ymlCredential-bearing paths to review before unattended agent runs.
config.yml/config.yml/opt/webdav.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
webdav | 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/hacdias/webdav
install metadata
| Package key | brew:webdav |
|---|---|
| Version | 5.12.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/webdav |
| Homepage | https://github.com/hacdias/webdav |
| Repository | https://github.com/hacdias/webdav |
| Upstream docs | https://github.com/hacdias/webdav#readme |
| License | MIT |
| Source archive | https://github.com/hacdias/webdav/archive/refs/tags/v5.12.0.tar.gz |
| Last updated | 2026-06-27T09:51:34Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | webdav |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
webdav
nix profile install nixpkgs#webdavsource 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.