Skip to content

memrynote/memry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,721 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Memry logo

Memry

Your second brain — offline-first, end-to-end encrypted, agent-native.

Notes, tasks, projects, journal, calendar, and an AI agent that actually has context on your work. All on your machine. None of it on someone else's server.

Release CI codecov License: MIT Standard Readme Electron React 19

Website · Docs · Join the waitlist


Release status: Current GitHub releases are not stable and are not ready for daily use. Please do not expect Memry to be usable yet. Join the waitlist; I'll announce the public-ready build when it's ready. ETA: end of July.

Hi — I'm Kaan, the developer behind Memry. For years I bounced between four apps just to get through the day — inbox in one, calendar in another, notes somewhere else, tasks in a fourth — and with ADHD that constant jumping around drained me before I'd even started working. I wanted one calm place that held all of it: inbox, notes, daily journal, tasks, projects, calendar, and an AI agent that actually knows what I'm working on. And because not everyone needs every piece, every feature is a toggle — don't use a calendar? Turn it off. Not into AI? Turn that off too. Memry is the app I wish I'd had years ago, so I shipped it myself.

Screenshot: Memry's main workspace — notes, sidebar, agent chat side-by-side.

<!-- TODO: drop screenshot here -->

Table of Contents

Why Memry

Most note apps want to be a SaaS. Your knowledge ends up on their servers, hostage to their pricing tiers, their outages, and their AI training data pipelines.

Memry is the opposite bet:

  • Local-first. Your vault lives on disk. Works offline. Always.
  • End-to-end encrypted sync. XChaCha20-Poly1305 + Ed25519 + Argon2id. The server stores ciphertext blobs it can't read.
  • Agent-native. Bring your own model — Claude CLI, Codex CLI, local LLMs, or OpenAI-compatible endpoints. The agent gets read/write access to your vault through a localhost MCP server.
  • One app, six surfaces. Notes, tasks, projects, daily journal, calendar, inbox — instead of stitching seven tools together.

Built for people who want Obsidian's local-first ethos, Notion's range, and an AI that actually knows what they're working on.

Features

Notes

Block-based editor. Markdown round-trip. Backlinks. Tags. Wiki-style search. Files on disk, not in a database you can't migrate out of.

Tasks & Projects

Real task management — due dates, priorities, projects, recurrence — without a separate app. Field-level CRDT merge means edits on two devices don't blow each other away.

Daily Journal

One file per day. Templates. Frontmatter. Quick capture. The kind of journal you'll actually keep, because it's three keystrokes to open.

Calendar

Time-block your tasks. See your day at a glance. Drag to reschedule.

Inbox

Capture first, organize later. Email-yourself-a-note, but to your own vault.

AI Agent

Talk to your vault. The agent can read, draft, refactor, and link notes across the whole workspace. Approval UI for writes. Switch providers per conversation. Reasoning level and model are conversation settings, not buried in preferences.

Sync

Optional, end-to-end encrypted, running on Cloudflare Workers + R2. Multi-device. Conflict resolution via CRDTs for notes/journals and per-field vector clocks for tasks/projects. The server is a ciphertext relay — sign out and your data is unreadable to anyone but you.

Screenshots

Screenshot: Notes view with backlinks panel.

<!-- TODO: notes-view.png -->

Screenshot: Tasks board with calendar peek.

<!-- TODO: tasks-board.png -->

Screenshot: Daily journal with templates.

<!-- TODO: journal.png -->

Screenshot: AI Agent chat with vault context and approval UI.

<!-- TODO: agent-chat.png -->

Screenshot: Calendar view with task time-blocking.

<!-- TODO: calendar.png -->

Install

Desktop app

Public-ready desktop installers for macOS, Windows, and Linux are expected by the end of July.

Current GitHub releases are unstable preview builds. Join the waitlist for the launch announcement before using Memry as a daily workspace.

Build from Source

Requires Node 20+ and pnpm 9+.

git clone https://github.com/memrynote/memry.git
cd memry
pnpm install
pnpm dev

That's it. The Electron app launches with hot reload.

For the landing site, docs, or sync server, see CLAUDE.md.

Roadmap

  • Mobile (iOS / Android) with full E2E sync parity
  • Plugin API
  • Public vault sharing (encrypted, view-only)
  • More agent backends (Ollama, llama.cpp, Mistral)

Community

If you ship a workflow you love, tell us. If something is broken, tell us louder.


Star History

Star History Chart


Private by design, open at heart.

License

MIT © Memry contributors

See LICENSE for the legal text.

About

Private, offline-first, local-first workspace for inbox, notes, journals & tasks, end-to-end encrypted sync across all your devices. Zero-knowledge server. Your thoughts stay yours.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors