Use fd0

Documentation

fd0.sh carries the user documentation. These pages cover the normal paths: install, unlock, store secrets, share scopes, sync, SSH, Talos, Kube, recovery, and basic self-hosting. The repository holds the technical specs.

The normal path

$ curl -fsSL https://fd0.sh/install | sh
$ fd0 init
$ fd0 unlock
$ fd0 scope create --label work
$ fd0 set DEPLOY_KEY "ghp_xxxxxxxxxxxxxxxxxxxx" --scope work
$ fd0 sync
$ fd0 get DEPLOY_KEY --scope work

Where details live

Use these pages when you want to operate fd0. Use /spec or the GitHub files when you need exact wire formats, storage invariants, threat IDs, or benchmark baselines.