Skip to content

Rench321/sklad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sklad πŸ“¦

GitHub Release License: MIT Platform Made with Rust

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.

Sklad Demo


✨ Features

  • πŸ”’ 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

Sklad UI


⬇️ Download

GitHub Release

Windows macOS (Apple Silicon) macOS (Intel) Linux
πŸ“¦ .msi πŸ“¦ .dmg (ARM) πŸ“¦ .dmg (x64) πŸ“¦ .deb

🍺 Homebrew (macOS)

You can also install Sklad via Homebrew:

brew install --cask --no-quarantine Rench321/sklad/sklad

Or by tapping the repository first:

brew tap Rench321/sklad
brew install --cask --no-quarantine sklad

To update Sklad via Homebrew:

brew update
brew upgrade --cask sklad

Warning

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

Why Sklad?

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 βœ… βœ… ❌

🌟 Featured In


πŸ›  Build from Source

Prerequisites

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-dev
macOS
xcode-select --install

Build

git clone https://github.com/Rench321/sklad.git
cd sklad
pnpm install
pnpm tauri build

Binaries will be in src-tauri/target/release/bundle/.


🀝 Contributing

Contributions are welcome! Feel free to open issues or submit PRs.


πŸ‘₯ Contributors

olejsc overflowy beparmentier marsender IMNotMax

πŸ“„ License

MIT β€” Use it however you want.


Made with πŸ¦€ Rust + βš›οΈ React + πŸ’™ Tauri