Some features require an internet connection. Basic functionality is still available.
Deploy DAVE-X and VENOM-X WhatsApp bots with one click. Powerful, feature-rich, and completely free.
Get started in seconds with these quick tools - PAIR FIRST BEFORE DEPLOYMENT!
Get your session connection code instantly. Pairing required before deployment.
Get Pair CodeAccess the main pairing dashboard. Complete pairing before deployment.
Pairing DashboardDeploy to any platform with your forked repository (AFTER PAIRING!)
Choose your bot and fork the repository
Repository statistics from GitHub
Step-by-step installation methods for all platforms
Install on Windows 10/11:
# 1. Install Node.js from https://nodejs.org
# 2. Install Git from https://git-scm.com
# 3. Open Command Prompt and run:
git clone https://github.com/Davex-254/VENOM-X.git
cd VENOM-X
npm install
npm start
# For DAVE-X:
# git clone https://github.com/Davex-254/DAVE-X.git
# cd DAVE-X
# npm install
# npm start
Install on Ubuntu/Debian VPS:
# Update system
sudo apt update && sudo apt upgrade -y
# Install Node.js (v18+)
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs git
# Install VENOM-X
git clone https://github.com/Davex-254/VENOM-X.git
cd VENOM-X
npm install
npm start
# Or install DAVE-X
# git clone https://github.com/Davex-254/DAVE-X.git
# cd DAVE-X
# npm install
# npm start
Install on Android using Termux:
# Update packages
pkg update && pkg upgrade -y
# Install required packages
pkg install -y git nodejs wget
# Clone and install VENOM-X
git clone https://github.com/Davex-254/VENOM-X.git
cd VENOM-X
npm install
npm start
# For DAVE-X:
# git clone https://github.com/Davex-254/DAVE-X.git
# cd DAVE-X
# npm install
# npm start
Manage your bot with PM2 for auto-restart:
# Install PM2 globally
npm install -g pm2
# Start bot with PM2
pm2 start index.js --name VENOM-X
# Save PM2 process list
pm2 save
# Generate startup script
pm2 startup
# PM2 Useful Commands:
pm2 status # Check bot status
pm2 logs VENOM-X # View logs
pm2 restart VENOM-X # Restart bot
pm2 stop VENOM-X # Stop bot
pm2 delete VENOM-X # Remove from PM2
pm2 monit # Monitor resources
# Auto-restart on crash
pm2 ecosystem
# Edit ecosystem.config.js and set autorestart: true
Direct links to all hosting platforms: