macOS
brew install webfslocal Homebrew formula metadata
sudo port install webfsMacPorts ports tree · www/webfs/Portfile · source: api.github.com
brew
HTTP server for purely static content. Version 1.21 via Homebrew; verified 2026-06-19.
install
brew install webfslocal Homebrew formula metadata
sudo port install webfsMacPorts ports tree · www/webfs/Portfile · source: api.github.com
sudo apt install webfsDebian stable package indexes · webfs · source: deb.debian.org
nix profile install nixpkgs#webfsnixpkgs package indexes · pkgs/by-name/we/webfs/package.nix · source: api.github.com
overview
HTTP server for purely static content
history
webfs, usually run as `webfsd`, is a tiny HTTP server for mostly static content. It was built for the old but still useful job of exporting a directory tree over HTTP quickly, without configuring a full Apache, nginx, or application server.
Gerd Knorr's webfs dates to the late 1990s. Debian's man page credits copyright years 1999 and 2000, and a Freshmeat-era announcement for webfs 1.5 appeared in November 2000, describing it as a simple static HTTP server tested on Linux and FreeBSD.
The 2000 announcement already shows the shape that made the tool last: a very small binary, sendfile support with a userspace fallback, IPv6, chroot-to-docroot, basic authentication, and virtual hosts. The current homepage keeps the same theme, presenting webfs as a quick way to serve static files or expose FTP-server content via HTTP.
webfs became a small distribution package rather than a large upstream platform. Its continued presence in Debian, Ubuntu, MacPorts, Nix, and Homebrew reflects a specific utility: administrators and developers still occasionally want a minimal static file server with Unix permissions and simple daemon behavior.
The package's longevity comes from being boring in the best sense. It does not compete with modern reverse proxies or app servers; it survives because a tiny static HTTP daemon remains handy for tests, rescue environments, old hardware, package repositories, and temporary file sharing.
Typical use is to point `webfsd` at a directory and let it serve regular files and directory listings. Access control relies primarily on Unix file permissions, and the daemon can drop privileges after binding privileged ports or entering a chroot when installed and configured for that mode.
webfs is most appropriate for static content: quick exports, LAN file drops, read-only mirrors, or lightweight development fixtures. It is not a dynamic web stack, and that limitation is exactly why the package remains easy to reason about.
webfs is significant as a fossil that still works: a compact pre-container HTTP daemon with the Unix philosophy plainly visible. For package nerds, it represents the era when a useful server could be a tens-of-kilobytes binary plus a man page, and still earn a slot in modern package indexes.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
webfsd | 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://linux.bytesex.org/misc/webfs.html
install metadata
| Package key | brew:webfs |
|---|---|
| Version | 1.21 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/webfs |
| Homepage | https://linux.bytesex.org/misc/webfs.html |
| Upstream docs | https://linux.bytesex.org/misc/webfs.html |
| License | GPL-2.0-or-later |
| Source archive | https://www.kraxel.org/releases/webfs/webfs-1.21.tar.gz |
| Last updated | 2026-06-19T12:33:04-07:00 |
| Pulse | updated |
| Dependencies | openssl@4 |
| Build dependencies | httpd |
| 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 | webfs |
| Version Scheme | 0 |
| Revision | 2 |
| 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.
webfs 1.21+ds1-16
lightweight HTTP server for static content
http://linux.bytesex.org/misc/webfs.html
sudo apt install webfswebfs
nix profile install nixpkgs#webfswebfs 1.21+ds1-12build3
lightweight HTTP server for static content
http://linux.bytesex.org/misc/webfs.html
sudo apt install webfswebfs
sudo port install webfssource 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.