PutMe.in Logo

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

Recommended

Installs Docker Engine, Node.js LTS, PM2, persistent local MySQL, and starts PutmeIn daemonized under PM2.

$curl -fsSL https://putme.in/install.sh | bash
Supports Ubuntu, Debian, Fedora, Arch, Alpine, CentOS
macOS Apple Silicon (M1/M2/M3/M4) & Intel (x86_64)
Full WSL2 & Git Bash compatibility on Windows

Windows

PowerShell One-Liner

Windows 10 / 11 / Server

Native PowerShell script that configures Docker Desktop, Node.js LTS, local MySQL container, and PM2 service.

CMD / PS>powershell -c "irm https://putme.in/install.ps1 | iex"
Compatible with Windows PowerShell 5.1 & PowerShell 7 (pwsh)
Auto-installs dependencies via Windows Package Manager (winget)
Configures user environment under %USERPROFILE%\.putmein

Manual NPM Global Install

npm

Already have Node.js and Docker installed? Install the CLI package directly from the npmjs registry.

npm install -g putmein
npmjs.com/package/putmein

CLI Management Reference

Manage your PutmeIn daemon anytime using the global ray command:

ray

Start Ray & Brain in the background and display dashboard URLs.

ray status

Check process status, CPU, memory consumption, and port health.

ray logs

Stream live combined logs from both the Ray UI and Brain backend.

ray stop

Gracefully stop all active PutmeIn background services.

ray restart

Restart services and reload runtime environment settings.

ray cohen

Launch the interactive terminal TUI management cockpit.