Legal
The Blind Router Network

Ghost messaging.
Zero retention.

Onyx is a messaging network designed to forget you. The server sees an encrypted blob for nanoseconds, routes it to your friend, and immediately deletes all traces of it. No logs. No databases. Total silence.

The Philosophy
Why we built a network that refuses to hold your data.

Blind Relay Server

Traditional applications store your messages in giant cloud databases. Onyx uses a "Blind Router." The server's only job is to push encrypted data from Device A to Device B. It cannot read the payload, and it stores absolutely nothing.

No Phone Numbers

Tying your identity to a SIM card is a critical privacy risk. Onyx completely removes phone numbers from the equation. Your identity is a mathematical string that you own, separated entirely from your telecom provider.

True E2E Encryption

Every text, photo, and voice note is locked with AES-256 encryption before it ever leaves your phone. The cryptographic keys are stored locally on your device hardware. Only the intended recipient can decode it.

Your Identity
Say goodbye to phone numbers. Meet the Routing ID.
connection-model.ts

When you join Onyx, you aren't asked for a phone number. Instead, the application generates a unique Routing ID. This acts as your public username.

To talk to someone, you just need their 8-character ID. Behind the scenes, the network maps this ID to an encrypted token that tells the server exactly where to route the message, without ever knowing who you actually are.

Your Public ID 0x54261669 :: Hidden Device Token dRPE4ertSsevo...xK9
Open Source
Built in public. Auditable by anyone. Trusted by design.
github.com/AnkushDas4/ONYX-CHAT

ONYX CHAT is fully open source under the MIT licence. The entire Android client, the Vercel blind relay backend, and the deployment configuration are publicly available. Every cryptographic claim in this site can be independently verified by reading the code.

Built and maintained by Ankush Das (Dev) — developed entirely on a phone using AndroidIDE, with zero proprietary toolchains or closed infrastructure.

Licence
MIT
Free to use, modify, and distribute. No restrictions.
Built With
AndroidIDE
Entire codebase written on a phone. No PC required.
Stack
Kotlin + Vercel
Jetpack Compose client. Serverless relay backend.
Development Roadmap
The future of blind-routed messaging.
Phase 1 — Core Engine & Identity

Networking & Infrastructure

  • Serverless Vercel relay engine
  • Retrofit networking layer
  • FCM-based delivery pipeline
  • WakeLock-backed background delivery
  • Fallback notification sound engine

Identity & Presence

  • Routing IDs
  • QR handshakes
  • Smart presence heartbeat engine
  • Peer-to-peer profile sync

Messaging UX

  • Replies
  • Edit messages
  • Delete for everyone
  • Typing indicators
  • Read receipts
  • Emoji Kitchen reactions
  • Smart feed rendering

Security

  • Encrypted Google Drive vaults
  • Automated sync scheduling
  • Privacy toggles
  • Ghost mode
Phase 2 — Rich Media & Expressions
  • GIF integration
  • Sticker engine
  • Image & video payloads
  • Voice memos
  • File sharing
  • Media encryption pipeline
Phase 3 — Advanced Connectivity
  • Encrypted group messaging
  • WebRTC voice calls
  • WebRTC video calls
  • Ephemeral statuses
  • Multi-device synchronization
  • Desktop & web clients