macOS
brew install daemonizelocal Homebrew formula metadata
brew
Run a command as a UNIX daemon. Version 1.7.8 via Homebrew; verified from local package data.
install
brew install daemonizelocal Homebrew formula metadata
sudo apt install daemonizeDebian stable package indexes · daemonize · source: deb.debian.org
sudo dnf install daemonizeFedora Rawhide package metadata · daemonize · source: dl.fedoraproject.org
nix profile install nixpkgs#daemonizenixpkgs package indexes · pkgs/by-name/da/daemonize/package.nix · source: api.github.com
sudo zypper install daemonizeopenSUSE Tumbleweed package metadata · daemonize · source: download.opensuse.org
overview
Run a command as a UNIX daemon
history
daemonize is a small C command-line utility for running another command as a Unix daemon when that program does not daemonize itself correctly.
The daemonize GitHub repository was created in 2010, while the official project page describes the tool in the tradition of W. Richard Stevens' Unix daemon definition. The page links the GitHub repository, release downloads, and a manpage.
daemonize spread through Unix package managers because it solves a narrow operational problem with very little surface area. The official page explicitly documents Homebrew installation for macOS and source builds for other Unix-like systems.
Users wrap a foreground command with daemonize so it detaches, runs in the background, and can redirect stdin, stdout, stderr, pidfiles, and working-directory behavior according to the manpage.
daemonize is a classic tiny-admin-tool package: stable C source, autoconf build, BSD licensing, a manpage, and a job that remains useful whenever a service process lacks its own daemon mode.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
daemonize | 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/bmc/daemonize
install metadata
| Package key | brew:daemonize |
|---|---|
| Version | 1.7.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/daemonize |
| Homepage | https://software.clapper.org/daemonize/ |
| Repository | https://github.com/bmc/daemonize |
| Upstream docs | https://software.clapper.org/daemonize |
| License | BSD-3-Clause |
| Source archive | https://github.com/bmc/daemonize/archive/refs/tags/release-1.7.8.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | daemonize |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
daemonize 1.7.8-4
tool to run a command as a daemon
http://software.clapper.org/daemonize/
sudo apt install daemonizedaemonize
nix profile install nixpkgs#daemonizedaemonize 1.7.8-3
tool to run a command as a daemon
http://software.clapper.org/daemonize/
sudo apt install daemonizedaemonize 1.7.8-15.fc44
Run a command as a Unix daemon
http://www.clapper.org/software/daemonize/
sudo dnf install daemonizedaemonize 1.7.8-2.3
Command line utility to run any program as a Unix daemon
https://github.com/bmc/daemonize
sudo zypper install daemonizesource 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.