infinite-recall

mjaverto/infinite-recall
★ 1 stars Swift Database Updated 1mo 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 → Try with Claude — $10 free →

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
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →