Install DaveX App

Get faster access and work offline

You're offline - Working in offline mode

You're Offline

Some features require an internet connection. Basic functionality is still available.

DaveX WhatsApp Bots

Deploy DAVE-X and VENOM-X WhatsApp bots with one click. Powerful, feature-rich, and completely free.

DaveX WhatsApp Bot

Quick Access & Pairing

Get started in seconds with these quick tools - PAIR FIRST BEFORE DEPLOYMENT!

Pair Code

Get your session connection code instantly. Pairing required before deployment.

Get Pair Code

QR Code

Scan QR code to connect your WhatsApp. Required for bot to work.

Get QR Code

Main Pairing

Access the main pairing dashboard. Complete pairing before deployment.

Pairing Dashboard

Deploy Your Bot

Deploy to any platform with your forked repository (AFTER PAIRING!)

1

Choose Your Bot

VENOM-X
Single session bot
DAVE-X
Multi-feature bot
2

Enter Your GitHub Username

Make sure you've forked the repository first AND completed pairing above
3

Generate & Deploy

Repositories

Choose your bot and fork the repository

VENOM-X

Advanced WhatsApp bot with single session support

Fork Repository

DAVE-X

Multi-feature WhatsApp bot with enhanced capabilities

Fork Repository

GitHub Stats

Repository statistics from GitHub

VENOM-X

GitHub Stars Loading...
Repository Forks Loading...
Watchers Loading...
Last Updated Loading...

DAVE-X

GitHub Stars Loading...
Repository Forks Loading...
Watchers Loading...
Last Updated Loading...

Installation Guide

Step-by-step installation methods for all platforms

Windows Installation

Install on Windows 10/11:

Command Prompt / PowerShell
# 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

VPS & Linux Installation

Install on Ubuntu/Debian VPS:

Terminal Commands
# 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

Termux (Android) Installation

Install on Android using Termux:

Termux Commands
# 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

PM2 Process Manager

Manage your bot with PM2 for auto-restart:

PM2 Commands
# 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

Manual Deployment Platforms

Direct links to all hosting platforms: