basicmachines-co/basic-memory

AI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 17th, 2026
Created on December 2nd, 2024
Open Issues & Pull Requests: 60 (+0)
GitHub issues: Enabled
Number of forks: 290
Total Stargazers: 4,009 (+0)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.7 hours
Mean response time: 15.8 days
90th percentile: 27.0 days
Tracked items: 623

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 5% of issues opened in the past year have never received a reply. 51% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "question" is answered fastest, typically in about 4 hours, while "enhancement" waits about 2 days. 30% of tracked open issues have had no activity in three months. 91% of issues opened in the past year have since been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 55
New in 7 days: 10
Closed in 7 days: 17
Avg open age: 142 days
Stale 30+ days: 30
Stale 90+ days: 20

Recent activity

Opened in 7 days: 10
Closed in 7 days: 17
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • bug (347)
  • enhancement (237)
  • cloud (74)
  • documentation (35)
  • validated (16)
  • needs investigation (12)
  • question (10)
  • production (9)

Detailed Description

Basic Memory is a knowledge management tool that connects AI assistants to persistent, searchable notes so conversations maintain context across sessions.

The tool solves the problem of AI assistants losing context between conversations by storing knowledge as Markdown files that both humans and AI can read and write. It works through a two-way sync mechanism where observations and wikilinks compound into a connected knowledge graph. Users can search notes semantically by meaning rather than keywords, and the system integrates with major AI clients and IDEs through the Model Context Protocol, allowing agents to discover and use tools progressively based on behavior hints rather than wasting context on trial-and-error.

Basic Memory suits developers and knowledge workers who want persistent context across multiple AI interactions without vendor lock-in. The local-first approach stores plain text on disk indefinitely, making it suitable for air-gapped environments or those prioritizing data ownership. A cloud option with cross-device sync is available for those who prefer managed hosting, while the open-source local installation remains free. The tool distinguishes itself through its two-way sync between human and AI edits, semantic search with optional reranking, and progressive tool discovery that reduces wasted context.

The project receives issues from both core maintainers and outside users, indicating adoption beyond the immediate team without overwhelming external support demands. Maintainers typically respond to new issues and pull requests within a day. Work in the issue tracker centers on bug fixes, enhancements, and cloud-related features.