{"library":"remote-process-server","title":"remote-process-server","description":"A client/server system for remotely creating and managing processes over a framed process-control protocol on top of a trusted byte stream. Current stable version is 3.2.2, with frequent releases (bugfixes every few months). The project keeps the server side small, dependency-free, and easily launchable in many environments (C++ server, Python manager, Node.js CLI). It supports custom server launch commands via SSH, npx, or direct paths, making it flexible for remote process management. Deprecated versions v3.1.0 and v3.1.1 should not be used.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install remote-process-server"],"cli":{"name":"rps","version":null}},"imports":["npx remote-process-server@latest daemon","npx remote-process-server@latest install","remote-process-server run -- echo hello"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm i -g remote-process-server@latest\nremote-process-server daemon &\nsleep 2\nremote-process-server run -- echo hello\nremote-process-server stop","lang":"bash","description":"Install global CLI, start daemon, run a command, then stop the daemon.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}