Skip to content

Runkeep v0.1.0

Choose a tag to compare

@3xjn 3xjn released this 10 Jul 14:44

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.tgz

Node.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.md files.
  • runkeep doctor integration diagnostics.
  • Windows and POSIX process-tree handling.

See the README for setup and usage.