Capture freely. Notes cluster themselves by meaning, surface reminders from plain language, and answer your questions — all without leaving your phone. No servers, no accounts, no telemetry.

One input box. Everything else — organisation, reminders, calendar, search, answers — happens through plain text and voice. No folders, no settings mazes.
Bullet points, long thoughts, dictated meeting notes. On-device speech recognition works offline and never leaves the phone.
Fuzzy clustering puts a single note in several topics by degree — 72 % Work, 21 % Planning, 7 % Ideas — the way a real thought belongs to many things at once.
"Next Tuesday at 3", "Freitag 10 Uhr", "tomorrow afternoon" — parsed automatically. Day, Week and Month views keep everything in sight.
/calendar writes an EventKit event. iOS syncs it to iCloud, Google, Outlook automatically — no extra account setup inside the app.
/ask retrieves the most relevant notes by meaning, synthesises an answer, and saves it. Works without an LLM via extractive summary; becomes conversational in Smart Mode.
Mark anything private and it's sealed behind biometrics. Password fallback lives in the Keychain, device-only. Encrypted exports use AES-GCM with a key derived from your password.
You write one note at a time. The app reads each note into a 384-dimensional vector, compares it to every other note with cosine similarity, and groups them into fuzzy clusters. No tags required, no folders to maintain.
Notes with similar meaning gather themselves. One note can belong to multiple clusters at different strengths — exactly like real ideas do.
/remind parses dates. /ask answers from your own notes. /calendar creates an EventKit event. /lock seals the note behind Face ID. Type, don't tap.
See how every note connects. Force-directed layout with 200 nodes rendered at 30 fps — drag, zoom, pin, explore.
Search by what you meant, not which word you used. "Things to read this weekend" finds notes about books, papers, and links.
Download LFM2.5 1.2B or Gemma 3 E4B to unlock /ask, /generate, auto-tagging and cluster descriptions. Model unloads from RAM after 60 s idle.
Mark any note private. Unlocked with Face ID, fallback to a password you set. Keys stay in the Secure Enclave.
Each view does exactly one thing. Scroll →






Every embedding, every cluster, every generated answer runs through Core ML on the Neural Engine of your device. The app has no backend. Your notes never touch a server, not even ours — because we don't have one.
The short version of how meaning turns into structure. No cloud round-trip, no external API — every step runs inside the sandbox of your iPhone.
Each note is a 384-dimensional vector. Instead of picking one bucket, every note gets a degree of membership in every cluster.
Speech is transcribed on-device, embedded with MiniLM, and matched against five pre-computed exemplar centroids.
Retrieval always works. Generation is optional — the app stays useful whether you've downloaded an LLM or not.
generated.Local AI Notes has no backend. There is no account to create, no telemetry, no analytics SDK, no third-party tracker. Every model runs on-device. Optional iCloud sync uses your personal CloudKit container — we never see a byte.
These claims are auditable. The source is open; the network sandbox is empty.
/ask falls back to extractive summarisation./ask notes are excluded from export.