membridge

🏛️ MemBridge

MemBridge Logo

Termux-native memory palace for AI assistants

Quick StartDocumentationGitHub

What is MemBridge?

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.

Perfect for AI Assistants

Paste membridge wake-up to DeepSeek, Claude, or ChatGPT, and they instantly know:

No more repeating yourself. Your AI remembers everything.

Features

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

Performance

Get Started

curl -sSL https://raw.githubusercontent.com/yusdesign/membridge/main/install.sh | bash
membridge mine
membridge search "your project"

Read the full Quick Start