@rederjs/daemon
v0.1.0
Published
Reder daemon (rederd) — bridges Claude Code sessions to remote adapters.
Maintainers
Readme
@rederjs/daemon
The reder daemon (rederd) — a long-running process that hosts the Unix socket every Claude Code shim connects to, owns the SQLite store, runs the configured adapters, and serves the web dashboard. Part of the reder project.
You typically don't install this package directly. It comes along with the CLI:
npm install -g rederjsThat ships the rederd binary on your PATH alongside reder and reder-shim.
Run it via the CLI rather than invoking it by hand:
reder start # start the daemon (writes a systemd user unit on Linux)
reder status # query its HTTP API
reder restart # restart after a config changeSee also: the main repo README for the architecture diagram and configuration reference.
