Download & Install PutmeIn
Deploy our autonomous SRE agent and management dashboard on your bare-metal server, cloud VPS, or local development workstation in seconds.
macOS & Linux
Bash / POSIX One-Liner
Installs Docker Engine, Node.js LTS, PM2, persistent local MySQL, and starts PutmeIn daemonized under PM2.
curl -fsSL https://putme.in/install.sh | bashWindows
PowerShell One-Liner
Native PowerShell script that configures Docker Desktop, Node.js LTS, local MySQL container, and PM2 service.
powershell -c "irm https://putme.in/install.ps1 | iex"Manual NPM Global Install
npmAlready have Node.js and Docker installed? Install the CLI package directly from the npmjs registry.
npm install -g putmeinCLI Management Reference
Manage your PutmeIn daemon anytime using the global ray command:
rayStart Ray & Brain in the background and display dashboard URLs.
ray statusCheck process status, CPU, memory consumption, and port health.
ray logsStream live combined logs from both the Ray UI and Brain backend.
ray stopGracefully stop all active PutmeIn background services.
ray restartRestart services and reload runtime environment settings.
ray cohenLaunch the interactive terminal TUI management cockpit.