Getting Started

Spin up your own encrypted vault in minutes. No corporate servers. No middlemen. Just your data, your rules.

Install Sietch

  1. Grab the code and build it yourself — trust begins at the source.
sh
git clone git@github.com:SubstantialCattle5/Sietch.git
cd Sietch
go build -o sietch ./cmd/sietch

Create Your Vault

  1. Start fresh. Encrypt everything.
sh
sietch init --name spice-vault --encrypt aes256
  1. Add files to your vault:
sh
sietch add ../secrets/thumper-plans.pdf  /docs/
  1. Link up directly — no clouds, no leaks.
sh
sietch sync --peer 192.168.1.42
✨ Your vault is alive — encrypted, portable, and ready to move across machines, even with no internet.