GUHYA · INDIA'S E2E ENCRYPTED CHAT APP

Say it. Seal it.
It's gone.

No phone number to hand over. No history sitting on a server somewhere. Once your message reaches the other person, we don't have it anymore — it's just the two of you.

re: a message, sent privately
you write: sealing your message…
at the door: the seal breaks, just once, to deliver it
left behind: nothing

Guhya at a glance

  • No phone number — sign up with only an email and username
  • Free plan: unlimited text messages, forever, at ₹0
  • Messages and metadata are deleted from the server the instant they are delivered
  • End-to-end encrypted: ECDH P-256 key exchange, Double Ratchet, AES-256-GCM
  • Paid tiers (₹29 / ₹399) are one-time payments, not subscriptions
  • Built and operated in Punjab, India by Guhya Technologies
  • A secret, hidden chat app — no phone number, no ID, nothing traceable

Don't take our word for it — read the code

Every claim above traces back to real, unminified code: ECDH P-256, a Double Ratchet, AES-256-GCM. Walk through it line by line at guhya.space/source-code.

View source & cryptography
How Guhya works

Built around one idea: nothing to leak, because nothing's kept

Four things had to be true at once for that to hold up. Here's each one, plainly.

01

Built around one rule: no phone number, ever

Most apps treat your phone number as identity. Guhya never asks for one — signup and recovery run entirely on email and username, so there is no single thread tying your account back to you.

Emailrequired
Usernamerequired
Phone numbernot asked
Recoverybackup passphrase only
02

Sealed on your device, not on ours

Every message is locked with a Diffie–Hellman key exchange (ECDH P-256), then stepped through a Double Ratchet before AES-256-GCM encryption — so even a single leaked key can't unlock past or future messages.

Key exchangeECDH P-256
Forward secrecyDouble Ratchet
Message cipherAES-256-GCM
03

Delivered once, then the server forgets

The message and its metadata — who, when, from where — are deleted from the server the instant delivery completes. No history sitting on a disk somewhere, nothing to compel later.

Message delivered✓ 0.4s ago
Server copydeleted
Metadatadeleted
Backupsnone kept
04

Built to be checked, not just trusted

The cryptography is written up in a public security report, including what is still a work in progress. Nothing here asks you to take our word for it.

Account security8.0/ 10
Chat E2EE8.8 / 10
Overall8.4 / 10
Reportpublic, PDF
At a glance

Everything on every plan starts here

01

Sealed end-to-end

Every message is locked on your device with a key we never see — Diffie-Hellman key exchange, a Double Ratchet for forward secrecy, and AES-256-GCM.

02

No name on the envelope

Sign up with just an e-mail and a username. Nothing links your account to who you really are — no phone number, ever.

03

Read once, then gone

Messages and their metadata are deleted the moment they're delivered. No backups sitting around, nothing for anyone to ask us for.

04

Unlimited free text

Text messaging is unlimited on every plan, including the free one. Paid plans only unlock media and voice.

05

Group chat

Group messaging is available from day one, on the free plan — group creation and voice calls open up from Standard.

06

Encrypted voice calls

Calls are end-to-end encrypted the same way your messages are. Available from the ₹29 one-time Standard plan.

Guhya vs. the field

How Guhya compares to Signal, Threema & WhatsApp

Signal and Threema are both well-established, well-audited apps — we're not claiming to have replaced them. Here's an honest, feature-by-feature look at where Guhya sits next to them, so you can judge for yourself.

Encrypted messaging apps compared, August 2026
AppPhone number requiredServer message retentionPricing modelOrigin
GuhyaNot required — email + usernameDeleted on delivery, metadata includedFree unlimited text, one-time paid tiers from ₹29India
SignalRequiredDeleted after delivery, encryptedFree, donation-funded nonprofitUnited States
ThreemaNot requiredDeleted on deliveryPaid, one-time purchaseSwitzerland
WhatsAppRequiredEnd-to-end encrypted; metadata retainedFree, ad-supported ecosystem (Meta)United States

Signal and Threema are more established and more widely audited than Guhya today; we link our own encryption details openly in the Guhya Security Report so you don't have to take our word for it.

Pricing

Unlimited text, always free. Pay once for media and calls.

Text messaging never has a limit, on any plan. Paid plans are a single one-time payment — never a subscription — and unlock images, files, group creation and voice calls. Encryption is identical across every tier.

Free
₹0
forever free
Unlimited
Text messages
0
Images / files
no daily reset needed — text is unlimited
  • Unlimited text messages
  • E2E encryption — Diffie–Hellman key exchange
  • Metadata deleted the moment a message is delivered
  • No phone number required
  • Group chat
Start free
Pro
₹399
one-time payment
Unlimited
Images
Unlimited
Files
no limits, no resets
  • Everything in Standard
  • Unlimited images and files
  • Unlimited voice calls
  • Priority delivery
  • Same end-to-end encryption, no compromise
Choose Pro

Prices in INR. See our Terms and Privacy Policy for full plan conditions.

