Backend. Frontend.
Sigil is a zero-trust, cryptographically enforced file storage system designed to protect sensitive data from both external threats and internal compromise—including administrative abuse.
- End-to-end encrypted file storage using per-partition and per-user keys
- Zero-trust design: administrators can't decrypt your data
- Fine-grained access control at the partition level
- Multi-tenant structure with isolated namespaces
- Optional server-assisted encryption to mitigate client key leaks
TBA
Clone the repo
git clone https://github.com/cycastic-cumberland/sigil-frontend.git
cd sigil-frontend
npm i
Run the repo in development mode
npm run dev
See LICENSE.txt.