Mem-Forever
Health Gecti
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 11 GitHub stars
Code Gecti
- Code scan — Scanned 7 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
This project provides a persistent, Git-native memory layer for AI agents and development environments. It allows AI tools to remember your preferences, decisions, and context across sessions by storing plain-text files inside a local repository.
Security Assessment
Overall Risk: Low. The tool operates entirely offline and relies on native Git version control rather than executable code. It does not request dangerous permissions, execute shell commands, or make external network requests. No hardcoded secrets or dangerous patterns were found during the file scan. Because the setup requires you to create your own repository, you retain complete control over the data. You can easily set the repository to "Private" to protect your personal information, ensuring no data is sent to external servers.
Quality Assessment
The project is highly transparent and actively maintained, with recent repository pushes. It is fully open-source under the permissive MIT license. While the community trust footprint is currently small (11 GitHub stars), the repository excels in accessibility. It features comprehensive documentation and plain-text output that is easily readable and auditable by humans. Additionally, the setup is remarkably simple and entirely configuration-free.
Verdict
Safe to use. It provides a highly secure, offline, and elegant approach to persistent AI memory without requiring any software installation.
Every AI tool forgets you after every session. This repo doesn't. Ever. Zero install, zero config. Just fork and your AI remembers everything, everywhere, forever.
license: mit
language:
- en
- zh
- ja
- ko
- es
- fr
- de
- pt
- ru
tags: - i-lang
- ai-memory
- agent
- cross-tool
- persistent-memory
pretty_name: Mem-Forever
Mem-Forever
永久记忆 · 跨会话 · 跨模型
A persistent memory layer for AI agents, built on the I-Lang protocol.
中文 | 日本語 | 한국어 | Español | Français | Deutsch | Português | Русский
Abstract
Every AI tool forgets you after every session. You close a window, and your preferences, decisions, and lessons vanish. Next session, you start from zero.
Mem-Forever is a Git-native memory layer that lets any AI agent remember you permanently. Memories are stored as compact I-Lang structures in your own private repo, readable by humans, parseable by machines, and portable across every tool.
Where context windows forget, Mem-Forever endures.
Why
| Persistent | One memory, surviving every session and every model swap. |
| Portable | Plain-text I-Lang shards in .ilang/. git diff-able, no vendor lock-in. |
| Automatic | AI builds your profile from conversation. You never fill a form. |
| Private | Your repo, your data. No server, no account, no telemetry. |
Quick Look
.ilang/
soul.md ← who you are (auto-generated from conversation)
memory.md ← what you decided, learned, built (auto-appended)
::DNA{user}
::CORE{
::CONTEXT{role:fullstack_dev|experience:10yr}
::GENE{style|conf:confirmed}
T:conclusions_first
T:minimal_output|when:simple
A:verbose_without_signal⇒waste
}
::LESSONS{
::LESSON{id:serverless_no_shared_state|conf:confirmed}
}
Every preference is addressable, scoped, versioned, and falsifiable.
Setup (seconds)
Step 1 Click "Use this template" → Create a new repository → Set to Private.
Step 2 There is no step 2.
Open the repo with any AI tool. It reads the instruction files, asks you a few questions, builds your profile. From that point on, it remembers.
Works With Everything
| Tool | Auto-reads | How |
|---|---|---|
| Claude Code | CLAUDE.md |
Open repo, start working |
| Cursor | .cursorrules |
Open repo, start working |
| Codex | AGENTS.md |
Open repo, start working |
| Copilot | .github/copilot-instructions.md |
Open repo, start working |
| Gemini CLI | GEMINI.md |
Open repo, start working |
| ChatGPT | Project knowledge | Upload soul.md |
| Claude.ai | Project knowledge | Upload soul.md |
| Gemini web | Google Drive | Sync soul.md to Drive |
Working on a different project?
One sentence restores full context:
My memory repo is at
https://github.com/YOU/mem-forever. PAT:ghp_xxx. Clone it, read.ilang/soul.mdand.ilang/memory.md, then come back here.
Multiple projects?
Use this template again. mem-forever-work, mem-forever-research, mem-forever-client-x. Each repo is an independent memory. Same engine, different context.
How It Works
┌─────────────┐ ┌──────────────┐ ┌─────────────┐
│ You talk │────▶│ AI reads │────▶│ AI updates │
│ to any AI │ │ .ilang/ │ │ .ilang/ │
│ tool │ │ soul.md │ │ memory.md │
│ │ │ memory.md │ │ soul.md │
└─────────────┘ └──────────────┘ └──────┬──────┘
│
git commit
git push
│
┌──────▼──────┐
│ Your private │
│ GitHub repo │
└─────────────┘
soul.md is your behavioral profile. Built from conversation, sharpened every session through mutation and decay rules. Think of it as DNA that travels with you.
memory.md is your logbook. Decisions, lessons, facts, progress. Append-only. Git history preserves everything.
You never write these files. Your AI does. You can read, edit, or delete them anytime. They are yours.
Comparison
| Mem-Forever | Nowledge Mem | Mem0 | |
|---|---|---|---|
| Install | Use template | Download app + configure | pip install + API key |
| Config | None | MCP + plugins + LLM | SDK integration |
| Storage | Your GitHub repo | Local SQLite | Cloud vectors |
| Cross-tool | Any tool that reads files | Plugin per tool | API per tool |
| Price | Free forever | Free / Pro | Free / Pro |
| Data ownership | You | You | Theirs |
| Migration | git clone |
Export | API call |
Under the Hood
The instruction files contain behavioral rules written in I-Lang v3.0, a structured protocol that AI models parse natively. These rules tell the AI how to extract preferences, format memories, handle conflicts, and evolve your profile over time.
You don't need to know I-Lang. You just talk to your AI, and it gets better at working with you.
License
MIT
Built by I-Lang Protocol · The native language of artificial intelligence
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi