Termux-native memory palace for AI assistants
Quick Start • Documentation • GitHub
MemBridge is a pure SQLite3 memory system that runs in Termux. It indexes your entire Termux home directory and provides instant full-text search over all your projects, scripts, and documentation.
Paste membridge wake-up to DeepSeek, Claude, or ChatGPT, and they instantly know:
No more repeating yourself. Your AI remembers everything.
| Feature | Description |
|---|---|
| 🪶 Zero Dependencies | Only Python’s built-in sqlite3 |
| ⚡ FTS5 Search | Google-like full-text search |
| 🏛️ Palace Structure | MemPalace-compatible wings/rooms/halls |
| 📦 Git Integration | Auto-discovers repositories |
| 🐍 Python Projects | Detects requirements.txt, setup.py |
| 🔒 100% Local | No cloud, no telemetry |
curl -sSL https://raw.githubusercontent.com/yusdesign/membridge/main/install.sh | bash
membridge mine
membridge search "your project"
Read the full Quick Start →