Sklad is a cross-platform snippet manager that lives in your system tray. Store passwords, API keys, code snippets, and any text you copy frequently — encrypted and always one click away.
- 🔒 Master Password Protection — Secrets are AES-256 encrypted with Argon2 key derivation
- 📋 One-Click Copy — Click tray → select snippet → done
- 🔍 Global Search — Find anything instantly from anywhere with custom hotkey
- ⚡ Instant Creation — Spawn the snippet creation window from any app with custom hotkey
- 📁 Folder Organization — Organize snippets into nested folders
- ⏱️ Auto-Lock & Autosave — Configurable vault timeout and unsaved changes handling
- 🌙 Dark/Light Theme — Easy on the eyes
- 💾 Local-Only Storage — Your data never leaves your machine
- 🖱 Customizable Tray — Configure tray left-click actions and context menu layout
| Windows | macOS (Apple Silicon) | macOS (Intel) | Linux |
|---|---|---|---|
| 📦 .msi | 📦 .dmg (ARM) | 📦 .dmg (x64) | 📦 .deb |
You can also install Sklad via Homebrew:
brew install --cask --no-quarantine Rench321/sklad/skladOr by tapping the repository first:
brew tap Rench321/sklad
brew install --cask --no-quarantine skladTo update Sklad via Homebrew:
brew update
brew upgrade --cask skladWarning
Windows users: You may see a SmartScreen warning because the app is not code-signed yet and has few downloads. Click "More info" → "Run anyway" to proceed.
Warning
macOS users: The app is not notarized yet (requires Apple Developer account).
If you see "Sklad is damaged", open Terminal and run:
xattr -cr /Applications/Sklad.app| Feature | Sklad | Maccy | Text File |
|---|---|---|---|
| 🔐 Encrypted secrets | ✅ | ❌ | ❌ |
| 🦀 Memory safe (Rust) | ✅ | ✅ | N/A |
| 🖥 Cross-platform | ✅ | ❌ Mac only | ✅ |
| ☁️ No cloud/tracking | ✅ | ✅ | ✅ |
| 📁 Folder organization | ✅ | ❌ | ❌ |
| 🔍 Fast search | ✅ | ✅ | ❌ |
| 🖱 System tray access | ✅ | ✅ | ❌ |
Windows
Install Visual Studio Build Tools with "Desktop development with C++" workload.
Linux (Debian/Ubuntu)
sudo apt install libwebkit2gtk-4.1-dev libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-devmacOS
xcode-select --installgit clone https://github.com/Rench321/sklad.git
cd sklad
pnpm install
pnpm tauri buildBinaries will be in src-tauri/target/release/bundle/.
Contributions are welcome! Feel free to open issues or submit PRs.
MIT — Use it however you want.
If you find Sklad useful, you can support its development!
Made with 🦀 Rust + ⚛️ React + 💙 Tauri





