memora-tui
v1.0.0
Published
Peak-level AI memory assistant for the terminal
Downloads
26
Readme
Memora TUI ▣
Peak-level AI memory assistant for the terminal.
Memora is a high-fidelity, agentic terminal user interface (TUI) that acts as your second brain. It remembers your projects, your preferences, and your code, providing a seamless AI experience directly in your terminal.

✨ Features
- 🧠 Persistent Memory: Remembers context across sessions using a local SQLite database and hybrid search (FTS5 + Semantic).
- 🤖 Agentic Loop: Can read/write files and execute terminal commands (with your permission) to help you build software.
- 🔌 MCP Support: Full integration with Model Context Protocol (MCP) servers.
- 📁 Project Awareness: Scope your memories and AI context to specific directories/projects.
- 🎨 Vibe-Coded UI: A beautiful, responsive TUI built with React and Ink.
- 🔒 Privacy First: Your data and API keys stay on your machine.
🚀 Quick Start
Installation
npm install -g memora-tuiSetup
Run the command to start the onboarding process:
memoraThe onboarding will guide you through setting up your OpenAI, Anthropic, or local (Llama/Ollama) model provider.
⌨️ Keybindings
| Key | Action |
|-----|--------|
| Ctrl + C | Quit Memora |
| Ctrl + L | Toggle Chat / Logs |
| Ctrl + O | Open Model Selector |
| Esc | Cancel AI generation |
| ↑ / ↓ | Scroll chat history |
💬 Slash Commands
/help- Show all commands/project set <name>- Scope memory to the current project/project status- See active project info/mcp- Manage MCP server connections/onboarding- Re-run the setup wizard/sync- Sync memory with mobile companion (Coming Soon)
🛠️ Development
If you want to contribute or build from source:
git clone https://github.com/your-username/memora-tui.git
cd memora-tui
npm install
npm run dev📄 License
ISC © 2026
