SecureCall
Encrypted voice calls with minimal metadata, STEALTH-DELETE and emergency broadcast alerts.
- E2E encrypted calls
- Device-managed VPN compatible
- Clean app checkout flow
SecureCall, SecureChat and Chameleon share one privacy-first security core: encrypted calls, private messaging, context-aware protection and zero-trust defaults for people who cannot afford messy tools.

The template reorganizes StealthX into a simple system: calls, messages and device-level privacy tools that share one brand, one crypto direction and one user experience.
Encrypted voice calls with minimal metadata, STEALTH-DELETE and emergency broadcast alerts.
Encrypted messaging with Double Ratchet forward secrecy, QR contact exchange and StealthX activation tiers.
Privacy OS for context-aware encryption, overlay protection, rule automation and encrypted private zones.
SecureCall Premium + SecureChat Elite + Chameleon Elite. One-time purchase, no subscription stack.
Every architectural decision keeps the tool usable while reducing data exposure. The Google Play edition stays free of app-owned VPN code and can visibly follow a trusted device-managed VPN. The direct Premium APK can additionally run an optional local WireGuard tunnel after Android consent.
XChaCha20-Poly1305 AEAD encryption with X25519 key exchange. Every call gets a unique session key.
No call logs, no contact uploads and no call content stored server-side. FCM tokens exist only for push delivery.
The client source is available for review. Official services and distribution still require Vendetta Labs permission.
Memory-safe crypto code, independently inspectable and designed to avoid buffer-overflow classes of bugs.
Opus at 48kHz with adaptive bitrate for WiFi and cellular conditions.
Double Ratchet session behavior limits blast radius if any single key is compromised.
Five taps wipe contacts, keys and call history, returning the app to factory state.
Share SecureCall identity with QR or deep link. One tap adds a contact without manual ID entry.
Pro/Premium SecLog captures connection, call and network events locally for CSV troubleshooting.
A green status LED appears only while SecureCall uses Android's active VPN route. Play builds contain no VPN service; the direct Premium APK also supports an optional, locally configured WireGuard tunnel.
FLAG_SECURE blocks screenshots. Microphone and recording detection warn or stop the call by tier.
Pro and Premium users can prefer WiFi or mobile data for SecureCall connections.
Network switches are detected through ConnectivityManager so calls recover without manual restart.
Incoming encrypted calls can wake the device even when the app is closed.
Planned web checkout option. Wallet verification and discounted Stripe checkout stay disabled until the payment and accounting launch gates are complete.
Share SecureCall ID through Element, FluffyChat or any Matrix client.
Reachable from Matrix users as @sc_xxx:stealthx.tech.
Encrypted multi-party calls through Matrix rooms.
Native Swift client with the shared Rust crypto engine.
No accounts, no phone numbers, no personal data required.
Install the signed APK today. Google Play distribution is in review. No registration required.
Your device creates a unique X25519 key pair locally. Keys never leave your phone.
Exchange your anonymous SecureCall ID with your contact through any channel.
An encrypted call channel is established. No one intercepts it, not even us.
The claims are concrete enough to audit.
Real tests on real devices, organized so the evidence is readable.
Last verified: June 11, 2026. Current release checks include the 44/44 legacy overnight regression suite plus expanded automated, website, backend and physical-device testing on S10, S7 and Tab S4 hardware.
SecureCall's source code is publicly available on GitHub. Security researchers, journalists and privacy advocates can inspect the code that handles voice data.
Transparency is part of the product. If we cannot show how it works, you should not trust it.
View on GitHub// core_crypto/src/lib.rs pub fn encrypt_voice_frame( frame: &[u8], key: &SessionKey, nonce: &XNonce, ) -> Result<Vec<u8>> { let cipher = XChaCha20Poly1305::new(key); cipher.encrypt(nonce, frame) .map_err(|_| CryptoError::EncryptionFailed) }
Encrypted calling with anonymous SecureID, local emergency wipe, and resilient network handling.
| Feature | SecureCall | Common secure messengers |
|---|---|---|
| Anonymous SecureID instead of phone-number identity | ✓ | varies |
| End-to-end encrypted calls | ✓ | ✓ |
| Device-managed VPN compatibility | ✓ | varies |
| STEALTH-DELETE instant local wipe | ✓ | varies |
| Emergency Broadcast System | ✓ | varies |
| No call content stored server-side | ✓ | common |
| IFR holder checkout discount | browser purchase only | not typical |
| In-app wallet code required for calling | no | varies |
| Source available for audit | ✓ | varies |
| Direct APK download | ✓ | varies |
| Gift activation codes | ✓ | varies |
Comparison uses broad public product characteristics instead of vendor-specific legal claims. Competitor features change over time; verify current third-party terms before relying on them.
Every tier includes end-to-end encryption. Upgrade for advanced protection through Play billing or activation codes.
Browser verification and discounted checkout are currently disabled pending payment and Greek fiscal approval. When enabled, ownership will be signed in the browser and checked read-only; no wallet state enters the Android app.
![]()
IFR discount verification and checkout are currently disabled pending payment and fiscal approval.
One-time purchase, lifetime access, only 100 licenses per tier. Price increases with each sale.
Current VLABS catalog price.
Current VLABS catalog price.
Premium access for supported SecureCall versions. Buy a code for yourself or as a gift, then activate it in Settings.
The most important questions, without burying users in a wall of copy.
Choose Google Play for automatic store updates or the direct Premium APK for the optional app-managed WireGuard feature.
Google Play contains no app-owned VPN service to meet its VpnService distribution requirements. It still follows and indicates a device-managed VPN, and paid feature unlocks remain VPN-service-free. The separately installed Premium APK can add an optional local WireGuard configuration after Android consent.
Reach every user instantly without knowing who they are.
Your privacy is preserved at every step.
We do not know who you are or where you are. We send a ping. Your phone does the rest.