code wiki / daemon

topic: daemon

12 modules sharing the daemon name family (derived from the tree's prefix discipline).

The 'daemon' topic family in the Nishi sovereign ecosystem provides tools for managing long-running, detached processes essential for system stability and performance. The nx_daemon module serves as the canonical sovereign detached-spawn mechanism, launching an elf as a daemon that survives the parent. Complementing this, nx_daemon_bench offers a continuous, low-resource benchmark for evaluating daemon performance, while nx_daemon_health_audit ensures substrate-side auditing of running daemons for reliability and security.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_daemon.nxcanonical sovereign detached-spawn: launch an elf as a daemon that survives the parent (new262
nx_daemon_bench.nxcontinuous, low-resource, on-device benchmark51427
nx_daemon_bench_test.nxsmoke: drive the daemon through every 1531
nx_daemon_budget_gate.nxREGRESSION PROOF for the self-retiring-daemon class (debt seq882, 2026-07-25).1318
nx_daemon_container.nxrun the nishi pulse daemon INSIDE the sovereign513
nx_daemon_gate.nxproves the sovereign detached-spawn primitive (fork + setsid) that nx_daemon's daemon_spawn401
nx_daemon_health_audit.nxsubstrate-side audit of running daemons /1806
nx_daemon_reap_gate.nxreferee for nx_daemon_reap_lib, the ONE child reaper every forking daemon1491
nx_daemon_reap_lib.nxTHE ONE CHILD REAPER for every daemon in the estate that forks.854
nx_daemon_run.nxsovereign detached LAUNCHER (no kill): spawn <elf> [args...] as a daemon that survives this201
nx_daemon_supervisor.nxSOVEREIGN data-driven daemon supervisor. THE organ that makes daemon82825
nx_daemon_supervisor_gate.nxthe fleet supervisor's PURE helpers (nx_dsup_lib), driven in-process:1034