Getting Started
Spin up your own encrypted vault in minutes. No corporate servers. No middlemen. Just your data, your rules.
Install Sietch
- 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
- Start fresh. Encrypt everything.
sh
sietch init --name spice-vault --encrypt aes256
- Add files to your vault:
sh
sietch add ../secrets/thumper-plans.pdf /docs/
- 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
.Table of Contents