Hi all — thanks for checking out Echo. A couple of quick clarifications:
Echo isn’t just for journaling — it also supports multiple profiles for multiple use cases and each profile has separate DB so no data contamination. You can create a personal profile a wrok profile etc.
Everything runs locally: Whisper for transcription, BGE for embeddings, Ollama for LLMs (e.g. Qwen, Mistral), and Piper TTS for speech. No online accounts or cloud dependencies — all data stays in a local SQLite DB. It doesn't even need internet to run!
Tech stack is FastAPI backend + React frontend. It should run fine on most laptops; model choice depends on your hardware.
Roadmap is intentionally open — I’d love feedback on the memory/search design, UX, and integrations.
Repo: github.com/29sayantanc/Echo
Happy to answer any questions or hear what features would make Echo most useful for you.
Hi all — thanks for checking out Echo. A couple of quick clarifications:
Echo isn’t just for journaling — it also supports multiple profiles for multiple use cases and each profile has separate DB so no data contamination. You can create a personal profile a wrok profile etc.
Everything runs locally: Whisper for transcription, BGE for embeddings, Ollama for LLMs (e.g. Qwen, Mistral), and Piper TTS for speech. No online accounts or cloud dependencies — all data stays in a local SQLite DB. It doesn't even need internet to run!
Tech stack is FastAPI backend + React frontend. It should run fine on most laptops; model choice depends on your hardware.
Roadmap is intentionally open — I’d love feedback on the memory/search design, UX, and integrations.
Repo: github.com/29sayantanc/Echo
Happy to answer any questions or hear what features would make Echo most useful for you.