Everything You Need to Type Faster
Explore the tools that make Snipset the most powerful local-first text expander for Windows.
Built for Speed and Privacy
Every feature runs locally — no cloud, no telemetry, no compromises.
Native Rust Speed
Sub-millisecond keyboard hook response times. Written in Rust for maximum efficiency.
Privacy First
Everything runs locally. Your keystrokes and snippets never leave your machine.
Local AI Integration
Powered by Ollama. Chat with AI or use it inside snippets completely offline.
Advanced Scripting
Execute PowerShell scripts or evaluate Rhai code directly inside your templates.
Semantic Search (OmniSearch)
Find snippets by meaning using local vector embeddings via nomic-embed-text, not just exact text matches. Results ranked by cosine similarity.
MagicMenu Overlay
Press Alt+Space anywhere to search and insert snippets without remembering trigger keywords. Press Super+Space for clipboard history.
20+ Dynamic Variables
Transform static text into intelligent, context-aware expansions.
| Variable | Description | Example Output |
|---|---|---|
#{} | Inserts the current clipboard content | [pasted text] |
#{} / #{} | Current date with optional formatting | April 22, 2026 |
#{} / #{} | Current time with optional formatting | 14:30 |
#{} | Places the text cursor here after expansion | | |
#{} | Generates text using local Ollama AI | [Generated explanation] |
#{} | Executes PowerShell and inserts the output | Thursday |
#{} | Simulates a key press | [Tab] |