Sign in uOS workspace

Open your private workspace.

Authentication happens entirely in your browser. Three secrets are turned into cryptographic keys on your device — nothing is sent to the server, and there is no password database.

Not invited yet? Request an invite.

01 Identity

Three secrets. No password database.

Instead of a password, you sign in with three secrets that only you know. The browser derives your cryptographic keys on the device. The server stores public keys only.

01

Name

A display name visible to others. Not used for cryptography.

02

Phrase

A long memorable phrase that contributes entropy to your keys.

03

Email

Used for invitations and recovery keys. Never leaves your device.

02 Security guarantees

How your data stays yours.

Browser storage is wiped on every page load

Session state exists in RAM only. localStorage and sessionStorage are not used for the authenticated session.

Private keys never leave your device

They live only in volatile memory and are discarded the moment you close the tab.

3-of-5 recovery

UltimaOS gives you five key-files when you join; any three together reconstruct your account. No recovery custodian in the middle.