NevaMind-AI/memU

Personal memory across agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on January 14th, 2026
Created on July 29th, 2025
Open Issues & Pull Requests: 114 (+0)
Number of forks: 1,062
Total Stargazers: 14,343 (+0)
Total Subscribers: 65 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 23.4 hours
Mean response time: 19.2 days
90th percentile: 56.0 days
Tracked items: 174

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 69% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 12% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 67
New in 7 days: 8
Closed in 7 days: 8
Avg open age: 42 days
Stale 30+ days: 55
Stale 90+ days: 48

Recent activity

Opened in 7 days: 5
Closed in 7 days: 8
Comments in 7 days: 7
Events in 7 days: 13

Top labels

  • bug (33)
  • enhancement (32)
  • #2026NewYearChallenge (23)
  • hacktoberfest (10)
  • documentation (9)
  • good first issue (9)
  • priority/P2 (3)
  • area/analytics (2)

Detailed Description

memU is a lightweight memory system for language model agents that persists knowledge across sessions, agents, and devices by storing it as a wiki.

The tool addresses the problem of agents losing context and reusable knowledge between separate interactions. It works by automatically capturing session history, distilling reusable skills from agent interactions, and storing them in a retrievable format that can be accessed across different agents and devices. The core memory logic is implemented in approximately 500 lines of code, making it small enough for users to inspect and modify. The system supports both memorization—capturing useful knowledge through background tasks—and retrieval, bringing relevant stored memory into future tasks.

Developers should choose this tool if they work with multiple coding agents across different sessions and want to build up a persistent knowledge base without manual effort. It integrates with agents including ChatGPT, Claude Code, Cursor, OpenClaw, Hermes, and WorkBuddy across macOS, Windows, and Linux. The tool is free and unlimited, with setup involving an API key from the project's website. Support varies by agent and operating system; for example, ChatGPT's chat mode does not currently support memorization or retrieval, while Claude Code works on desktop and CLI but may require retrying setup with specific models.

Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker is dominated by bug reports, enhancement requests, and items related to a community challenge.