npm install
If you get permission errors:
npm install --force
Run the bot:
npm start
On first run, it will output a QR code. Scan it with WhatsApp → Linked Devices (using the number you want as the bot).
Asena is a popular WhatsApp userbot (runs on your own number) with hundreds of pre-built commands.
Before proceeding, it is crucial to understand the risks:
Related search suggestions sent.
These bots are built using Node.js and the Baileys or Venom libraries, which allow them to run efficiently in a terminal environment. bot whatsapp termux github link
Levanter WhatsApp Bot: One of the most feature-rich bots available. It supports multi-device pairing, auto-status viewing, and media downloading.
KnightBot-MD: A popular, simple-to-deploy bot that uses pairing codes instead of just QR codes, making it easier to set up on a single mobile device.
Cyber-X WhatsApp Bot: Known for its high response speed and modular command structure.
TOHID-AI: A versatile bot that includes AI features, sticker makers, and media downloaders (TikTok, Pinterest, etc.). 🛠️ Quick Start Guide for Termux
Most modern WhatsApp bots follow a similar installation flow in Termux. You will need Git, Node.js, and FFMPEG installed. 1. Prepare Your Environment
Open Termux and run these commands to update your packages and install dependencies: npm install
pkg update && pkg upgrade -y pkg install git nodejs-lts ffmpeg -y Use code with caution. Copied to clipboard 2. Clone and Install Replace the URL with your chosen bot's repository link:
git clone https://github.com/mruniquehacker/Knightbot-md cd Knightbot-md npm install Use code with caution. Copied to clipboard 3. Connect Your Account Run the start command: npm start (or node index.js). The terminal will display a QR Code.
Open WhatsApp on your phone -> Linked Devices -> Link a Device. Scan the QR code in Termux. 💡 Key Bot Features to Look For
When choosing a bot, check the repository's README.md for these capabilities:
Media Downloader: Automatically fetch videos from YouTube, TikTok, or Instagram via link.
Sticker Maker: Convert any image or video you send to the bot into a WhatsApp sticker instantly. If you get permission errors: npm install --force
Group Management: Commands for kicking, adding, or promoting members, and setting "Welcome" messages.
AI Integration: Many bots now include OpenAI/ChatGPT integration for smart replies.
Note: Be careful when using automation. Running a bot can sometimes lead to account bans if you send too many automated messages in a short time. Always use a secondary "throwaway" number if you are testing new scripts. whatsapp-bot · GitHub Topics
18 Dec 2025 — A simple WhatsApp bot to manage groups. whatsapp whatsapp-bot knight whatsapp-bot-md whatsapp-bot-multi-device knightbot GitHub
Most people fail because:
Example minimal working setup for Termux (Baileys):
pkg update && pkg upgrade
pkg install nodejs git ffmpeg
git clone https://github.com/WhiskeySockets/Baileys
cd Baileys
npm install
node example.js
Once you find a reliable GitHub repository, the setup process in Termux generally follows these steps. Note: You must use the Termux from F-Droid, not the Play Store version (which is outdated and often buggy).