Roadmap
Milestones and what is next — quiet visuals, same One Light sensibility as the product.
Translated from the Korean original using Claude Opus 4.7.
Shipped
Building the foundation
Zero to First
Chose Tauri v2 over Electron for native performance. Built with React 19 and Tiptap. Shipped with core Markdown editing, bidirectional [[wikilinks]], backlink panel, and force-directed graph view — all running locally.
- Tauri v2
- React 19
- Tiptap
[[wikilinks]]
Native stack
Shipped
AI features & community feedback
Product Hunt Launch
Launched on Product Hunt with AI Agent (Gemini), local speech-to-text (Whisper.cpp), inline diff previews, and full-text search. The community response made it clear: users want complete control over their data and infrastructure.
- AI Agent · Gemini
- Whisper.cpp
- Inline diff · search
Shipped capabilities
Shipped
SolidJS + pure ProseMirror
The Rebuild
Complete rewrite from the ground up. Migrated to SolidJS and pure ProseMirror for better performance, no proprietary wrappers, and a clean foundation for the plugin system. This is the right foundation for everything we are building next.
- SolidJS
- ProseMirror
Editor core
In progress
Open source everything
1.0 Release
Fully open source under the MIT license — client, server, and infra code all in one repo. Meeting notes with local Whisper, GitHub Sync, Homebrew distribution, and full server code with self-hosting guides. Three ways to use: self-host, bring your own services, or use kuku.mom.
- MIT
- Client · Server · Infra
Licensing
Post-1.0 · Planned
Semantic + hybrid retrieval
Enhanced Search & Graph
Semantic understanding powered by local embedding models. Run nomic-embed-text on-device using Ollama or ONNX Runtime. Hybrid search combining keywords with semantic similarity. Smart graph view based on semantic connections.
- Cmd+K
- Hybrid query…
- nomic-embed · on-device
Hybrid search
Post-1.0 · Planned
Encrypted sync & native apps
Sync & Mobile
Zero-knowledge encrypted sync through kuku.mom, self-hosted servers, or your own S3 bucket. Native iOS and Android apps with full editing capabilities. Smart conflict resolution and offline-first design.
Sync model
Post-1.0 · Planned
Plugins & collaboration
Extension Ecosystem
Public plugin SDK with full documentation. Community plugin marketplace. Real-time collaboration extensions become possible. Web clipper for capturing content. AI Memory Sharing — let other AI assistants access your knowledge base through a secure, local API.
- Plugins