macOS
brew install yawslocal Homebrew formula metadata
sudo port install yawsMacPorts ports tree · www/yaws/Portfile · source: api.github.com
brew
Webserver for dynamic content (written in Erlang). Version 2.3.1 via Homebrew; verified 2026-06-25.
install
brew install yawslocal Homebrew formula metadata
sudo port install yawsMacPorts ports tree · www/yaws/Portfile · source: api.github.com
sudo apt install erlang-yappDebian stable package indexes · erlang-yapp · source: deb.debian.org
nix profile install nixpkgs#yawsnixpkgs package indexes · pkgs/by-name/ya/yaws/package.nix · source: api.github.com
overview
Webserver for dynamic content (written in Erlang)
history
Yaws, Yet Another Web Server, is an Erlang HTTP server created by Claes Wikstrom. It is historically important because it made Erlang's lightweight-process concurrency visible to web developers: one Erlang process per client, dynamic Erlang code in pages, standalone or embedded operation, and a long-running niche as an Erlang-native web server.
Contemporary articles place Yaws' origin around 2001 as Claes 'Klacke' Wikstrom's project. The official site describes it as a high-performance HTTP/1.1 web server written entirely in Erlang, supporting both standalone daemon mode and embedded mode inside another Erlang application.
The documentation presents Yaws as both a static web server and a dynamic-content system. Pages ending in .yaws can contain embedded Erlang snippets, and the manual describes appmods, streaming, sessions, FastCGI, reverse proxying, WebSockets, long polling, and embedded mode as part of the server's feature set.
The project moved to a public GitHub repository early in GitHub's history; the GitHub API records the erlyaws/yaws repository as created in 2009. The official site now points users to GitHub for source code, releases, tests, and current activity.
Yaws gained attention in the early Erlang web community because it turned Erlang's concurrency model into a practical web-server story. A 2011 IEEE Internet Computing article and related conference material framed it as a decade-old Erlang web server known for reliability, stability, and scalability.
Its adoption stayed specialized: it did not become the default general-purpose web server, but it mattered to Erlang users who wanted web serving without leaving the BEAM. It also became a platform for related Erlang web projects and examples, including appmods, yapps, and frameworks or applications that used Yaws as the HTTP layer.
Yaws can be run as a normal webserver daemon from yaws.conf or embedded into an Erlang/OTP application. In development, users commonly run it interactively, serve static files, and add .yaws dynamic pages or appmods for request handling.
For package users, the key files are the yaws executable and yaws.conf. The package is useful when maintaining Erlang web applications, old Yaws sites, test servers, or embedded HTTP interfaces where using Erlang directly for request handling is the point.
Yaws is a classic example of language-runtime infrastructure becoming a package-manager artifact. Installing it pulls an Erlang-native web server into the Unix service model, with config files, examples, documentation, and a daemon command.
It also captures an important historical argument in server software: concurrency and failure isolation from Erlang processes, rather than thread-per-connection or process-per-connection designs, could be a practical foundation for web workloads.
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.
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.
${prefix}/etc/yaws/yaws.conf/etc/yaws/yaws.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
yaws | 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/erlyaws/yaws
install metadata
| Package key | brew:yaws |
|---|---|
| Version | 2.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/yaws |
| Homepage | https://erlyaws.github.io/ |
| Repository | https://github.com/erlyaws/yaws |
| Upstream docs | https://erlyaws.github.io/ |
| License | BSD-3-Clause |
| Source archive | https://github.com/erlyaws/yaws/archive/refs/tags/yaws-2.3.1.tar.gz |
| Last updated | 2026-06-25T13:38:13+02:00 |
| Pulse | updated |
| Dependencies | erlang |
| Build dependencies | autoconf, automake, libtool |
| 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 | yaws |
| 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.
erlang-yapp 2.2.0+dfsg-2
Erlang application for deploying Yaws webserver applications
sudo apt install erlang-yapperlang-yaws 2.2.0+dfsg-2
Erlang application which implements HTTP webserver
sudo apt install erlang-yawsyaws 2.2.0+dfsg-2
High performance HTTP 1.1 webserver written in Erlang
sudo apt install yawsyaws-chat 2.2.0+dfsg-2
Chat application for Yaws webserver
sudo apt install yaws-chatyaws-doc 2.2.0+dfsg-2
Documentation and examples for Yaws webserver
sudo apt install yaws-docyaws-mail 2.2.0+dfsg-2
Webmail application for Yaws webserver
sudo apt install yaws-mailyaws-wiki 2.2.0+dfsg-2
Wiki application for Yaws webserver
sudo apt install yaws-wikiyaws-yapp 2.2.0+dfsg-2
Provides an easy way to deploy applications for Yaws webserver
sudo apt install yaws-yappyaws
nix profile install nixpkgs#yawserlang-yapp 2.1.1+dfsg-2
Erlang application for deploying Yaws webserver applications
sudo apt install erlang-yapperlang-yaws 2.1.1+dfsg-2
Erlang application which implements HTTP webserver
sudo apt install erlang-yawsyaws 2.1.1+dfsg-2
High performance HTTP 1.1 webserver written in Erlang
sudo apt install yawsyaws-chat 2.1.1+dfsg-2
Chat application for Yaws webserver
sudo apt install yaws-chatyaws-doc 2.1.1+dfsg-2
Documentation and examples for Yaws webserver
sudo apt install yaws-docyaws-mail 2.1.1+dfsg-2
Webmail application for Yaws webserver
sudo apt install yaws-mailyaws-wiki 2.1.1+dfsg-2
Wiki application for Yaws webserver
sudo apt install yaws-wikisource 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.