mem0ai/mem0
Mem0 is an open-source memory layer that enhances AI agents and assistants with personalized, adaptive memory capabilities for improved context-aware interactions across various applications.
Awesome AI Agents › Virtual Assistants
MIRA is an open-source personal assistant whose central design decision is that there is a single conversation that never resets: the interface offers no way to start a new chat, which forces the system to solve persistence rather than sidestep it. Recent turns stay in the context window while they remain relevant; older material is collapsed into summaries written in the first person, on the argument that third-person logs read to the model as records of someone else rather than as its own recollection. Absolute dates replace relative ones so a summary does not become false with the passage of time, and each new summary is written with the previous five in view so the record forms a continuous narrative. If a live conversation grows too large before it collapses naturally, older messages are compressed into a rolling brief while the newest turns are left intact. Memories are scored by a decay formula driven by use-days rather than calendar days, so absence does not erase them, and they survive through access, explicit reference, links to other memories and entities, or genuine temporal relevance. Recall is mostly passive, assembled before the model answers through semantic similarity, entity hubs, graph traversal, filtering and reranking, with an explicit memory tool available when precise control is needed. Longer stable material lives in encrypted domain documents with section version history, sharing and nested sections that the assistant expands and collapses on its own to limit token use. Two auxiliary layers frame each response: a subcortical retrieval pass that resolves references, extracts entities and judges task difficulty before the main model runs, and a Peanut Gallery observer that reviews recent turns asynchronously and can inject short-lived corrective guidance. The stack uses Python, FastAPI, PostgreSQL and a vector store, and targets people who want to self-host a continuous assistant.
https://github.com/taylorsatula/mira-OSS
Mem0 is an open-source memory layer that enhances AI agents and assistants with personalized, adaptive memory capabilities for improved context-aware interactions across various applications.
Cherry Studio is a cross-platform desktop client that supports multiple large language model providers, offering extensive AI assistant features, document processing, and practical productivity tools in an open-source environment.
Local-first personal AI harness combining a persistent memory brain, multi-agent orchestration, and autonomous web and data research.
Khoj is a self-hostable personal AI platform that transforms any local or online large language model into a customizable, autonomous AI assistant for research, automation, and document retrieval.
Suna is an open-source generalist AI assistant that automates real-world tasks through natural conversation, combining browser automation, file management, web crawling, and API integrations in a secure, modular architecture.
gptme is a versatile personal AI assistant that operates in your terminal, equipped with tools for coding, file editing, web browsing, and vision, providing a powerful local alternative to popular AI agents for diverse knowledge work.
Cherry Studio App is the official mobile application that enables powerful AI Large Language Models interaction on iOS and Android devices, supporting multiple LLM providers and offering tools for conversation management and data migration.
Personal AI agent in TypeScript that runs continuously from CLI, Telegram or web with permission-gated tools, SQLite-backed long-term memory, token budgets and installable skills.