rederjs
v0.1.0
Published
Reder CLI — manage the reder daemon and paired Claude Code sessions.
Maintainers
Readme
rederjs
The reder CLI — configure the daemon, register Claude Code sessions, manage tmux auto-start, and pair Telegram bots. Part of the reder project.
Install
npm install -g rederjsThis pulls in @rederjs/daemon and @rederjs/shim as dependencies and ships three binaries on your PATH:
| Binary | Role |
| ------------ | ----------------------------------------------------------- |
| reder | The CLI (this package) |
| rederd | Long-running daemon (from @rederjs/daemon) |
| reder-shim | MCP server Claude Code loads per project (from @rederjs/shim) |
Quickstart
reder init # configure the daemon
cd ~/code/myproject
reder sessions add --auto-start # register the project
reder dashboard url # print the authenticated dashboard URLSee also: the main repo README for full setup, configuration, and the architecture diagram.
