CYPHER-X v1.7.4

The Next-generation WhatsApp Bot

CYPHER-X Bot Interface

Quick Access

...
GitHub Stars
...
Forks
99.8%
Uptime
340+
Features

One-Click Deployment

Heroku

Deploy CypherX on Heroku

Deploy Now

Replit

Deploy CypherX on Replit

Run on Replit

Railway

Deploy CypherX on Railway

Coming Soon

Manual Installation

Prerequisites

  • Node.js (LTS version recommended)
  • Git
  • Text Editor (VS Code recommended)
Terminal Commands
git clone https://github.com/<your-username>/CypherX.git
cd CypherX
npm install
npm start

Prerequisites

  • Termux app (from F-Droid recommended)
  • Storage permission
Termux Commands
pkg update -y && pkg upgrade -y
pkg install -y git nodejs-lts ffmpeg libwebp yarn
termux-setup-storage
cd /sdcard
git clone https://github.com/<your-username>/CypherX.git
cd CypherX
yarn install
npm start

Prerequisites

  • Ubuntu/Debian Linux
  • SSH access
  • Sudo privileges
SSH Commands
sudo apt update && sudo apt upgrade -y
sudo apt install -y git nodejs ffmpeg libwebp-dev
git clone https://github.com/<your-username>/CypherX.git
cd CypherX
npm install
npm start

Prerequisites

  • Already installed CypherX
  • Node.js environment
PM2 Commands
npm install -g pm2
pm2 start index.js --name CypherX
pm2 save
pm2 startup
pm2 logs CypherX
Stop Bot
pm2 stop CypherX
Restart Bot
pm2 restart CypherX
Delete Process
pm2 delete CypherX

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.

Redistribution, repackaging, or rebranding of this project without permission is strictly discouraged. If you’re cloning this project: do it right, give credit, or better yet, build your own.

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.

Support Developer