KVick is a lightweight, menu-bar based key-value store application for macOS. It allows developers and power users to quickly store, manage, and copy frequent text snippets, API keys, or configuration values directly from the menu bar.
- Menu Bar Access: Always available in your menu bar for quick access.
- Key-Value Storage: Organize your snippets with Keys and Values.
- Multi-line Support: Store large blocks of text, JSON, or configuration files.
- One-Click Copy: Click any item to instantly copy its value to the clipboard.
- Edit & Delete: Right-click on any item to modify or remove it.
- Persistence: Data is saved locally on your machine.
brew tap EmreKb/tap
brew install --cask kvick- Download the latest release from GitHub Releases.
- Drag
KVick.appto your Applications folder. - Launch the app.
When opening KVick for the first time, you may see a warning from macOS stating that the app "cannot be opened because it is from an unidentified developer" or that "Apple cannot check it for malicious software."
This happens because this open-source project is not code-signed with a paid Apple Developer certificate.
- Click OK on the warning dialog.
- Go to System Settings > Privacy & Security.
- Scroll down to the Security section.
- You should see a message about KVick being blocked. Click Open Anyway.
- Enter your system password if prompted.
- Click Open in the final confirmation dialog.
You will only need to do this once.
KVick is built with SwiftUI and targets macOS 13.0+.
- Xcode 14.0 or later
- macOS Ventura or later
- Clone the repository.
- Open
KVick.xcodeprojin Xcode. - Select your development team in the project settings (Signing & Capabilities) to run it locally.
- Press
Cmd+Rto build and run.

