Open Source · MIT License · macOS & Windows

Never lose a copied text
ever again.

ClipVault lives in your Mac menu bar, silently capturing every text you copy. Search, pin, edit, and reuse your clipboard history — all with a single shortcut.

+ + V (Mac)  |  Ctrl + Shift + V (Win)
5 clips
All ★ Pinned
const API_KEY = "sk-proj-abc123..."
★ pinned · 2m ago · 38 chars
Meeting notes: Q1 roadmap review...
5m ago · 247 chars
ssh -i ~/.ssh/id_ed25519 deploy@prod
12m ago · 39 chars
https://github.com/Charlesprakasam/clip...
1h ago · 52 chars

Everything you need,
nothing you don't.

ClipVault is designed to be invisible until you need it — then it's right there.

Instant Search

Find any clip instantly. Full-text search with real-time highlighting across your entire history.

Pin Important Clips

Star clips you use frequently. Pinned clips stay at the top and survive "Clear All".

Menu Bar Native

Lives in your menu bar. No dock icon, no window switching. Just click the tray icon or press ⌘⇧V.

Edit Clips

Modify any clip before pasting. Perfect for fixing typos or tweaking snippets.

Privacy First

All data stays on your machine in localStorage. No cloud, no servers, no tracking. Ever.

Fully Configurable

Adjust max history size, polling interval, timestamps, and sound effects to your liking.

Built for the way
you actually work.

👨‍💻

Developers

Keep API keys, SQL queries, code snippets, and terminal commands at your fingertips. Pin the ones you use daily.

✍️

Writers & Editors

Juggle paragraphs, notes, and references without losing context. Edit clips before pasting into your document.

🎨

Designers

Copy color codes, asset URLs, and design tokens repeatedly without hunting through files. Search by hex code.

📊

Data & Research

Collect data points, URLs, and citations as you browse. Your clipboard becomes a research assistant.

💬

Customer Support

Pin canned responses and common links. One click to paste your most-used replies.

🔐

DevOps & SRE

Keep SSH commands, kubectl snippets, and server addresses in your clipboard history for rapid incident response.

Get started in
under a minute.

📦 Installation

macOS

  1. Download the latest .dmg from the Releases page
  2. Open the .dmg file
  3. Drag ClipVault.app to your Applications folder

Windows

  1. Download the latest .exe installer from the Releases page
  2. Run the setup file and follow the installation prompts

Bypassing macOS Security (First Launch Only)

Because the app is open-source and not signed with a paid Apple certificate, macOS will block it on the first launch. To bypass this:

  1. Open your Applications folder in Finder.
  2. Find ClipVault.app.
  3. Right-click (or Control-click) the app icon and select Open.
  4. Click the Open button in the warning dialog.

Alternatively, you can launch normally, then go to System Settings → Privacy & Security and click Open Anyway.

After bypassing, grant Accessibility permissions if prompted. ClipVault will appear as a 📋 clipboard icon in your menu bar.

⌨️ Keyboard Shortcuts

Shortcut Action
+ + V / Ctrl + Shift + V Toggle ClipVault window
+ F / Ctrl + F Focus the search bar
Esc Hide the window / close modals

🔄 How It Works

1
Copy anything

ClipVault monitors your clipboard every 800ms. When you copy text, it's automatically captured.

2
Browse & search

Press ⌘⇧V (Mac) or Ctrl+Shift+V (Windows) to open ClipVault. Scroll through your history or type to search instantly.

3
Click to copy

Click any clip to copy it back to your clipboard. Use the action buttons to pin, edit, or delete.

📋 Feature Guide

Pinning Clips

Click the ★ star icon on any clip to pin it. Pinned clips:

  • Always appear at the top of your list
  • Survive "Clear All" — only unpinned clips are removed
  • Have a green accent border for easy identification
  • Are visible in the dedicated "Pinned" tab
Editing Clips

Click the pencil ✏️ icon on any clip to open the edit modal. You can modify the text and save. This is useful for:

  • Fixing typos before pasting
  • Trimming extra whitespace or formatting
  • Creating template snippets from copied text
Search & Filter

The search bar supports real-time full-text search. Matching text is highlighted in yellow. You can also filter by:

  • All — shows every clip (default)
  • Pinned — shows only starred clips
Settings

Click the ⚙️ gear icon to access settings:

  • Max clips — how many clips to keep (10–500, default: 100)
  • Poll interval — how often to check the clipboard (0.5s–5s)
  • Timestamps — show/hide relative timestamps
  • Sound — play a subtle click on copy
  • Start at login — launch ClipVault when you log in (Electron only)
Building from Source

Clone and run locally:

git clone https://github.com/Charlesprakasam/clipvault.git
cd clipvault
npm install
npm start          # run in dev mode
npm run dist:mac   # build DMG

Ready to supercharge
your clipboard?

Free, open source, and private. Download ClipVault and never lose a copied text again.

macOS & Windows · Electron · Native Binaries