# daemon を Homebrew, apt, MacPorts, Nix でインストール

daemon のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:daemon
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install daemon
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install daemon
```

  証拠: MacPorts ports tree: sysutils/daemon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install daemon
```

  証拠: Debian stable package indexes: daemon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#daemon
```

  証拠: nixpkgs package indexes: pkgs/by-name/da/daemon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:daemon
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/daemon>
- **バージョン:** 0.8.4
- **ソース概要:** Turn other processes into daemons
- **ホームページ:** <https://libslack.org/daemon/>
- **上流ドキュメント:** <https://libslack.org/daemon/>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://libslack.org/daemon/download/daemon-0.8.4.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- daemon (cli)
- daemon (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.8.4
- ローカルデータ: OK
- 上流リポジトリ: https://libslack.org/daemon/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

daemon is a Unix command that turns other processes into daemon-style background services, adding process setup, pidfile management, logging, respawn behavior, and optional configuration files around a client command.

### プロジェクトの歴史

The official libslack page describes daemon as a companion to libslack's daemonization functionality: it performs the process-context work for programs written in languages or scripts that do not daemonize themselves.

### 採用の歴史

daemon fits a long Unix packaging niche: small service-wrapper commands that predate or complement init systems. Its official page lists Linux, BSD, Solaris, and macOS-oriented keywords and maintains downloadable source tarballs rather than advertising an official source-control repository.

### 使われ方

Users invoke daemon around another command, optionally name it, write and lock pidfiles, send output to syslog, respawn it, and define default options in system or per-user configuration files.

### パッケージ好きにとっての重要性

The package is interesting because it preserves an old-school Unix service-wrapper workflow in modern package managers: one small executable, a manpage, configuration files, and source tarballs from an upstream software page.

### タイムライン

- 0.6.4: Official download table lists a final 0.6.4 tarball.
- 0.8.4: Official download table lists daemon-0.8.4 as the current source tarball.

### Related projects

- daemon is related to libslack, daemonize, system daemonization APIs, pidfile-based service wrappers, and Unix init/service supervision tools.

### ソース

- <https://libslack.org/daemon>
- <https://libslack.org/daemon/manual/daemon.1.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Unix: /etc/daemon.conf, ~/.daemonrc
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** daemon
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- Debian apt - daemon - 0.8.4-1: normalized package name match | Debian stable package indexes: daemon from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | turns other processes into daemons | https://libslack.org/daemon/
- Nix - daemon: normalized package name match | nixpkgs package indexes: pkgs/by-name/da/daemon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - daemon - 0.8.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: daemon from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | turns other processes into daemons | https://libslack.org/daemon/
- MacPorts - daemon: normalized package name match | MacPorts ports tree: sysutils/daemon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/ja/brew-utility-packages/) - Matched Homebrew package provider.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Matched curated package taxonomy and local package facts.
- [daemonize](https://pkg.so/ja/brew/daemonize/) - Shares pkgdb curated category or tags: cli, daemonization, process-management, system, unix.
- [lockrun](https://pkg.so/ja/brew/lockrun/) - Shares pkgdb curated category or tags: cli, process-management, system, unix.
- [cpulimit](https://pkg.so/ja/brew/cpulimit/) - Shares pkgdb curated category or tags: cli, process-management, system.
- [killport](https://pkg.so/ja/brew/killport/) - Shares pkgdb curated category or tags: cli, process-management, system.
- [detach](https://pkg.so/ja/brew/detach/) - Shares pkgdb curated category or tags: cli, process-management, system, unix.
- [procs](https://pkg.so/ja/brew/procs/) - Shares pkgdb curated category or tags: cli, process-management, system.
- [supervisor](https://pkg.so/ja/brew/supervisor/) - Shares pkgdb curated category or tags: cli, process-management, system, unix.
- [reattach-to-user-namespace](https://pkg.so/ja/brew/reattach-to-user-namespace/) - Shares pkgdb curated category or tags: cli, process-management, system.
- [jsvc](https://pkg.so/ja/brew/jsvc/) - Local package facts share a topical domain. Shared terms: cli, daemon, daemons, management, service.

## Combined YAML source

View the package source record on GitHub. [combined/daemon.yml](https://github.com/mxcl/pkgdb/blob/main/combined/daemon.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
