The system-wide integration via Mac accessibility APIs enables true inline autocomplete directly at the cursor within any text input field across the OS. By running dedicated LLMs (like Gemma 4) entirely on-device, it delivers sub-100ms latency without relying on cloud Round-Trip Times (RTT), ensuring operational functionality in offline environments. Furthermore, its ability to automatically dump context from RAM when idle avoids persistent background memory hogging, resolving a common bottleneck with persistent local inference engines.
Typeahead
Thanks for the review Ruben! A native app that "just works" and stays out of your way is exactly what we set out to build. Syncing across devices is a great suggestion, definitely one for the roadmap 👍