From 88102c469c1d58527fcfe4b975b40367a8f93da7 Mon Sep 17 00:00:00 2001 From: nuqiewuoz Date: Sat, 23 May 2026 14:57:40 -0700 Subject: [PATCH] Add AI Memory Reader to Applications / Desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Native macOS app for browsing memory files left by Claude Code, Codex, and 6 other AI coding agents — including a chunked JSONL viewer that handles the multi-MB session transcripts in ~/.claude/projects/. Co-Authored-By: Claude Opus 4.7 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87844fb..5af0424 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Open standard (Linux Foundation) for connecting Claude to tools, repos, database - [Claude Desktop](https://claude.ai/download) - Official Claude desktop app for macOS and Windows. Includes a dedicated **Code** tab (GUI for Claude Code) and **Cowork** for non-technical users. - [Claude Desktop Debian](https://github.com/aaddrick/claude-desktop-debian#readme) - Unofficial Claude desktop app for Debian/Linux. +- [AI Memory Reader](https://github.com/nvwalj/ai-memory-reader) - Native macOS app that auto-discovers and renders memory files from Claude Code, Codex, Cursor, Gemini, Continue, Copilot, Aider, and OpenClaw — CLAUDE.md, AGENTS.md, daily memory entries, plus a chunked viewer for `~/.claude/projects/*.jsonl` session transcripts that crash VSCode on multi-MB files. Swift, ~3 MB universal binary, zero network calls, GPL-3.0. ---