π SaneClip
The Only Clipboard Manager That Takes Privacy Seriously
Privacy-first clipboard history Β· On-device by default Β· No personal-content upload Β· Pro adds Touch ID + local history encryption
β Star this repo if you find it useful! Β· β¬οΈ Download Free Β· π° Upgrade to Pro for $14.99 once
What's New β’ Features β’ Security β’ Automation β’
π¨ The Problem
Most clipboard managers are security nightmares:
- β Store your passwords, API keys, and credit cards in plaintext
- β Send your clipboard data to the cloud
- β Track everything you copy with analytics
- β Let any app access your clipboard history without permission
You deserve better.
β The Solution
SaneClip is the first clipboard manager built with security as the foundation:
| Security Feature | What It Does |
|---|---|
| π AES-256-GCM Encryption (Pro) | Encrypts your clipboard history at rest. Even if malware accesses your disk, it can't read your clips. |
| π Touch ID History Lock (Pro) | Locks history behind biometrics. 30-second grace period means no repeated prompts. |
| π‘οΈ Keychain Integration | Local protection keys are stored in macOS Keychain β never in plain JSON files. |
| π« Automation Confirmation | Destructive URL-scheme commands require user approval. No silent data loss. |
| β οΈ URL Scheme Confirmation | Destructive commands (copy, paste, clear) require user approval. No silent data loss. |
| π΅ App Exclusions | Block 1Password, banking apps, or any sensitive app from clipboard capture entirely. |
| π΅οΈ Sensitive Data Detection | Automatically flags credit cards, SSNs, API keys, passwords, private keys. |
On-device by default. Clipboard contents never go to SaneApps servers. Optional iCloud sync uses your own iCloud account, and encrypted sync payloads stay unreadable to SaneApps when History Encryption is enabled. A few simple non-content app counts help us improve the app.
π Current macOS Direct Download: v2.3.7
Current direct-download release (June 2026)
- β Keeps synced Mac clipboard text appearing on iPhone and iPad automatically while the companion app is foregrounded
- β Avoids showing the local pasteboard save banner for iCloud-synced clips
- β Cleans up settings and history-window internals without changing the customer workflow
The prior 2.2.13 mobile follow-up restored the color-coded source indicators on iPhone and iPad and improved recovery for older Mac updater installs.
π§Ύ Free vs Pro (Current)
Free includes
- Clipboard history (last 50 items)
- Standard paste with original formatting
- Search and source-aware filtering
- Pin and unpin important clips
- Capture Screenshot into history
- Excluded apps and auto-delete controls
- Optional "open at mouse cursor" launch mode
- Free iPhone/iPad companion app with optional private iCloud sync
- On-device privacy defaults
Pro adds on Mac
- Unlimited history
- Touch ID history lock
- History encryption (AES-256-GCM)
- OCR Capture for text grabs and searchable screenshot sidecars
- Smart paste + plain text paste
- Text transforms
- Paste stack (FIFO/LIFO)
- Snippets with placeholders
- Titles, tags, collections, and item notes
- Clipboard rules
- Export and import
β‘οΈ Features
Keyboard-First Design
- ββ§βY β Open clipboard history
- ββ1-9 β Paste items 1-9 instantly
- ββ§β₯V β Paste as plain text
- ββV β Paste from stack (oldest or newest first β configurable in Settings)
- ββ or j/k β Navigate through history
Smart Snippets
Create reusable text templates with dynamic placeholders:
Hello {{name}},
Thank you for your {{reason}}.
Today's date is {{date}}.
Best regards,
{{clipboard}}
Built-in placeholders:
{{name}}β Prompts for input when pasting{{date}}β Auto-fills current date{{time}}β Auto-fills current time{{clipboard}}β Current clipboard content
Text Transforms
Right-click any text item and choose "Paste As..." to transform before pasting:
| Transform | Description |
|---|---|
| UPPERCASE | Convert to all caps |
| lowercase | Convert to all lowercase |
| Title Case | Capitalize each word |
| Trimmed | Remove leading/trailing whitespace |
| Reverse Lines | Reverse order of lines |
| JSON Pretty Print | Format JSON with indentation |
| Strip HTML | Remove HTML tags, keep text |
| Markdown to Plain | Strip markdown formatting |
Clipboard Rules
Automatic processing applied to every copy:
- Strip URL Tracking β Removes utm_*, fbclid, gclid, etc.
- Auto-Trim Whitespace β Remove leading/trailing whitespace
- Lowercase URLs β Convert URLs to lowercase
- Normalize Line Endings β Convert to consistent line breaks
- Remove Duplicate Spaces β Collapse multiple spaces
Organization
- π Pin Favorites β Keep frequently-used text always accessible
- π Instant Search β Filter by content, source app, or date
- π¨ Source-Aware Colors β Every clip is color-coded by source app (Messages green, Safari blue, Mail red, and more)
- π± App Source Attribution β See which app each clip came from
- π Duplicate Detection β Identical clips automatically consolidate
- π Paste Count Badges β Track how many times you've used each item
- β±οΈ Auto-Expire β Delete old items after 1h, 24h, 7d, or 30d
- πΌοΈ Image Capture β Copies images too, not just text
macOS Widgets
Add SaneClip widgets to your desktop or Notification Center:
| Widget | Sizes | Description |
|---|---|---|
| Recent Clips | Small, Medium | Shows your 3-5 most recent clipboard items |
| Pinned Clips | Small, Medium | Quick access to your pinned favorites |
Data Management
- π€ Export History β Export to JSON with timestamps and metadata
- π₯ Import History β Import previously exported history
- βοΈ Settings Sync β Backup or transfer settings to another Mac
- π Storage Stats β View detailed statistics about your clipboard
π€ Automation
URL Scheme
Control SaneClip programmatically via saneclip:// URLs:
| URL | Action |
|---|---|
saneclip://paste?index=0 |
Paste item at index |
saneclip://search?q=keyword |
Open search with query |
saneclip://snippet?name=MySnippet |
Paste snippet by name |
saneclip://copy?text=Hello |
Copy text to clipboard |
saneclip://history |
Show history window |
saneclip://clear |
Clear history (with confirmation) |
Siri Shortcuts
SaneClip integrates with Shortcuts.app via App Intents:
- Get Clipboard History β Returns recent text items
- Paste Clipboard Item β Pastes item at specified index
- Search Clipboard β Search history and return matches
- Copy to SaneClip β Copy text to clipboard
- Clear Clipboard History β Clear all non-pinned items
- Paste Snippet β Paste a saved snippet by name
- List Snippets β Returns all snippet names
Automation Status
SaneClip currently exposes URL schemes, App Intents, and Shortcuts actions. Webhook delivery code is not exposed in the current settings UI, so it is not advertised as an end-user automation path for this release.
π Security
SaneClip is privacy-first:
- β On-Device by Default β Your clipboard history stays on your Mac unless you enable sync or explicitly export/share it
- β Optional iCloud Sync β Syncs through your own iCloud account, not a SaneApps server
- β No Clipboard-Content Upload to SaneApps β Clipboard contents are not sent to SaneApps servers
- β 100% Transparent Code β Verify yourself at github.com/sane-apps/SaneClip
- β PolyForm Shield License β Community-auditable, source-available
Sensitive Data Detection:
- Credit cards (Luhn algorithm validation)
- Social Security Numbers
- API keys (OpenAI, AWS, GitHub, Slack, Stripe, Google, etc.)
- Passwords and private keys (SSH, PGP/GPG)
- Email addresses
Auto-Purge Rules: Configure automatic deletion of sensitive items after 1 minute, 5 minutes, or 1 hour.
See PRIVACY.md and SECURITY.md for full details.
π¦ Installation
SaneClip Basic is $0. Clipboard history, search, pinning, screenshots, private defaults, and the free iPhone/iPad companion app are included.
Mac Pro is a one-time unlock. The iPhone/iPad companion remains a separate free App Store download that uses your iCloud account for sync.
Want more? Upgrade to Pro ($14.99 once) for OCR capture, unlimited history, Touch ID lock, encryption-at-rest, smarter paste, snippets, and advanced rules.
Install
# Homebrew (optional)
brew install --cask sane-apps/tap/saneclip
# Already use Homebrew and want it to manage an existing install:
brew install --cask --adopt sane-apps/tap/saneclip
Or download directly Β· or build from source
The direct download is the canonical Mac release channel and updates itself automatically via Sparkle. brew upgrade works too if you choose the Homebrew cask.
Requirements
macOS App:
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1+)
iOS Companion App:
- iOS 18.0 or later
- iPhone or iPad
π οΈ Development
Cloning without starring? For real? β Star it first. Help others discover quality software.
# Clone the repo
git clone https://github.com/sane-apps/SaneClip.git
cd SaneClip
# Build + test (preferred)
./scripts/SaneMaster.rb verify
# Launch
./scripts/SaneMaster.rb launch
SaneMaster runs XcodeGen when needed; only run xcodegen generate manually if you add files and want to refresh immediately.
See DEVELOPMENT.md for detailed setup and CONTRIBUTING.md for coding standards.
π€ Contributing
Before opening a PR:
- β Star the repo (if you haven't already)
- Read CONTRIBUTING.md
- Open an issue first to discuss major changes
Building from source? Consider buying the app to support continued development.
π Documentation
| Document | Purpose |
|---|---|
| README.md | Product overview and doc map |
| ARCHITECTURE.md | System design and major data flows |
| CONTRIBUTING.md | How to contribute |
| DEVELOPMENT.md | Development setup and guidelines |
| SECURITY.md | Security policy |
| PRIVACY.md | Privacy practices |
docs/ |
Public website and guide pages |
π¬ Support
- π Report a Bug
- π‘ Request a Feature
- β€οΈ Sponsor on GitHub
Crypto Donations
| Currency | Address |
|---|---|
| BTC | 3Go9nJu3dj2qaa4EAYXrTsTf5AnhcrPQke |
| SOL | FBvU83GUmwEYk3HMwZh3GBorGvrVVWSPb8VLCKeLiWZZ |
| ZEC | t1PaQ7LSoRDVvXLaQTWmy5tKUAiKxuE9hBN |
π Why Choose SaneClip?
| Other Clipboard Managers | SaneClip |
|---|---|
| β Plaintext storage | β AES-256-GCM encryption |
| β Third-party cloud sync | β Optional iCloud sync through your own account, not a SaneApps sync server |
| β Personal-content upload | β Your clipboard contents stay on your Mac |
| β Closed source | β 100% Transparent Code (PolyForm Shield) |
| β Subscription pricing | β $14.99 one-time, free updates |
| β No Touch ID protection | β Biometric locks with grace period |
| β No sensitive data detection | β Auto-flags credit cards, API keys, SSNs |
π‘ Found a Bug? Want a Feature?
β Star the repo first β Then open an issue. Stars help us prioritize which projects get the most attention.
- π Report a Bug
- π‘ Request a Feature
Cloning without starring? For real bro? Gimme that star!
π¦ Distribution Versions
SaneClip is available in two versions with different capabilities:
| Feature | Direct Download | Mac App Store |
|---|---|---|
| Clipboard History & Search | β | β |
| AES-256-GCM Encryption | β Pro | β Pro |
| Touch ID Protection | β Pro | β Pro |
| Sensitive Data Detection | β | β |
| Snippets & Text Transforms | β | β |
| Keyboard Shortcuts | β | β |
| Siri Shortcuts & Widgets | β | β |
| Auto-Paste into apps | β One-click paste | β Copies to clipboard; press Cmd+V to paste |
| Automatic Updates | β Built-in auto-updater | β Via App Store |
| iCloud Sync | β | β |
Why the difference? The Mac App Store version runs in Apple's sandbox, which blocks simulated keyboard events (used for auto-paste). Instead, the App Store version copies items to your clipboard and shows a notification β just press Cmd+V to paste. All other features work identically.
Direct download: Free Basic at saneclip.com/download Β· Upgrade to Pro for $14.99 once β includes Sparkle auto-updates.
π± iOS Companion App (Free)
Your Mac clipboard history, on your iPhone and iPad. The iOS app is a free companion for viewing, searching, copying, pinning, sharing into SaneClip, and saving the current iPhone clipboard. The full automation and paste power tools live on Mac.
- History Tab β Browse recent clips with source-aware colors, tap-to-copy, and haptic feedback
- Pinned Tab β Quick access to your favorites
- Detail View β Full content preview with selectable text, tappable URLs, and image rendering
- Siri Shortcuts β "Get recent clips", "Search clips", "Copy last clip" via Shortcuts app
- Share Extension β Save text and URLs to SaneClip from any app's share sheet
- iOS Widgets β Recent and Pinned clips for Home Screen and Lock Screen
- iCloud Sync β Keep Mac and iPhone/iPad history in sync through your own iCloud account while the companion app is active
π Compare SaneClip
Looking at alternatives? Here's how SaneClip stacks up:
| Feature | SaneClip | Paste | Maccy | Pastebot | CopyClip |
|---|---|---|---|---|---|
| AES-256 Encryption | β | β | β | β | β |
| Touch ID Protection | β | β | β | β | β |
| Sensitive Data Detection | β | β | β | β | β |
| Password Manager Safety | β | β | β | β | β |
| Clipboard Rules | β | β | β | β | β |
| URL Schemes & Shortcuts | β | β | β | β | β |
| Siri Shortcuts & Widgets | β | β | β | β | β |
| App Exclusions | β | β | β | β | β |
| Source App Colors | β | β | β | β | β |
| Text Transforms | β | β | β | β | β |
| Paste Stack | β | β | β | β | β |
| Snippets & Placeholders | β | β | β | β | β |
| iOS Companion App | β Free | β Paid | β | β | β |
| iCloud Sync | β | β | β | β | β |
| 100% Transparent Code | β | β | β | β | β |
| 100% Private | β | β | β | β | β |
| Price | $14.99 | $30/yr | Free | $13 | Free |
Bottom line: SaneClip combines strong privacy controls, automation, OCR capture, and a free companion app in a way the usual clipboard managers still do not.
π License
PolyForm Shield 1.0.0 β free for any use except building a competing product. See LICENSE for details.
Made with β€οΈ in πΊπΈ by Mr. Sane
Not fear, but power, love, sound mind β 2 Timothy 1:7
Third-Party Notices
Third-party open-source attributions are documented in THIRD_PARTY_NOTICES.md.
Become a Contributor (Even if You Don't Code)
Are you tired of waiting on the dev to get around to fixing your problem?
Do you have a great idea that could help everyone in the community, but think you can't do anything about it because you're not a coder?
Good news: you actually can.
Copy and paste this into Claude or Codex, then describe your bug or idea:
I want to contribute to this repo, but I'm not a coder.
Repository:
https://github.com/sane-apps/SaneClip
Bug or idea:
[Describe your bug or idea here in plain English]
Please do this for me:
1) Understand and reproduce the issue (or understand the feature request).
2) Make the smallest safe fix.
3) Open a pull request to https://github.com/sane-apps/SaneClip
4) Give me the pull request link.
5) Open a GitHub issue in https://github.com/sane-apps/SaneClip/issues/new?template=bug_report.md that includes:
- the pull request link
- a short summary of what changed and why
6) Also give me the exact issue link.
Important:
- Keep it focused on this one issue/idea.
- Do not make unrelated changes.
If needed, you can also just email the pull request link to [email protected].
I review and test every pull request before merge.
If your PR is merged, I will publicly give you credit, and you'll have the satisfaction of knowing you helped ship a fix for everyone.