🔄 Real-time version tracking | 🛡️ Production-grade monitoring | 📈 Performance optimized
• Chatbot
• Chataudio
• Text logos maker
• Music downloader
• URL downloaders including:
- YouTube
- TikTok
🚀 Upload the file and deploy where you want.
❓ If you don't know how, follow us and watch the videos below!
🔗 session
# System Update
clear
echo "[+] Updating packages..."
pkg update -y && pkg upgrade -y
# Install Dependencies
echo "[+] Installing dependencies..."
pkg install -y git nodejs ffmpeg imagemagick libwebp
# Clone Repository
echo "[+] Downloading Queen-ruva-ai-beta..."
git clone https://github.com/iconic05/Queen-ruva-ai-beta.git
cd Queen-ruva-ai-beta
# Install Node Modules
echo "[+] Installing node modules..."
npm install
npm install -g npm@latest
npm audit fix --force
# Fix Common Issues
echo "[+] Applying fixes..."
pkg install python -y
npm install --global yarn
yarn install
# Start Bot
clear
echo "[+] Installation complete!"
echo "[+] Starting Queen-ruva-ai-beta..."
node .
### **Install on Termux (Android)**
```bash
# System Update
clear
echo "[+] Updating packages..."
pkg update -y && pkg upgrade -y
# Install Dependencies
echo "[+] Installing dependencies..."
pkg install -y git nodejs ffmpeg imagemagick libwebp
# Clone Repository
echo "[+] Downloading Queen-ruva-ai-beta..."
git clone https://github.com/iconic05/Queen-ruva-ai-beta.git
cd Queen-ruva-ai-beta
# Install Node Modules
echo "[+] Installing node modules..."
npm install
npm install -g npm@latest
npm audit fix --force
# Fix Common Issues
echo "[+] Applying fixes..."
pkg install python -y
npm install --global yarn
yarn install
# Start Bot
clear
echo "[+] Installation complete!"
echo "[+] Starting Queen-ruva-ai-beta..."
node .
