DL Chat fuses the best of WhatsApp, Telegram, and Discord into one unstoppable platform.
Zero-knowledge E2E encryption. Lightning-fast. Fully private. By DEATH LEGION Team.
DL Chat is the only app you'll ever need for communication. Built from the ground up for privacy, performance, and power.
Real-time messages with typing indicators, read receipts, reactions, threads, replies, and pinned messages.
Share files up to 2GB. Images, videos, audio, documents โ all with inline preview and fast CDN delivery.
Share moments with your contacts. Full-screen stories with reactions, text replies, and viewer analytics.
Star important messages, save media to collections, and bookmark chats for quick access.
Self-destruct messages after 5s, 30s, 1m, 1h, 1d, or 1 week. View-once photos and videos.
Use DL Chat on all your devices simultaneously. Messages sync instantly across Android, iOS, Desktop, and Web.
HD voice calls powered by WebRTC with noise cancellation, echo reduction, and sub-100ms latency.
1080p video calls with background effects, screen sharing, and picture-in-picture mode.
Discord-like persistent voice rooms. Join/leave anytime. Perfect for communities and teams.
Full call logs with duration, missed calls filter, call-back shortcuts, and usage statistics.
Create Discord-like servers with unlimited channels, roles, permissions, and invite links.
Create groups up to 100,000 members. Admin controls, sub-groups, and broadcast channels.
Browse and join public servers by category. Search by topic, language, or community size.
Build powerful bots with our REST + WebSocket API. Full command system, webhooks, inline queries, and keyboards.
Real-time event delivery to your server. Message events, user actions, file uploads โ everything.
Full-featured developer dashboard. API key management, usage analytics, bot testing, and logs.
Every message, call, and file is encrypted with X25519 ECDH key exchange and AES-256-GCM cipher.
Granular privacy settings for every aspect of your profile. Choose who sees what, always.
Two-factor authentication with TOTP, passkey (WebAuthn) login, and hardware key support.
Every layer of DL Chat is hardened with the most advanced cryptographic primitives available.
โ ๏ธ The server never sees your plaintext messages. All encryption/decryption happens on-device only.
Symmetric encryption for message payloads. Authenticated encryption prevents tampering.
Elliptic-curve Diffie-Hellman for key exchange. 128-bit equivalent security.
100,000 iterations for password derivation. Resistant to brute-force attacks.
Message authentication code for data integrity verification on all payloads.
Cryptographic hash for signatures, checksums, and key derivation functions.
Phishing-resistant authentication. No passwords on the wire โ ever.
One account. Six platforms. All synced instantly in real time.
Native Material You design. Background sync, push notifications, and Android-exclusive widgets.
Native SwiftUI design. Siri shortcuts, SharePlay, iOS widgets, and iCloud backup support.
Native Electron app with system tray, notifications, auto-start, and Windows Hello support.
Universal binary for Intel & Apple Silicon. Menu bar integration and macOS notifications.
Debian/Ubuntu DEB and ZIP packages. Tray support, native notifications, and Wayland compatibility.
Progressive Web App. Install from browser. Works offline with service worker caching.
Point your camera at the QR code to download DL Chat for your platform.
Our powerful Bot API lets you automate workflows, build assistants, integrate services, and create interactive experiences.
// DL Chat Bot API โ Hello World Bot
const DLBot = require('@dlchat/bot-sdk');
const bot = new DLBot({
token: 'YOUR_BOT_TOKEN',
api: 'https://dl-chat-api.death-legion-dlchat.workers.dev'
});
// Register a /start command
bot.command('start', async (ctx) => {
await ctx.reply('๐ Welcome to DL Chat Bot!', {
keyboard: [[
{ text: '๐ Stats', callback: 'stats' },
{ text: 'โ๏ธ Settings', callback: 'settings' }
]]
});
});
// Handle callback queries
bot.callback('stats', async (ctx) => {
const stats = await ctx.getStats();
await ctx.editMessage(`๐ Messages: ${stats.messages}`);
});
// Listen on all messages
bot.on('message', async (ctx) => {
if (ctx.message.text.includes('hello')) {
await ctx.react('๐');
}
});
bot.start();
// Bot is live! ๐
Text, images, files, voice, location, and more
Inline buttons, callback queries, custom reply keyboards
Real-time events pushed to your server endpoint
Moderate, welcome, ban, mute, and manage members
Create polls, collect responses, show real-time results
Answer inline queries anywhere with @your_bot query
| Feature |
๐ฌ DL Chat
BEST
|
๐ WhatsApp |
โ๏ธ Telegram |
๐ฎ Discord |
๐ต Signal |
|---|---|---|---|---|---|
| End-to-End Encryption | โ Always | โ | โ Optional | โ | โ |
| File Size Limit | โ 2GB | โ 2GB | โ 2GB | โ 500MB | โ 100MB |
| Group Call Members | โ 256 | โ 32 | โ 1000 | โ Unlimited | โ 40 |
| Bot API | โ Full API | โ | โ | โ | โ |
| Server / Community | โ Discord-like | โ | โ Basic | โ | โ |
| Status / Stories | โ Full | โ | โ Basic | โ | โ |
| Open Source | โ Proprietary | โ | โ Partial | โ | โ |
| Data Collection | โ Zero | โ Metadata | โ Some | โ Extensive | โ Zero |
| Desktop Native App | โ Electron | โ Web wrapper | โ | โ | โ |
| Passkey / WebAuthn | โ Yes | โ | โ | โ | โ |
| AI Moderation | โ Llama-3 | โ | โ Limited | โ | โ |
| Price | โ Free Forever | โ Free | โ Free | โ Freemium | โ Free |
Every component is chosen for performance, reliability, and security.
Edge computing at 200+ PoPs worldwide. Sub-10ms cold start.
Globally distributed SQLite. Consistent reads at the edge.
Ultra-low-latency key-value store for sessions and caching.
S3-compatible object storage with zero egress fees.
Stateful WebSocket coordination for real-time chat rooms.
Llama-3 powered content moderation running at the edge.
Ultra-fast web framework built for edge runtimes.
Cross-platform mobile with native performance via Expo SDK 51.
Desktop app with auto-updater, native OS integration, and tray.
DL Chat is completely free. We believe secure communication is a human right.
Everything you need for personal and group communication.
Power features for heavy users, content creators, and teams.
Self-hosted or managed deployment for organizations and enterprises.
Join the DEATH LEGION ecosystem. Free, private, powerful.