Deploy TMCP on Ubuntu, Windows, or macOS in minutes.
One-command installers tailored for every major operating system.
Production-ready deployment with Nginx, PM2, and automatic SSL via Let's Encrypt.
PowerShell-based installer with execution-policy bypass for fast local or server setup.
Native shell installer for Apple Silicon and Intel — same workflow as Linux.
Every script and template, ready to copy or open directly.
| File | URL | Actions |
|---|
Copy a block, paste into your terminal, and TMCP handles the rest.
mkdir -p tmcp-setup && cd tmcp-setup
curl -fsSL https://tmcpinstall.brittosoft.site/setup/install.sh -o install.sh
curl -fsSL https://tmcpinstall.brittosoft.site/setup/nginx.conf.template -o nginx.conf.template
chmod +x install.sh
./install.sh
iwr https://tmcpinstall.brittosoft.site/setup/install.ps1 -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1
Keep TMCP current or remove it cleanly with a single command.
curl -fsSL https://tmcpinstall.brittosoft.site/setup/update.sh -o update.sh && chmod +x update.sh && ./update.sh
iwr https://tmcpinstall.brittosoft.site/setup/update.ps1 -OutFile update.ps1
powershell -ExecutionPolicy Bypass -File .\update.ps1
curl -fsSL https://tmcpinstall.brittosoft.site/setup/uninstall.sh -o uninstall.sh && chmod +x uninstall.sh && ./uninstall.sh
iwr https://tmcpinstall.brittosoft.site/setup/uninstall.ps1 -OutFile uninstall.ps1
powershell -ExecutionPolicy Bypass -File .\uninstall.ps1
The installer automates the full pipeline — here's what happens under the hood.
Values collected during install and written to your generated .env.
| Variable | Description |
|---|