Get Started

Install in seconds. Protect your secrets forever.

Available for macOS, Windows & WSL — Free for all platforms
Free
🍎

macOS

Native app with Touch ID and Keychain integration. Apple Silicon optimized!

Download for macOS
Free
🐧

WSL/Linux

Rust daemon for WSL2. Bridges Windows Hello auth to Linux CLI tools. New: Setup wizard!

Install (download + extract)
curl -sL https://downloads.llmsecrets.com/scrt-wsl-0.3.1.tar.gz | tar xz && ./install/install.sh
Download v0.3.1
Uninstall
systemctl --user stop scrt-daemon; systemctl --user disable scrt-daemon; rm -rf ~/.local/bin/scrt* ~/.config/scrt

Verify Downloads (SHA256)

Verify file integrity before installation:

# Windows v3.1.1
147bc52279582c9eab0fa596e78108ba1554e3d5967d6d2587d92d0f82ff3189 LLM-Secrets-3.1.1-Setup.exe
# WSL/Linux v0.3.1
8d823ddf04e50d356018fe0f4e28362357cc7b354d19b2234541267ac61a14d9 scrt-wsl-0.3.1.tar.gz
# Verify on Windows (PowerShell):
Get-FileHash LLM-Secrets-3.1.1-Setup.exe -Algorithm SHA256
# Verify on Linux/WSL:
sha256sum scrt-wsl-0.3.1.tar.gz

After installing, encrypt your existing .env:

1

Encrypt your .env file (first time setup)

scrt setup
2

View your secrets anytime

scrt view
3

Add or edit secrets

scrt decrypt → edit .env → scrt encrypt --force
4

Run commands with secrets injected

scrt run -- npm run deploy

System Requirements

macOS

macOS 12+ with Touch ID

Windows 10/11

64-bit with Windows Hello configured

WSL2

For Linux development on Windows