About FlitKey
Building small, local-first tools for Windows and Linux.
1. Why FlitKey exists
FlitKey started with a simple need: a visual text expander that works without an account, subscription, or YAML file. X11 and Wayland behave differently, so the project documents both the useful path and the hard limits.
FlitKey is a local desktop text expander for Windows 10/11 and Linux. Typed triggers and global hotkeys are available on Windows and X11; native Wayland sessions use Quick Insert with clipboard paste. FlitKey has no hosted account or telemetry service.
2. How FlitKey makes tradeoffs
A. Local storage
Your keystrokes and snippets stay on your device. FlitKey requires no account registration, contains zero telemetry analytics, and stores all snippet databases in plain JSON format locally on your disk (config.json).
B. No subscription
A small desktop utility should not need a monthly bill. FlitKey is open-source under the MIT Licence and entirely free. There is no paid tier, no trial, and no account.
C. One library, different input rules
The same snippet library works on a Linux workstation and a Windows laptop. One important caveat: FlitKey disables typed triggers and global hotkeys on Wayland and uses a picker-and-clipboard workflow. Other tools may use experimental or compositor-specific approaches with different permission tradeoffs.
3. Meet the creator
Swaraj Nandedkar
Creator & Lead Developer of FlitKey
Swaraj Nandedkar created FlitKey to deliver a fast, lightweight, 100% offline text expander for Linux and Windows. He leads the design and open-source development of FlitKey's Python/PyQt6 core, its X11 and Wayland input backends, and the multi-format snippet importers.
4. Open source in public
FlitKey is maintained as an open-source project. Developers and power users can inspect the codebase, submit bug reports, or contribute new features on our GitHub Repository.