Low overhead by default
Rust-native runtime with a focused feature set keeps launch and search latency low.
Native desktop app for macOS and Linux
yanklog keeps a private, searchable record of clipboard entries on your machine. It is built for people who copy commands, URLs, notes, and snippets all day and need fast recall without cloud sync.
curl -fsSLO https://downloads.yanklog.com/install.shA quick look at the menu bar app, searchable history, Quick Pick, settings, and privacy controls.
A focused clipboard manager should be quick to open, predictable in the background, and explicit about where your data lives.
Rust-native runtime with a focused feature set keeps launch and search latency low.
Clipboard history is stored locally with SQLCipher-backed encryption at rest.
Pause collection when working with sensitive content, then resume when ready.
Use `yanklog --pick` for a compact, keyboard-first chooser from anywhere.
Linux uses AppImage and desktop integration; macOS uses a signed app bundle with menu bar controls.
Use Mac App Store updates on macOS App Store installs, or the in-app/direct updater on script installs.
yanklog uses a simple trust model: local-only data, encryption at rest, and explicit user controls. The Linux app and shared Rust core are open source under MIT; the macOS app, website, and release infrastructure remain proprietary.
Your clipboard history remains on your machine and is never uploaded.
The history database uses SQLCipher. Keys are generated locally and stored with restrictive permissions.
Linux users can audit and build the native app/core. macOS users should evaluate the App Store build as proprietary software.
On macOS, install from the Mac App Store for App Store-managed updates. Linux and direct macOS installs remain available through hosted scripts that you can download and inspect before running.
Install the free macOS app from Apple. Updates are delivered by the Mac App Store.
Download the installer, inspect it, then run it. Add --no-path-update if you do not want the installer to edit shell startup files.
# Linuxcurl -fsSLO https://downloads.yanklog.com/install.shless install.shsh install.sh --no-path-update# Sourcegit clone https://github.com/thisiseesmaeel/yanklog-linux.git# macOScurl -fsSLO https://downloads.yanklog.com/install-macos.shless install-macos.shsh install-macos.shNeed full commands for architecture pinning, version pinning, updating, or uninstalling? Seeinstallation docs.
Start now