clipmem 0.2.8

macOS clipboard memory backed by SQLite and searchable from OpenClaw
Documentation

clipmem

Crates.io License: MIT Rust 1.87+

A searchable, local-only clipboard history for macOS. clipmem watches the system clipboard, archives every observed state into a local SQLite database, and exposes retrieval commands that return human-readable text or structured JSON — designed so agents (OpenClaw and others) can recall things you've copied.

Requirements

  • macOS — clipboard capture uses NSPasteboard via objc2
  • Apple Silicon for the prebuilt Homebrew package
  • Rust 1.87+ for building from source

Install

Homebrew CLI only (Apple Silicon):

brew install tristanmanchester/tap/clipmem
clipmem setup

Homebrew CLI + menu bar app (Apple Silicon):

brew install --cask tristanmanchester/tap/clipmem-app
open -a ClipmemMenuBar

See docs/installation.md for Cargo, source builds, upgrades, and Intel Mac support.

Quick start

clipmem setup                              # initialize and start background capture
clipmem recall "what was that command?"     # best-first answer
clipmem recent --hours 24                  # recent unique items
clipmem stats --hours 24                   # archive aggregates
clipmem doctor                             # check database health

See docs/getting-started.md for a full walkthrough.

Documentation

License

clipmem is released under the MIT License. See LICENSE.