Connect your thoughts.
Native, local-first Markdown on macOS — Tauri, not Electron. Wikilinks, backlinks, and graph view on plain files. AI searches, edits, and links your vault with reviewable, Cursor-style diffs. Light, offline-first — no cloud, no lock-in.
See how it worksDownload
Windows Coming soon
Linux Coming soon
Q1 Planning
Date March 15, 2026 · Attendees Alice, Bob, Charlie
Agenda
Review Q4 retrospective
Align on team priorities
Decisions
Ship the KR4 — Ship observability hooks; vault paths stay indexed with graph nodes.
"Users should never be interrupted. Every feature must serve flow state."
Backlog
- Wikilink-aware navigation
- Vault-wide graph & clusters
- Agent mode in AI Chat
// Indexer — same vault paths as graph nodes
async function indexVault(root: string) {
const files = await walkMarkdown(root);
const filtered = files.filter((p) => !p.endsWith(".draft.md"));
await assertGraphConsistency(root, filtered);
await Promise.all(files.map(indexFile));
}
kuku gives you instant context while you work. Never lose your train of thought again.
Instant answers from your notes
kuku finds the right answer in under a second, so you never fumble mid-thought.
⌘K Search vault… wikilink graph validation
Learn from what worked before
Answers from past sessions become suggestions for future ones.
Know the right question to ask
kuku picks up on context and suggests follow-up prompts to keep your thinking moving.
Connected across all your docs
Surface related notes, links, and ideas from anywhere in your workspace in one keystroke.
Your entire knowledge base, always at hand.
Markdown-first editing
Write the way your brain works. kuku understands structure and surfaces it intelligently.
AI that reads your docs
Upload any document and kuku learns its content for instant retrieval.
Works offline too
Your notes are yours. kuku runs locally and never sends your data without permission.
Start thinking smarter today.
Download kuku for macOS — free to try, no sign-up required.