Write before the thought slips away.
Send a line, drop a photo, leave a voice note. Same thread, no mode switch.
Send a thought as fast as a text. Add a photo, set a reminder, then ask weeks later — "what did I say about the Taj Mahal, that hard week, the place with the winter broth?" me. remembers in your own words.
MIT licensed · clone, run, modify · no servers of mine, no feed, no followers.
One surface to capture a life as it happens. One to browse it later. A memory layer that makes recall feel like a conversation, not a folder hunt.
Send a line, drop a photo, leave a voice note. Same thread, no mode switch.
Search by meaning, date, tag, or a half-remembered phrase. The log stays tidy.
If the thought belongs in the future, say when. me. brings it back at the right time.
Tap into the log. The same dark canvas, the same vocabulary — only now you can scrub through everything you've ever told yourself.
Single-user by design. End-to-end yours. me. is not a feed, not a workspace, not a place to perform. It is a private memory layer for your own life.
me. is open source. Pull the repo, point it at a model, and the journal runs on your machine — no account, no signup, no servers of mine in the loop.
# 1 — clone & install$git clone https://github.com/Subash-Mohan/me$cd me$uv sync# 2 — configure$cp .env.example .env# set JWT_SECRET, SUPERMEMORY_API_KEY,# OPENROUTER_API_KEY, OPENROUTER_DEFAULT_MODEL# 3 — run$make up && make migrate$uv run python -m app.cli create-owner$make be# 4 — open→ http://localhost:8000