Next-Gen Bot Platform

CYPHER-X

The Ultimate WhatsApp Bot Experience

Deploy powerful CypherX and SPACE-MD bots with advanced features, multi-session support, and high reliability.

50K+
Active Users
300+
Features
99.9%
Uptime
CYPHER-X Bot Interface by Tylor

Quick Access Hub

Everything you need to get started with CypherX and SPACE-MD

QR Code Generator

Scan to connect instantly

CypherX Download

Get the latest release

SPACE-MD Download

Multi-session bot platform

CypherX Analytics

Live
GitHub Stars
...
Forks
...
Uptime
99.8%

SPACE-MD Analytics

Live
GitHub Stars
...
Forks
...
Uptime
99.5%

One-Click Deployment

Deploy your bots instantly on your preferred platform

CypherX Deployment

Heroku

Cloud platform deployment

Deploy Now

Replit

Online IDE deployment

Run on Replit

Railway

Modern deployment platform

Coming Soon

SPACE-MD Deployment

Heroku

Cloud platform deployment

Deploy Now

Replit

Online IDE deployment

Run on Replit

Railway

Modern deployment platform

Coming Soon

Installation Guide

Choose your preferred installation method

Windows PowerShell Installation

Install CypherX or SPACE-MD on Windows using PowerShell

Prerequisites

  • Windows 10/11
  • PowerShell (Admin)
  • Internet connection
PowerShell Commands
# 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
For CypherX Bot

Replace SPACE-MD with CypherX in the git clone command

Important

You must restart PowerShell after installing Node.js before proceeding with the git clone step

VPS Installation

Deploy on Ubuntu/Debian VPS servers

Prerequisites

  • Ubuntu/Debian VPS
  • SSH access
  • Minimum 1GB RAM
VPS Installation
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

Termux Installation

Run on Android devices using Termux

Prerequisites

  • Termux (from F-Droid)
  • Storage permission
  • Stable power source
Termux Commands
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

PM2 Process Manager

Manage your bot with PM2 for production deployment

Prerequisites

  • Already installed bot
  • Node.js environment
  • Production server
PM2 Setup
npm install -g pm2
pm2 start index.js --name SPACE-MD
pm2 save
pm2 startup
pm2 logs SPACE-MD
Stop Bot
pm2 stop SPACE-MD
Restart Bot
pm2 restart SPACE-MD
Delete Process
pm2 delete SPACE-MD
List Processes
pm2 list
Monitor
pm2 monit
View Logs
pm2 logs SPACE-MD

Frequently Asked Questions

Everything you need to know about CypherX and SPACE-MD

Is CypherX and SPACE-MD free to use?

Yes, CypherX is free to use, but not open-source. However, SPACE-MD, its multi-session version, has some premium functions.

Does CypherX/SPACE-MD violate WhatsApp's terms?

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.

What is SPACE-MD?

SPACE-MD is the multi-session version of CypherX, allowing you to connect multiple WhatsApp accounts on the same bot.

Where can I deploy CypherX and SPACE-MD?

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.

How do I get support?

Join our Telegram community for peer support. For enterprise needs, consider our premium support options.

How do I update CypherX/SPACE-MD?

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.

Important Notice

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.