Free · Open source

QEV — Qira Encryption Vault

Encrypt a message. Remember the phrase. Send the file anywhere. No accounts. No servers. No recurring fees. The offline desktop app for everyday private communication.

Free forever
No account required
Open source
Offline by design

macOS

Apple Silicon & Intel · macOS 11 Big Sur or newer

~2 MB DMG Download .dmg
Mac says "can't verify"? Here's the fix (10 seconds)
  1. Open the .dmg and drag QEV.app into your Applications folder.
  2. Open Terminal (search "Terminal" in Spotlight).
  3. Paste this and press Enter:
    xattr -cr /Applications/QEV.app && open /Applications/QEV.app
  4. QEV opens. Done. You only do this once — after that, double-click works normally.

Why does this happen? The app isn't signed with a $99/year Apple Developer certificate yet, so macOS Gatekeeper blocks it by default. The command above removes the browser's quarantine flag. The app itself is safe — same code that passes 362 tests, same binary CI produced from the public source.

Windows

x64 · Windows 10 / 11 · WebView2 (auto-installed)

~2 MB MSI · ~1.5 MB EXE Download .msi or .exe installer
Windows shows a blue SmartScreen warning?
  1. Click "More info" (small text under the warning).
  2. Click "Run anyway".
  3. The installer runs normally. This only happens once.

Why? The installer isn't Authenticode-signed yet, so Windows SmartScreen flags it as unrecognized. The file is the same binary GitHub Actions CI produced from the public source.

Android beta

arm64 · Android 7.0+

~11 MB APK Download .apk

Linux / CLI beta

Node 18.17+ · same vault format

~17 KB tarball npm i -g @bryan237l/qev-cli

Prefer to try it in the browser first?

The browser version at secure.imagineqira.com/vault uses the same crypto and the same vault format as the desktop app. It's currently in private preview — email bryanleonard@imagineqira.com for an access code. If you'd rather skip the email step, buy the native app above and use it offline forever.

Open the Web Vault
Who it's for
Real-world moments QEV is built for
Not research labs. Not datacenters. The everyday cases where you need one secret to reach one person, once, and nothing else.
🔑

Hand over a starter password to a new employee

HR creates accounts. You need to deliver the temporary password without posting it in a Slack channel that's audited forever. Lock it in QEV, text them the phrase, email them the file. They open it on day one, read the password, delete the file.

📄

Send a settlement PDF password to a client

The PDF goes through the firm's portal. The password needs to reach the client separately, and email isn't appropriate. Lock the password in QEV, download the box file, hand it off however you want. Tell the client the phrase over a phone call. Done.

👨‍👩‍👧

Share the Wi-Fi password with grandma

She's not going to install 1Password. She's not going to make a LastPass account. She needs to open a file on her laptop, read the Wi-Fi password, and throw the file away. Lock it in QEV, AirDrop it to her, tell her the phrase on the phone.

🏥

Share a medical detail with family

A diagnosis, a prescription, something private that shouldn't sit in an email thread forever. Lock it in QEV, share the file on a family chat, tell the person the phrase in person. Delete the file after they read it.

📓

Store a private note for yourself

A journal entry. An account recovery code. A reminder you don't want a cloud backup to see. QEV writes an encrypted box file to your disk; only you know the phrase. The file survives backups and sync without exposing the contents.

🎁

Pass a gift surprise to a partner's phone

You want to send a reservation or gift detail that shouldn't sit readable in their phone's lock screen notifications. Lock it in QEV, text them the file, whisper them the phrase. They open it when they're ready.

Why QEV
Where it fits in the encryption-tool landscape
Three boxes checked that no other tool in this price range checks together: one-time purchase, offline forever, cross-device portable files.
QEV Bitwarden Premium 1Password Signal
Cost Free ~$20/year $35.88/year Free
5-year total cost Free $99 $180 $0
Account required No Yes Yes Yes (phone number)
Works offline forever Yes No (server sync) No (server sync) No (needs network)
Message survives service shutdown Yes Depends on export Depends on export No
Recipient needs the app No (free web version works) Yes Yes Yes
Category Encrypted envelope Password manager Password manager Messenger

QEV isn't trying to replace any of these. If you need a password database, get Bitwarden. If you need an end-to-end messenger, get Signal. QEV covers the one case those tools don't: encrypt one secret, once, send the file anywhere, no account, no server, no subscription.

How it works
Thirty seconds, start to finish
Zero learning curve. If you can save a file, you can use QEV.
Step 01

Type the message

Anything you want to keep private. Up to 256 KiB of text. Passwords, notes, recovery codes, a letter.

Step 02

Pick a secret phrase

Four random words. The app has a generator if you don't have one in mind. You remember this phrase — it is never stored anywhere.

Step 03

Click Lock it

QEV produces an encrypted vault file. Save it wherever you want. The file is safe to send through email, chat, USB, SMS, anything.

Step 04

Share the phrase separately

If you're sending to someone else, tell them the phrase through a different channel (phone call, in person, text). They open the file in QEV and see the message.

Verifiable trust
You don't have to trust us. Check the code.
QEV uses only well-reviewed standard primitives and the site ships its own integrity proof.

Standard crypto only

XChaCha20-Poly1305 for encryption. Argon2id for phrase stretching. Both are RFC-standard algorithms implemented by the libsodium library Signal uses. QEV invents no new cryptography.

Site integrity is signed

Every file on this site is SHA-256 hashed and the manifest is signed with ed25519. The public key is published. Anyone can verify the signature against the manifest independently.

How to verify

No telemetry, no network

The app makes zero network requests after launch. You can verify this yourself with DevTools or a packet sniffer. It has no analytics, no crash reporting, no update-check pings — nothing leaves your machine unless you explicitly export a file.

Ready?

Free and open source. Mac, Windows, Android, and CLI. No account, no payment, no server.