The Ultimate WhatsApp Bot Experience
Deploy powerful CypherX and SPACE-MD bots with advanced features, multi-session support, and high reliability.
Everything you need to get started with CypherX and SPACE-MD
Generate session codes instantly
Scan to connect instantly
Get the latest release
Multi-session bot platform
Deploy your bots instantly on your preferred platform
Cloud platform deployment
Online IDE deployment
Modern deployment platform
Cloud platform deployment
Online IDE deployment
Modern deployment platform
Choose your preferred installation method
Install CypherX or SPACE-MD on Windows using PowerShell
# Update system
winget upgrade --all
# Install required software
winget install Git.Git
winget install Gyan.FFmpeg
winget install ImageMagick.ImageMagick
winget install OpenJS.NodeJS.LTS
# IMPORTANT: Restart PowerShell before proceeding
# Press Ctrl+C to stop, then reopen PowerShell as Administrator
# Clone repository (Replace with CypherX for CypherX bot)
git clone https://github.com/<your-username>/SPACE-MD.git
cd SPACE-MD
# Install dependencies
npm install
# Start bot
npm start
Replace SPACE-MD
with CypherX
in the git clone command
You must restart PowerShell after installing Node.js before proceeding with the git clone step
Deploy on Ubuntu/Debian VPS servers
sudo apt update && sudo apt upgrade -y
sudo apt install -y git imagemagick ffmpeg libwebp-dev
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install 20
nvm use 20
git clone https://github.com/<your-username>/SPACE-MD.git
cd SPACE-MD
npm install --build-from-source
npm start
Run on Android devices using Termux
pkg update -y && pkg upgrade -y
pkg install -y git nodejs-lts python make clang libsqlite
termux-setup-storage
cd ~
git clone https://github.com/<your-username>/SPACE-MD.git
cd SPACE-MD
npm config set python python3
npm install --build-from-source
npm start
Manage your bot with PM2 for production deployment
npm install -g pm2
pm2 start index.js --name SPACE-MD
pm2 save
pm2 startup
pm2 logs SPACE-MD
pm2 stop SPACE-MD
pm2 restart SPACE-MD
pm2 delete SPACE-MD
pm2 list
pm2 monit
pm2 logs SPACE-MD
Everything you need to know about CypherX and SPACE-MD
Yes, CypherX is free to use, but not open-source. However, SPACE-MD, its multi-session version, has some premium functions.
While we've designed CypherX and SPACE-MD to minimize policy violations, any automation of WhatsApp may conflict with their terms. We recommend using a secondary account and being mindful of usage patterns.
SPACE-MD is the multi-session version of CypherX, allowing you to connect multiple WhatsApp accounts on the same bot.
You can deploy CypherX on Heroku, Render and pterodactyl panels like katabump and bot hosting. As for SPACE-MD, the deployment platform expand to VPS, Koyeb, Replit, Railway and many more.
Join our Telegram community for peer support. For enterprise needs, consider our premium support options.
CypherX and SPACE-MD automatically update themselves to the latest version whenever they detect a new update irregardless of where you deployed. You can also facilitate the process by restarting.
CypherX is offered strictly for personal and educational use only. The developers do not promote misuse, automation abuse, or violation of any platform's terms of service.
Use at your own risk. We are not responsible for any actions taken against your account due to how you choose to use this tool.
Please use responsibly; if you're unsure, it's better not to use it.
By continuing to use CypherX, you agree that you understand and accept these terms fully, including any consequences that may arise from misuse.