# TrulyMEM - TrueHumanMEM
> **ð License**: [GNU General Public License v3.0 (GPLv3)](https://www.gnu.org/licenses/gpl-3.0)
> **äļæ**: [README.md](./README.md)
**Give AI self-awareness, plasticity, and a sense of proportion in long-term memory** â *The More Human Choice.*
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.python.org/downloads/)
---
## In a Nutshell
TrulyMEM gives memory authority back to the LLM. Using graph database (triplets) instead of the traditional messages array, the LLM autonomously decides what to remember and what to forget.
---
## Screen Shot


## Quick Start
```bash
python trulymem_entry.py # from source
./dist/TrulyMEM # packaged binary
```
First run â TUI login screen â create/sign in â press **F2** for API Key â start chatting
ð **Full guide**: [docs/en/quick_start.md](docs/en/quick_start.md)
---
## Features
| Feature | Description |
|---------|-------------|
| ð§ **Graph Memory** | Triplet storage, LLM autonomous navigation |
| ð **Multi-User** | Isolated profiles + Admin/User roles |
| ð **Web UI** | Embedded Flask server (thread mode), graph browsing + file upload in chat (PDF/Word/text) |
| ðŪ **TUI** | Textual-based terminal UI with F2 config panel |
| ðĶ **Single Binary** | PyInstaller build, Web server embedded |
---
## Documentation
| Document | Content |
|----------|---------|
| [docs/en/quick_start.md](docs/en/quick_start.md) | ðĨ **Full setup guide** (Web, multi-user, building) |
| [docs/en/architecture.md](docs/en/architecture.md) | System architecture and design |
| [docs/en/memory.md](docs/en/memory.md) | Memory working mechanism |
| [docs/en/persona.md](docs/en/persona.md) | Persona Graph mechanism |
| [docs/en/api.md](docs/en/api.md) | Backend API |
| [docs/en/prompts.md](docs/en/prompts.md) | Prompt management |
---
## Special Thanks
- [Prof. Meiting Wang](https://www.xxmu.edu.cn/yxgcxy/info/1260/4252.htm) â Academic guidance
- [éæ°īį§įį―](https://atomgit.com/cenber) â Architecture support
- anzhitinglan â Testing resource support
- åīčččåļ â Theoretical guidance
- Annie â Professional guidance
- įæĒæēĢãéĐŽæĶåãéæĒĶåĐ· â Neuroscience theory support
---
## License
GNU General Public License v3.0 (GPLv3)