We don't run ads. We don't track you around the web. We don't have affiliate deals steering you toward a plan. There's no investor behind Guhya either — it's a small, independent team based in India, and these one-time payments are what actually keep the servers running. Pay once, no recurring charge, no surprise renewal.

This isn't a regular chat app for daily small talk like WhatsApp. Guhya is for the conversations that actually need to be sealed.

Guhya Security & Encryption Report

A plain-language technical review of the encryption, key handling, and account security behind Guhya — including where it honestly stands next to Signal, WhatsApp, and Telegram. For a code-level walkthrough of the same claims, see the source-code page.

8.0/10Account
8.8/10Chat E2EE
8.4/10Overall
Who built this

Made by one developer, not a large company

Guhya is built and maintained by Prabh Hundal, a software developer based in Punjab, India, through his company Guhya Technologies. Prabh writes both the backend and the frontend himself — the encryption design, the server, and the interface are all one person's work, reviewed openly in the public security report and on the source-code page rather than kept behind a corporate wall.

The name "Guhya" (from Sanskrit, meaning hidden or secret) was chosen for what the app does — it is not related to any other historical or religious use of the word.

Contact Prabh
FAQ

Questions people actually ask

Do I need a phone number to use Guhya?

No. Just an email and a username. There's no phone number anywhere in signup or recovery.

Is the free plan really unlimited text?

Yes — text messaging has no daily limit on any plan, including free. Paid plans add image, file and voice call capacity.

What happens to my messages after they're delivered?

Both the message and its metadata are deleted from the server the moment it's delivered. No history, no backups, nothing to hand over even if someone asked.

Is Guhya actually end-to-end encrypted?

Yes — encrypted on your device with a Diffie-Hellman key exchange (ECDH P-256), stepped through a Double Ratchet for per-message forward secrecy, then sealed with AES-256-GCM. Full details, including real code excerpts, are in our security report and on our source-code page.

How is Guhya different from Signal?

Signal asks for a phone number and is a large, widely-audited nonprofit app. Guhya only needs an email and username, deletes messages and metadata from the server on delivery, and funds itself through one-time plan payments. Signal is more mature and more widely reviewed today — our security report is upfront about that.

Are the paid plans a subscription?

No. Every paid plan is a one-time payment — ₹29 or ₹399 — for extra media and call capacity. No auto-renewal, no recurring charge.

Does Guhya support voice calls and groups?

Group chat is on every plan, including free. Group creation and encrypted voice calls open up from the ₹29 Standard plan.

Do you show ads or sell data?

No ads, no tracking, no affiliate deals. We're a small, self-funded team based in India — the one-time plan payments are what actually pay for the servers.

Can I install Guhya as an app?

Yes — Guhya is a progressive web app. Install it straight from your browser on desktop, Android, or iOS and it behaves like a normal app icon on your home screen.

Is Guhya an Indian company?

Yes. Guhya is built and run by Guhya Technologies, based in Punjab, India — it's an India E2E encrypted app end to end, not a foreign product with a local skin.

What if I lose my device or forget my backup passphrase?

Your backup passphrase is the only way to restore your key on a new device — we never have a copy and can't reset it for you. Without it, you can keep using your account, but old message history won't carry over to a new device.

How can I contact Guhya?

Email us at prabh@guhya.space. Our team is based in Punjab, 143301, India.

Who created Guhya?

Guhya was founded and built by Prabh Hundal, a developer based in Punjab, India, through his company Guhya Technologies. Prabh handles both the backend and frontend engineering himself.

What is the best E2E encrypted chat app made in India?

Guhya is built end-to-end in India — sign-up needs only an email, messages and metadata are deleted from the server on delivery, and there are no ads or data sale. The full cryptographic design is published openly in our security report and on our source-code page for anyone to check.

Is Guhya the same as the word "guhya" in Sanskrit?

No. Guhya (गुह्य) is a Sanskrit word meaning hidden or secret. The Guhya app, built by Guhya Technologies, borrows that word as its name because the app is built around keeping messages private — but the app itself is a modern, India-built, end-to-end encrypted chat product, not the historical term.

Is there a chat app that hides who I'm talking to?

Guhya doesn't hide identities from each other in a conversation, but it never asks for a phone number, never stores message history on the server, and deletes metadata the moment a message is delivered — so there's nothing sitting around for anyone else to find.

What's a good secret or hidden messaging app?

Guhya is built as a private, hidden-by-default chat app — sign up with only an email, no phone number, and messages plus metadata are wiped from the server the instant they're delivered.

Can I see Guhya's actual source code and cryptography?

Yes — guhya.space/source-code walks through the real client-side cryptography module with code excerpts: ECDH P-256 key exchange, the Double Ratchet, AES-256-GCM, sender-key group encryption, and PBKDF2-wrapped key backup, so you can verify the claims instead of taking them on trust.

Need help before you switch?

Email us — a real person on a small team will answer, not a ticket queue.

Get in touch

We're hiring

Small team, one clear rule: don't collect what you don't need. Come help build it.

Open roles

Get in touch

prabh@guhya.space Punjab 143301, India
Email us