Personal
The node belongs to its operator. Private services bind to the local machine unless the operator chooses otherwise.

Personal infrastructure · experimental local node
Hestia is a personal, local-first security and open-communications server. It keeps keys, recovery, provenance and rights close to the person they belong to.
scripts/hestia upLocal-first · EPL-2.001 · The sovereign hearth
Built to remain in your hands
Run the ledger at home. Link external identities to keys you own. Record signed work without turning an institution into the owner of the person behind it.
The node belongs to its operator. Private services bind to the local machine unless the operator chooses otherwise.
PostgreSQL holds an append-only record of identity, approvals, accreditation and signed work.
Open protocols, explicit interfaces and independently run authorities keep the infrastructure from becoming the identity.

02 · Independent recovery
The browser encrypts a recovery package, divides its secret between independently operated keepers, and reconstructs it only after an authorised ceremony.
03 · Recovery ceremony
Two of three, plus you
Authorisation and secret reconstruction are separate steps. Independent decisions come first; threshold cryptography follows.
04 · Local architecture
One deliberately small stack
Hestia combines a private application origin, a real ledger, minimal authentication, and blind communication relays under one operator command.
Development interfaces bind to loopback. Publishing a node remains an explicit operator choice.
Identity and work history remain inspectable without storing plaintext recovery evidence.
Signalling coordinates peers but cannot read or validate the recovery secret.
GoTrue is retained for sessions; unrelated Supabase services are not part of the stack.

05 · Run your own node
Hestia requires Docker with Compose, OpenSSL and PostgreSQL client tools. Initialisation creates local secrets at mode 0600 and never prints them.
scripts/hestia init
scripts/hestia doctor
scripts/hestia up