One encrypted workspace, installed on every device you use.
DRIVUNO installs as a real app on iOS, Android, macOS and Windows — biometric unlock, push notifications, background uploads and the same zero-knowledge architecture as the web.
“Same keys, same guarantees, every screen.”
For professionals who start a file on a laptop, review it on a phone and present it from a desktop — without dropping to a less secure tool on the way.
Built for confidentiality
Installs in one click
Add DRIVUNO to the home screen or dock from the browser. No app-store gatekeeper between you and an update.
Biometric quick unlock
Face or fingerprint unlock backed by a device-sealed key wrap and a PIN fallback with lockout, wiped on sign-out.
Background & resumable uploads
Send hundreds of photos or videos from a phone; uploads checkpoint and resume after a crash, a lock screen or a lost connection.
Push notifications
Content-free alerts for new messages, mailbox items, Team Drive uploads and calendar reminders; details are decrypted on the device.
Calls on mobile
Join encrypted audio and video calls from the installed app with background effects and speaker indicators.
12 languages, RTL included
English, French, German, Spanish, Italian, Portuguese, Dutch, Swedish, Japanese, Korean, Chinese and Arabic.
Why an installable web app rather than a store binary
DRIVUNO is a client-side cryptography product: what matters is that the code running in front of your keys is exactly the code we published. Shipping through the web lets us publish a signed build manifest and let every client re-hash the executing bundle against it, which is a stronger guarantee than an opaque store binary. You still get an icon, a window, offline support and notifications.
The same architecture on every platform
There is no 'lite' mobile mode. The phone derives the same Argon2id key, unwraps the same X25519 keys and decrypts the same XChaCha20-Poly1305 payloads in Web Workers. A file uploaded from a laptop opens on the phone without any server-side conversion.
Built for real mobile conditions
Chunked streaming decryption for instant previews of large media, resumable multipart uploads for weak networks, deduplication so a re-sent library does not re-upload, and integrity verification after upload.
Frequently asked questions
Can DRIVUNO read this content?
+
No. Everything in the DRIVUNO suite — files, messages, events, documents, notes, tasks and photos — is encrypted on your device with XChaCha20-Poly1305 before it is sent. Keys are derived locally from your password with Argon2id and wrapped per member with X25519. Servers store ciphertext only.
How is this different from Google Workspace or Microsoft 365?
+
Those suites encrypt data in transit and at rest, but the provider holds the keys, so content can be indexed, scanned by AI, exported by an administrator or produced on legal request. DRIVUNO is built so that we hold no key that opens your content.
Who can see a shared item?
+
Only the people the item is sealed for. Every room, folder, calendar and document key is wrapped individually for each member with X25519. Removing someone revokes their sealed copy and rotates the key.
Does search still work if everything is encrypted?
+
Yes. DRIVUNO uses blind indexes: your device computes HMAC tags for names and subjects, and the server matches tags without ever seeing plaintext.
Is there a free plan?
+
Yes. The free plan includes 1 GB with the exact same zero-knowledge architecture — encrypted drive, Rooms, calendar, docs, notes, tasks and sharing.
What happens if I lose my password?
+
Because we cannot read your data, we cannot reset it. You can create a Recovery Kit (printable PDF with QR) when you set up your account and store it offline. Without your password or recovery key, encrypted data cannot be recovered — by design.