Privacy Policy
100% Offline Architecture • Zero Telemetry • Your Data Stays Local
1. Local-First Data Processing
FlitKey is engineered from the ground up to run exclusively on your desktop or laptop operating system (Windows 10/11 or Linux). All snippet expansion logic, trigger detection, and dynamic variable replacements occur entirely within your local system memory.
2. Keystroke Buffer & Memory Handling
To detect typed trigger keywords (such as ;addr or /date), FlitKey monitors recent keystrokes in a temporary sliding RAM buffer. This buffer:
- Is stored exclusively in volatile system RAM and never written to disk logs.
- Holds only short key sequences (up to the length of your longest defined trigger).
- Is instantly cleared after a snippet trigger is matched and expanded.
3. Clipboard Data Security
When using clipboard dynamic placeholders ({{clipboard}}), FlitKey accesses the system clipboard strictly in read-only mode to paste your desired template. FlitKey does not record, log, or transmit clipboard history to external services.
4. Local Configuration Paths
All snippet libraries, application settings, and triggers are saved in a plain JSON configuration file stored in your operating system's standard user configuration directory:
- Linux:
~/.config/flitkey/config.json - Windows:
%APPDATA%\flitkey\config.json
5. Zero Analytics & Telemetry
FlitKey contains zero tracking scripts, telemetry analytics, or third-party SDKs. The desktop software does not communicate with external servers during startup or operation.