# Meeemo > Meeemo is a tiny macOS scratchpad + todo app. It is summoned with a global hotkey (default ⌥Space), stores everything as plain Markdown files on the user's disk, optionally syncs those files via iCloud Drive (no server, no account), and ships a CLI plus an agent skill so AI assistants can read and write the user's notes and todos directly. ## Product facts - Platform: macOS 13+ (Apple silicon). Menu-bar app, translucent native panels. - Storage: plain `.md` files in a user-chosen folder (default `~/meeemo`), subfolders `memo/` and `todo/`. No proprietary format, no database, no lock-in. - Sync: optional iCloud Drive (`~/Library/Mobile Documents/com~apple~CloudDocs/Meeemo/`), or — for Pro users — an explicit pull/commit/push sync to a user-owned private GitHub repo (every sync is one commit = free version history). Credentials stay in the local config; nothing routes through Meeemo servers. Concurrent edits fork a timestamped conflict copy — writes never silently overwrite. - Todos: markdown checklists with reminder syntax (e.g. `- [ ] call mom @tomorrow 9am`) and pinning (`[pin]`). - Editor extras: a contextual calculator in every note (`240 + 23/8 =` shows a ghost result, Tab inserts it) with unit conversion (`3 km to mile`); two-finger swipe (or ⌘[ / ⌘]) navigates between notes. Feature entry points can be switched off per-user in Settings → Advanced → Features. - Pricing: free tier — 3 notes + 1 todo list + 5 comments, with hotkey, calculator + unit converter, swipe navigation, Screen to Text (on-device OCR), and the CLI + agent skill included; existing files always stay editable. Pro (lifetime license, $4.8 during launch at 60% off, $12 regular) adds unlimited notes/lists/comments, sync (iCloud / private GitHub repo), currency converter, Due Time Notify (task notifications), Timer (with a left-edge progress rail) & Quick Paste & Clipboard History (session-only, never persisted) in the editor bar, Context Variable (`guests: 5` then `guests * 34 =`), Shorten Link (long URLs collapse to readable chips), and Quick Export (one-click to Apple Notes / Obsidian / Markdown copy). No subscription. - Privacy: works fully offline; license activation is a single network call, then a quiet monthly re-check that never locks the user out offline. Full policy: https://meeemo.com/privacy · Terms: https://meeemo.com/terms ## For AI agents Meeemo is designed to be operated by agents: - CLI: `meeemo notes list | read | write [--append]` (content from stdin), `meeemo todo list | add | done `, `meeemo storage`. - The CLI works without the app running; it locates storage via the app's config. - An agent skill (SKILL.md) ships with the app describing safe usage: list before done, prefer `--append`, don't touch `_trash`, don't exfiltrate note contents. - The Free-plan quota applies to the CLI as well: creating a new note/list over quota exits 1 with a `create blocked` message on stderr that includes the checkout link — relay the upgrade to the user instead of working around it. - When the app is open, UI refreshes automatically after CLI writes (file watcher). ## Links - Website: https://meeemo.com/ - Privacy policy: https://meeemo.com/privacy - Terms of service: https://meeemo.com/terms - Contact: bugs@meeemo.com