HUSHOSSign inCreate account

Private storage · Simple to use

HushOS 1.0 is out

Your files, private. Without the homework.

HushOS Drive keeps your files locked on your own devices, so nobody else can read them, not even us. It works like any drive you have used: drop files in, open them, share them. The privacy is built in, not bolted on for you to manage.

01

Drag, drop, done

Drop files or whole folders onto the page. Big uploads carry on if you close the tab and pick up where they left off when you come back.

02

Look before you download

Open photos, PDFs, videos, music, Word and Excel files, and plain text right in the browser. Nothing is unlocked anywhere but on your screen.

03

Share the way you already do

Send a link, or share a folder with someone you know. Set a password or an end date if you like. Stop sharing whenever you want.

HushOS Drive in a browser: folders named Family, Finances, Recipes and Work, and a lease, a reading list and a trip plan, with a storage meter in the sidebar.
Your drive on a computer. Folders, files, and how much room is left.
HushOS Drive on a phone, showing a folder of holiday photos as a grid of thumbnails.
And on a phone, with the same files.

What you get

Everything a drive should do. Nothing you have to babysit.

Most privacy tools ask you to learn their rules first: key files to keep, settings to get right, a second app to install. HushOS asks for an email, a password and one phrase to keep safe. After that, it is just your drive.

Folders and files

Organise your work the way you would anywhere else. Move things by dragging them. Rename, copy, and sort.

Previews

Images, PDFs, video and audio, Markdown, code, Word documents, spreadsheets and CSV files open in place.

Links for anyone

A link opens in any browser, no account needed. Add a password, an expiry, or show it as a QR code.

Sharing with people

Share a folder with someone as a viewer or an editor. They see it under "Shared with me" and can keep their own copy.

Stop sharing, for real

When you stop a share or a link, the folder gets new keys. Whoever you cut off cannot open anything, even what they saw before.

Undo mistakes

Deleted files go to the trash first. A file you replaced keeps its earlier version, so you can go back.

On your phone

Add HushOS to your home screen and it behaves like an app, with the same files and the same protection.

Report something wrong

If someone shares something with you that should not exist, you can report it and it is handled. Privacy is not a shield for abuse.

How it protects you

Locked on your device. Stays locked everywhere else.

You do not have to take our word for any of this. HushOS is open source, so anyone can read the code, and the security page explains each step for people who want the detail.

Read the security model
Before a file leaves your device
It is locked with a key that only exists on your devices. What travels and what we store is scrambled.
Your password
It is checked without ever being sent, using a method called OPAQUE. Not even a disguised version of it reaches the server.
When you share
The key to a folder is wrapped up for the person you chose, on your device, with a classical key and a post-quantum one together. We pass the parcel; we cannot open it, and neither could a quantum computer later.
If you lose your password
Your recovery phrase unlocks the same key. Nothing is rebuilt, nothing is lost.

Prefer your own server?

Run it yourself, for free.

The same HushOS that runs here can run on a machine you control, for you, your family or your team. It takes a few commands, and the guide walks through each one.

Read the self-hosting guide

Terminal

$ git clone https://github.com/HushOS/HushOS
$ cd HushOS
$ cp .env.production.example .env
$ docker compose up -d --build

From the blog · 15 September 2026

Sharing that outlasts X25519

Questions people ask