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.
git clone git@github.com:SubstantialCattle5/Sietch.git
cd Sietch
go install .

Working with your vault

  1. Start fresh. Encrypt everything.
Simple
sietch init --name spice-vault --encrypt aes256
Interactive
sietch init --interactive
Scaffold
sietch scaffold --template photoVault --name "my-vault"

2.Add files to your vault.

sietch add ../secrets/thumper-plans.pdf /docs/

3.List data from your vault.

sietch ls

4.Get files from your vault.

sietch get docs/thumper-plans.pdf /tmp/files

5.Link up directly — no clouds, no leak.

sietch sync --peer 192.168.1.42
✨ Your vault is alive — encrypted, portable, and ready to move across machines, even without internet.