Skip to content

Frequently Asked Questions

Last Updated: 2026-02-03 | Reading Time: 12 minutes

Answers to common questions about PasteShelf.



PasteShelf is a privacy-first clipboard manager for macOS that stores your clipboard history locally, with optional encrypted cloud sync. All features are free and open source under AGPL-3.0.

PasteShelf requires macOS 14.0 (Sonoma) or later. This requirement enables modern APIs including:

  • SwiftData compatibility
  • Advanced SwiftUI features
  • Enhanced privacy controls

Yes! PasteShelf is completely free and open source (AGPL-3.0). All features are included:

  • Unlimited clipboard history
  • Full-text, semantic, and OCR search
  • iCloud sync with E2E encryption
  • Keyboard shortcuts and automation
  • Plugin system
  • Enterprise features (SSO, MDM, audit logs, DLP)

How does PasteShelf compare to other clipboard managers?

Section titled “How does PasteShelf compare to other clipboard managers?”
FeaturePasteShelfPasteMaccyAlfred
Free✅ All features
Open source✅ Fully
E2E sync
Semantic search
Enterprise MDM

  • Plain text
  • Rich text (RTF)
  • Images (PNG, JPEG, GIF, TIFF)
  • File references
  • URLs
  • Code snippets with syntax highlighting
  • Colors
  • Files (with preview)

Unlimited (recommended: 10,000 for optimal performance). Administrators can configure limits via MDM.

Yes! PasteShelf supports:

  • Favorites/pinning
  • Tags
  • Smart collections
  • Folders
  • Shared collections (team)

Does PasteShelf support keyboard shortcuts?

Section titled “Does PasteShelf support keyboard shortcuts?”

Yes! Default shortcuts:

ActionShortcut
Open panel⌘⇧V
Search⌘F
Paste item 1-9⌘1 - ⌘9
Clear history⌘⇧⌫

All shortcuts are customizable in Preferences.

Yes! Sync features:

  • iCloud sync via CloudKit
  • End-to-end encryption
  • Selective sync (choose what syncs)
  • Conflict resolution
  • Offline support with automatic reconciliation

Absolutely. Privacy principles:

  1. Local-first: All data stored on your device by default
  2. No telemetry: Zero data collection
  3. E2E encryption: Sync data encrypted before leaving device
  4. Open source: Core code auditable by anyone

By default: No. Everything stays on your device.

With sync enabled: Data is encrypted on your device before upload to iCloud or your self-hosted server. We cannot read your clipboard contents.

PasteShelf automatically detects and handles:

  • Passwords (excluded by default)
  • API keys and tokens
  • Credit card numbers
  • Social Security Numbers
  • Private keys

Options:

  • Auto-exclude from history
  • Mask in UI
  • Never sync
  • Auto-delete after time

Password managers are automatically excluded:

  • 1Password
  • Bitwarden
  • LastPass
  • Dashlane
  • Keychain Access
  • KeePassXC

You can customize exclusions in Preferences → Privacy.

Yes. We support:

  • Data export (JSON format)
  • Data deletion (complete wipe)
  • Data portability
  • No tracking
  • Opt-in analytics only

PasteShelf can be configured for HIPAA compliance:

  • BAA available
  • Full audit logging
  • PHI auto-detection
  • Encryption enforcement
  • Access controls

Contact: [email protected]


~/Library/Application Support/PasteShelf/
├── PasteShelf.sqlite # Main database
├── PasteShelf.sqlite-shm # Shared memory
├── PasteShelf.sqlite-wal # Write-ahead log
├── Attachments/ # Image/file storage
└── Preferences.plist # Settings

Yes! Options:

  1. Time Machine: Automatic
  2. Manual export: File → Export History
  3. iCloud sync: Automatic backup

Yes! PasteShelf is fully functional offline. Sync occurs when connectivity returns.

Typical usage:

  • App: ~25 MB
  • Database (10K items): ~50 MB
  • With images: Varies (thumbnails compressed)

Can I import from other clipboard managers?

Section titled “Can I import from other clipboard managers?”

Yes! Supported imports:

  • Paste (JSON export)
  • Maccy (SQLite)
  • Alfred clipboard history
  • Plain text/CSV

File → Import → Select format

Yes! PasteShelf is a Universal Binary running natively on:

  • Apple Silicon (M1, M2, M3, M4)
  • Intel Macs

  1. Check Accessibility permission:
    System Settings → Privacy & Security → Accessibility → PasteShelf ✓
  2. Verify PasteShelf is running (menu bar icon)
  3. Check if source app is excluded
  4. Restart PasteShelf
  1. Try simpler search terms
  2. Check active filters
  3. Rebuild search index:
    Preferences → Advanced → Rebuild Index
  1. Check iCloud sign-in status
  2. Ensure iCloud Drive is enabled
  3. Check internet connection
  4. Reset sync state:
    Preferences → Sync → Reset Sync
  1. Reduce history limit (Preferences → General)
  2. Clear old items
  3. Disable image previews
  4. Check for corrupt items
Terminal window
# Quit PasteShelf first, then:
# Remove app
rm -rf /Applications/PasteShelf.app
# Remove data
rm -rf ~/Library/Application\ Support/PasteShelf
rm -rf ~/Library/Caches/com.pasteshelf.PasteShelf
rm -rf ~/Library/Preferences/com.pasteshelf.PasteShelf.plist
# Remove from login items (manual)
# System Settings → General → Login Items → Remove PasteShelf


DocumentDescription
Quick StartGet started quickly
TroubleshootingDetailed solutions

Last updated: 2026-02-03