Your AI-powered Autonomous DevOps, Infrastructure Monitoring & Deployment Engine
See the code
Open source platform to Secure, Build, Fix and Deploy any project with AI. Helps in managing huge servers, docker containers, vps, kubernetes clusters, vm's and much more.
🔒 . 🏗️ . 🛠️ . 🚀
PutmeIn combines Ray (an interactive Next.js web console and management dashboard) with Brain (a high-performance Go AI background daemon and Docker orchestrator) into a unified, daemonized system manager.
# Linux / macOS / WSL
curl -fsSL https://putme.in/install.sh | bash
# Windows (PowerShell)
powershell -c "irm https://putme.in/install.ps1 | iex"
npm install -g putmein
Once installed, simply run:
ray
PutmeIn will start as a resilient background daemon via PM2 and display your local and network dashboard URLs:
Note: If you are running Putmein directly from the source code. The development ports are 3000 for Ray and 3100 for Brain.
PutmeIn exposes the ray command globally:
| Command | Description |
|---|---|
ray or ray start | Starts Ray and Brain in the background via PM2 and displays dashboard URLs. |
ray stop | Gracefully stops the running background services. |
ray restart | Restarts all services with fresh state. |
ray status | Inspects running processes, PIDs, CPU usage, memory consumption, and port status. |
ray logs | Streams live unified output logs from both Ray and Brain. |
ray starter | Configures PutmeIn to start automatically on system boot (pm2 startup & pm2 save). |
ray --no-startup | Disables automatic startup on system boot. |
ray cohen | Launches the interactive terminal TUI client. |
ray --help | Displays help menu and command list. |
ray --version | Prints current installed version. |
# Clone the repository
git clone https://github.com/putme-in/putmein.git
cd putmein
# Install dependencies and build standalone distribution
npm run build
# Start services locally
npm start
If you found a bug, please create an issue with the title "Bug: " and a detailed description.
If you want to contribute to PutmeIn, check out our Developer Guide for prerequisites and local setup instructions. Please fork the repository and create a pull request.
Go. Handles AI processing, Docker management, and core automation.Next.js. Handles UI and user interaction.Node.js. Handles CLI commands and user interaction.Next.js. Handles landing page and user interaction.Docusaurus. Handles documentation and user interaction.43 commits
TypeScript
76.7%
Go
19.2%
JavaScript
1.6%
Shell
1.3%
Your AI-powered Autonomous DevOps, Infrastructure Monitoring & Deployment Engine
See the code
Open source platform to Secure, Build, Fix and Deploy any project with AI. Helps in managing huge servers, docker containers, vps, kubernetes clusters, vm's and much more.
🔒 . 🏗️ . 🛠️ . 🚀
PutmeIn combines Ray (an interactive Next.js web console and management dashboard) with Brain (a high-performance Go AI background daemon and Docker orchestrator) into a unified, daemonized system manager.
# Linux / macOS / WSL
curl -fsSL https://putme.in/install.sh | bash
# Windows (PowerShell)
powershell -c "irm https://putme.in/install.ps1 | iex"
npm install -g putmein
Once installed, simply run:
ray
PutmeIn will start as a resilient background daemon via PM2 and display your local and network dashboard URLs:
Note: If you are running Putmein directly from the source code. The development ports are 3000 for Ray and 3100 for Brain.
PutmeIn exposes the ray command globally:
| Command | Description |
|---|---|
ray or ray start | Starts Ray and Brain in the background via PM2 and displays dashboard URLs. |
ray stop | Gracefully stops the running background services. |
ray restart | Restarts all services with fresh state. |
ray status | Inspects running processes, PIDs, CPU usage, memory consumption, and port status. |
ray logs | Streams live unified output logs from both Ray and Brain. |
ray starter | Configures PutmeIn to start automatically on system boot (pm2 startup & pm2 save). |
ray --no-startup | Disables automatic startup on system boot. |
ray cohen | Launches the interactive terminal TUI client. |
ray --help | Displays help menu and command list. |
ray --version | Prints current installed version. |
# Clone the repository
git clone https://github.com/putme-in/putmein.git
cd putmein
# Install dependencies and build standalone distribution
npm run build
# Start services locally
npm start
If you found a bug, please create an issue with the title "Bug: " and a detailed description.
If you want to contribute to PutmeIn, check out our Developer Guide for prerequisites and local setup instructions. Please fork the repository and create a pull request.
Go. Handles AI processing, Docker management, and core automation.Next.js. Handles UI and user interaction.Node.js. Handles CLI commands and user interaction.Next.js. Handles landing page and user interaction.Docusaurus. Handles documentation and user interaction.43 commits
TypeScript
76.7%
Go
19.2%
JavaScript
1.6%
Shell
1.3%