pkg.soopen package index

brew / Rang 8510

yaws mit Homebrew, apt, MacPorts, Nix installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install yaws

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install yaws

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

Linux

Debian aptverifiziert · 92%
sudo apt install yaws

Debian stable package indexes · yaws · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#yaws

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

Überblick

Paketzusammenfassung

Webserver for dynamic content (written in Erlang)

Befehle und Aliase

  • yaws

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2001: Yaws is conceived by Claes Wikstrom, according to later IEEE and Erlang community histories.
  • 2002: Early Yaws material and comparisons emphasize Erlang concurrency under many simultaneous connections.
  • 2009: The erlyaws/yaws GitHub repository is created.
  • 2011: Steve Vinoski's Yaws article and Erlang Factory talk present it as a decade-old Erlang web server.
  • 2024: The official Yaws PDF manual continues to document standalone, embedded, dynamic-content, WebSocket, and proxy features.

Related projects

  • Erlang/OTP is the runtime foundation for Yaws' process model and embedded use.
  • ErlyWeb and Erlang Web are related Erlang web frameworks historically associated with Yaws.
  • Inets is Erlang/OTP's own HTTP server alternative, often compared with Yaws in Erlang deployments.

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

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

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.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
${prefix}/etc/yaws/yaws.conf/etc/yaws/yaws.conf

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
yawsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

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-08-03
Manager-Version2.3.1
Manager aktualisiert2026-06-25
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:yaws
Version2.3.1
PaketmanagerHomebrew
Homepagehttps://erlyaws.github.io/
Repositoryhttps://github.com/erlyaws/yaws
Zuletzt aktualisiert2026-06-25T13:38:13+02:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

erlang-yapp 2.2.0+dfsg-2

Erlang application for deploying Yaws webserver applications

http://yaws.hyber.org/

sudo apt install erlang-yapp
  • Section: httpd
  • Architecture: amd64
  • Source Package: yaws
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: erlang-yapp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

erlang-yaws 2.2.0+dfsg-2

Erlang application which implements HTTP webserver

http://yaws.hyber.org/

sudo apt install erlang-yaws
  • Section: httpd
  • Architecture: amd64
  • Source Package: yaws
  • 10 Abhängigkeiten
  • 4 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: erlang-yaws from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

yaws 2.2.0+dfsg-2

High performance HTTP 1.1 webserver written in Erlang

http://yaws.hyber.org/

sudo apt install yaws
  • Section: httpd
  • Architecture: all
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yaws from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

yaws-chat 2.2.0+dfsg-2

Chat application for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-chat
  • Section: web
  • Architecture: all
  • Source Package: yaws
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yaws-chat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

yaws-doc 2.2.0+dfsg-2

Documentation and examples for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-doc
  • Section: doc
  • Architecture: all
  • Source Package: yaws
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yaws-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

yaws-mail 2.2.0+dfsg-2

Webmail application for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-mail
  • Section: web
  • Architecture: all
  • Source Package: yaws
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yaws-mail from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

yaws-wiki 2.2.0+dfsg-2

Wiki application for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-wiki
  • Section: web
  • Architecture: all
  • Source Package: yaws
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yaws-wiki from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

yaws-yapp 2.2.0+dfsg-2

Provides an easy way to deploy applications for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-yapp
  • Section: web
  • Architecture: all
  • Source Package: yaws
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yaws-yapp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

yaws

nix profile install nixpkgs#yaws
  • normalized package name match
  • Abgeglichen nach: Yaws
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ya/yaws/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

erlang-yapp 2.1.1+dfsg-2

Erlang application for deploying Yaws webserver applications

http://yaws.hyber.org/

sudo apt install erlang-yapp
  • Section: universe/httpd
  • Architecture: amd64
  • Source Package: yaws
  • 3 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: erlang-yapp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

erlang-yaws 2.1.1+dfsg-2

Erlang application which implements HTTP webserver

http://yaws.hyber.org/

sudo apt install erlang-yaws
  • Section: universe/httpd
  • Architecture: amd64
  • Source Package: yaws
  • 10 Abhängigkeiten
  • 4 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: erlang-yaws from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

yaws 2.1.1+dfsg-2

High performance HTTP 1.1 webserver written in Erlang

http://yaws.hyber.org/

sudo apt install yaws
  • Section: universe/web
  • Architecture: all
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • 7 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yaws from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

yaws-chat 2.1.1+dfsg-2

Chat application for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-chat
  • Section: universe/web
  • Architecture: all
  • Source Package: yaws
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yaws-chat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

yaws-doc 2.1.1+dfsg-2

Documentation and examples for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: yaws
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yaws-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

yaws-mail 2.1.1+dfsg-2

Webmail application for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-mail
  • Section: universe/web
  • Architecture: all
  • Source Package: yaws
  • 3 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yaws-mail from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

yaws-wiki 2.1.1+dfsg-2

Wiki application for Yaws webserver

http://yaws.hyber.org/

sudo apt install yaws-wiki
  • Section: universe/web
  • Architecture: all
  • Source Package: yaws
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Yaws
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yaws-wiki from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

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
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation