infinite-recall

mjaverto/infinite-recall
★ 1 stars Swift 🗄️ Database Updated 2d ago
Local-first macOS rewind/recorder. Always-on capture, on-device transcription (WhisperKit), on-device diarization (MFCC), local LLM via mlx-lm.server, Omi-shaped REST API for MCP clients. Forked from BasedHardware/omi (MIT).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "infinite-recall": {
      "command": "npx",
      "args": [
        "-y",
        "mjaverto/infinite-recall"
      ]
    }
  }
}

README Excerpt

Infinite Recall is a local-first, always-on screen and audio recorder for macOS. It captures everything on your screen and in your microphone (plus system audio via CoreAudio Process Tap), transcribes it on-device with WhisperKit, indexes it into a local SQLite database, and exposes an Omi-shaped REST API so MCP-compatible clients