johnbean393/KeyType
An open-source Cotypist with macOS system wide AI autocomplete
What it solves
KeyType provides system-wide tab-autocomplete for macOS, allowing users to quickly accept predicted text continuations across any application. It serves as an open-source alternative to closed-source tools like Cotypist.
How it works
The utility monitors the focused text field in any active app. It uses a local LLM (via a llama.cpp wrapper) to predict a short continuation of the text at the cursor. This prediction is presented as ghost text, which the user can accept by pressing the Tab key.
Who it’s for
macOS users who want on-device, AI-powered text completion across their entire operating system.
Highlights
- On-device processing: Uses local LLMs to ensure privacy and speed.
- System-wide integration: Works across any macOS application.
- Caret-aware autocomplete: Monitors focused text fields and snapshots the context to provide relevant predictions.
- Open-source: Released under the MIT license.
Related
- Project
- Project
- Project
- Project