GILT
sealed for a hundred years
New: Estate plans now ship with a dead-man's switch · see what's new →
Documentation

Build on GILT.

Everything you need to seal a lifetime of what matters.

Introduction

GILT is a heirloom-grade vault for your digital life. You seal passwords, documents, keys and memories, then nominate who inherits them — with a dead-man's switch that fires on your terms.

Everything runs over https://api.gilt.vault. The CLI is the single source of truth: gilt init, gilt add, gilt seal.

Quickstart

terminal
$ npm i -g gilt
$ gilt init
$ gilt add master-key passwords documents
$ gilt seal
✓ vault sealed · 3 items · 100-year archival

CLI reference

The core commands, in the order you'll use them.

CommandWhat it does
gilt initCreate a new vault and your master key
gilt add <item>Add a secret, document or key
gilt sealEncrypt and commit the vault
gilt nominate <heir>Name an heir and set release conditions
gilt verifyCheck the switch is armed and healthy

The vault

A vault is a sealed, encrypted container. Items are encrypted client-side with your master key, then replicated across independent providers on format-stable media. The format is published, so your vault never depends on GILT existing.

Nomination

Nominate heirs with per-item permissions and a release policy: a check-in cadence, a release delay, an optional witness and a notify-before-unlock window you can cancel.

Archival

Vaults are written to a stable format, geo-replicated and checksummed continuously. We commit to a 100-year retention window and publish the recovery spec.

Security & compliance

Zero-knowledge by design, AES-256 at rest, passkeys and hardware-key auth by default. We are SOC 2 Type II audited and never hold your master key.

Guides