macOS
brew install daemontoolslocal Homebrew formula metadata
sudo port install daemontoolsMacPorts ports tree · sysutils/daemontools/Portfile · source: api.github.com
brew
Collection of tools for managing UNIX services. Version 0.76 via Homebrew; verified 2026-07-08.
install
brew install daemontoolslocal Homebrew formula metadata
sudo port install daemontoolsMacPorts ports tree · sysutils/daemontools/Portfile · source: api.github.com
sudo apk add daemontoolsAlpine Linux edge package indexes · daemontools · source: dl-cdn.alpinelinux.org
sudo apt install daemontoolsDebian stable package indexes · daemontools · source: deb.debian.org
nix profile install nixpkgs#daemontoolsnixpkgs package indexes · pkgs/by-name/da/daemontools/package.nix · source: api.github.com
overview
Collection of tools for managing UNIX services
history
daemontools is Daniel J. Bernstein's collection of Unix service supervision and logging tools. Its model is compact and filesystem-oriented: services are directories, each service has a run script, and small programs such as supervise, svscan, svc, multilog, envdir, setuidgid, softlimit, setlock, tai64n, and tai64nlocal compose the system.
The official daemontools page describes the package as tools for managing UNIX services. The install guide distributes daemontools-0.76.tar.gz under /package/admin/daemontools-0.76 and documents a /package-based installation layout.
The upgrade notes show the package stabilizing its service model across the 0.53, 0.60/0.61, 0.70, and 0.75/0.76 lines. Notable changes include supervise switching to a service directory and ./run script, older logging utilities being replaced by multilog, accustamp and tailocal being replaced by tai64n and tai64nlocal, setuidgid being renamed from setuser, setlock and envdir being added, svscan accepting a service directory argument, and the package moving under /package/admin/daemontools.
daemontools became influential among Unix administrators who wanted reliable supervision outside traditional init scripts. Its FAQ explicitly compares /service with inittab, ttys, init.d, and rc.local, arguing for easy installation and removal, automatic first startup, reliable restarts, reliable signaling, clean process state, and portability across Linux, BSD, Solaris, and other Unix systems.
Even on systems that no longer deploy daemontools itself, its vocabulary remains recognizable in later supervision systems: foreground daemons, run scripts, service directories, separate supervised loggers, and small process-control commands.
A supervised service is a directory containing an executable ./run script. supervise changes into that directory, starts ./run, restarts it if it exits, honors a down file for initially disabled services, and writes status under the service directory's supervise subdirectory.
svscan starts one supervise process for each subdirectory of its scan directory, checks every five seconds for new services, restarts supervise processes that exit, and can also wire a service's output to a separately supervised log service. multilog saves, filters, timestamps, and rotates logs, pausing safely if the disk fills rather than dropping data.
For package nerds, daemontools is important because it expresses a service-manager philosophy in tiny binaries and directories rather than a large resident manager. The package is old, terse, and opinionated, but it influenced how Unix people talk about supervision, foreground services, log pipelines, and avoiding fragile init-script process state.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
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 |
|---|---|---|---|
envdir | cli | global executable | |
envuidgid | cli | global executable | |
fghack | cli | global executable | |
multilog | cli | global executable | |
pgrphack | cli | global executable | |
readproctitle | cli | global executable | |
setlock | cli | global executable | |
setuidgid | cli | global executable | |
softlimit | cli | global executable | |
supervise | cli | global executable | |
svc | cli | global executable | |
svok | cli | global executable | |
svscan | cli | global executable | |
svscanboot | cli | global executable | |
svstat | cli | global executable | |
tai64n | cli | global executable | |
tai64nlocal | 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://cr.yp.to/daemontools.html
install metadata
| Package key | brew:daemontools |
|---|---|
| Version | 0.76 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/daemontools |
| Homepage | https://cr.yp.to/daemontools.html |
| Upstream docs | https://cr.yp.to/daemontools.html |
| License | LicenseRef-Homebrew-public-domain |
| Source archive | https://cr.yp.to/daemontools/daemontools-0.76.tar.gz |
| Last updated | 2026-07-08T02:26:26Z |
| Pulse | updated |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | Services are stored in: $HOMEBREW_PREFIX/etc/service/ |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | daemontools |
| 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.
daemontools 1:0.76-14
collection of tools for managing UNIX services
https://cr.yp.to/daemontools.html
sudo apt install daemontoolsdaemontools-run 1:0.76-14
daemontools service supervision
https://cr.yp.to/daemontools.html
sudo apt install daemontools-rundaemontools
nix profile install nixpkgs#daemontoolsdaemontools 1:0.76-10
collection of tools for managing UNIX services
https://cr.yp.to/daemontools.html
sudo apt install daemontoolsdaemontools-run 1:0.76-10
daemontools service supervision
https://cr.yp.to/daemontools.html
sudo apt install daemontools-rundaemontools 0.76-r3
Collection of tools for managing UNIX services
https://cr.yp.to/daemontools.html
sudo apk add daemontoolsdaemontools-openrc 0.76-r3
Collection of tools for managing UNIX services (OpenRC init scripts)
https://cr.yp.to/daemontools.html
sudo apk add daemontools-openrcdaemontools
sudo port install daemontoolssupervise
nix profile install nixpkgs#supervisesource 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.