Zero-Infrastructure
Secret Management

Military-grade encryption meets Git workflow. Store secrets in repositories with zero servers, zero complexity.

Terminal
$ cargo install smolcase
✓ Installed smolcase v1.3.0
$ smolcase init
🔐 Initialize Smolcase Project
🔑 Master key: Kx9#mP2$vB8@nQ5&
✓ Project created successfully
$ smolcase add DATABASE_URL "postgresql://..."
🔒 Encrypting with ChaCha20-Poly1305...
✓ Secret encrypted and stored
$ smolcase run -- npm start
🔐 Decrypting 3 secrets...
🚀 Starting with env loaded
$ _

Why smolcase?

🔒

Military-Grade Encryption

ChaCha20-Poly1305 with Argon2id key derivation. Zero-knowledge architecture - even other colleagues can't see secrets shared with you.

Zero Infrastructure

No servers, no databases, no vendor lock-in. Just Git repositories you already use everywhere.

👥

Team Ready

Granular permissions, groups, role separation. Interactive setup gets teams onboarded in seconds.

🚀

Developer First

Run commands with secrets injected. Process config templates. Cache credentials. Zero friction workflow.

📁

File Encryption

Encrypt .env files, certificates, configs. Any file type gets the same military-grade protection.

🌐

Git Native

Works with GitHub, GitLab, any Git host. Version control your security. Review access like code.

Get Started in 30 Seconds

One command to install. Interactive setup guides you through everything.

$ cargo install smolcase
$ smolcase init
$ smolcase tutorial
Download Binary