Runkeep v0.1.0
Runkeep's initial public release provides one shared local process manager for humans and AI agents.
Install
npm install --global https://github.com/3xjn/runkeep/releases/download/v0.1.0/runkeep-0.1.0.tgzNode.js 20 or newer is required. Confirm the installation with runkeep --version.
Highlights
- Detached per-user daemon: terminals and agent tasks can close without stopping managed services.
- Workspace-scoped service identity prevents duplicate servers and watchers.
- Human CLI for lifecycle control, logs, attachment, stdin, and configuration.
- Stdio MCP server exposing the same shared state to compatible local agents.
- Safe, idempotent Runkeep guidance blocks for project
AGENTS.mdfiles. runkeep doctorintegration diagnostics.- Windows and POSIX process-tree handling.
See the README for setup and usage.