QUICKSTART
Getting Started with Snipset
Snipset is a paid, one-time-license app. Buy once, download with your license code, and go from install to first text expansion in minutes. The app itself sends no telemetry; your snippets stay on your machine.
Verified against Snipset v0.6.780 (2026-09-06).
What you need to know first
Three facts that shape every step below. Read this once and the rest of the guide makes sense.
- One-time license, no subscription, no free trial. One Individual key activates one machine; Team keys cover up to 5.
- Your license key unlocks two things: the download page and the app itself. You verify the code once on the download page, then pick any installer below. Public channels such as winget, Scoop, or the Microsoft Store carry the same build, but the installed app still asks for your key when it first runs.
- The app is private by design: no analytics SDKs, opt-in crash reports only. AI runs on your machine via Ollama, except the default cloud-hybrid chat model which needs internet.
Grab the native installer for your OS
Snipset runs natively with no browser engine overhead. Installs are per-user and need no admin rights for core text expansion.
| Platform | How to get it | Notes |
|---|---|---|
| PlatformWindows 10 or 11, 64-bit (x64) | How to get itMSI or EXE from the download page | NotesPer-user install, no admin needed |
| PlatformWindows package managers | How to get itwinget, Scoop, Chocolatey, or the 1-click script | NotesSame build as the MSI, after license check |
| PlatformWindows via Microsoft Store | How to get itMSIX package | NotesNewest channel, auto-updates with the Store |
| PlatformLinux on Debian or Ubuntu, 64-bit (x64) | How to get itDEB package from the download page | NotesDeclares WebKitGTK, xdotool, and tray deps |
| PlatformOther Linux distros, 64-bit (x64) | How to get itPortable AppImage from the download page | NotesCovers Fedora, Arch, and the rest |
| PlatformAndroid 8.0+ | How to get itUniversal APK (arm64, armv7, x86_64) | NotesDirect sideload from the download page |
| PlatformmacOS and iOS | How to get itNot shipped yet | NotesmacOS is on the public roadmap |
No matter where the installer comes from, Snipset asks for your license key when it first runs.
winget install BelajarCaraBelajar.SnipsetWindows, via winget
scoop install snipsetWindows, via Scoop
irm https://snipset.belajarcarabelajar.com/install.ps1 | iexWindows, 1-click script
Define a keyword and its replacement
Open Snipset from the system tray, press Ctrl+N or click + New Snippet, and fill in three fields. Save with Ctrl+S.
- Name is only a label for you, for example My Email Address.
- Keyword is the short text you type to trigger the expansion, for example //email or /standup. Keywords starting with // are the recommended convention.
- Content is the full text that gets pasted, for example your.name@example.com. Content can hold variables such as #{clipboard} or #{date:%Y-%m-%d}.
- Matching is strict by default. Open Matching in the docs when a keyword fires too eagerly or not at all.
Type in any app and watch it expand
Expansion replaces your keyword in place. Snipset's own FAQ pins replacement under 5 ms, the Magic Menu opens in under 30 ms, and search across 10,000 snippets stays under 2 ms.
- Type //email in VS Code, Notion, Slack, Word, or Chrome and it expands instantly.
- Press Ctrl+[ for the Magic Menu: a spotlight overlay to search and insert any snippet without opening the main window.
- Press Ctrl+] for Clipboard History: pick any recent copy to paste it back in one step.
- Press Ctrl+Shift+V for the Paste Queue when you need several entries pasted in order.
Every global shortcut, out of the box
These are the defaults mirrored from the docs reference. Change any of them under Settings, Expansion and Shortcuts, Global Shortcuts.
| Action | Default shortcut | What it does |
|---|---|---|
| ActionOpen Snippet Magic Menu | Default shortcutCtrl+[ | What it doesSpotlight-style search overlay to insert any snippet. |
| ActionOpen Clipboard Magic Menu | Default shortcutCtrl+] | What it doesOverlay to paste recently copied text or images. |
| ActionOpen AI Creator Menu | Default shortcutCtrl+Shift+Space | What it doesAI snippet creation prompt overlay, anywhere on screen. |
| ActionOpen MFA Menu | Default shortcutCtrl+Shift+M | What it does2FA and TOTP authentication overlay. |
| ActionOpen Tasks Menu | Default shortcutAlt+D | What it doesQuick tasks and to-do overlay. |
| ActionOpen Downloads Menu | Default shortcutCtrl+Shift+D | What it doesRecent downloads management overlay. |
| ActionSmart Shorthand (Selection) | Default shortcutCtrl+Shift+S | What it doesExpand selected shorthand via the on-device model. |
| ActionPaste Queue | Default shortcutCtrl+Shift+V | What it doesQueue multiple clipboard entries for sequential pasting. |
| ActionGenerate Password | Default shortcutCtrl+Alt+P | What it doesGenerate and copy a Vault password. |
| ActionVoice Dictation, Translation, Ask-Anything, Read Aloud | Default shortcutAlt+., Alt+A, Alt+S, Alt+I | What it doesSpeech shortcuts under Settings, Audio and Voice. |
If a combination does nothing, another app already claimed it. Pick a different mix in Settings.
More than a snippet expander
Snipset ships a full productivity toolkit around your snippets. Each card links to its own docs page.
Variables in one glance
Variables always use the #{...} form with a case-sensitive name. Moment-style tokens like YYYY only work inside datetime_adv; plain date: takes chrono tokens such as %Y-%m-%d.
| Variable | Expands to | Example |
|---|---|---|
| Variable#{clipboard} | Expands toCurrent clipboard text | ExampleHi #{clipboard}, noted. |
| Variable#{date:%Y-%m-%d} | Expands toToday in year-month-day order | ExampleReport #{date:%Y-%m-%d} |
| Variable#{datetime_adv:YYYY-MM-DD||} | Expands toToday with Moment-style formatting | ExampleDue #{datetime_adv:YYYY-MM-DD||} |
| Variable#{input:Label} | Expands toAsks you for a value on expand | ExampleHi #{input:Name}, welcome. |
| Variable#{selection} | Expands toCurrently selected text | ExampleQuote: #{selection} |
Full list lives in the variables reference.
Set up local AI via Ollama
Unlock AI chat, AI snippet generation, and semantic search. These are the exact models currently shipped and used: a cloud-hybrid chat default plus a 229 MB local embedding model.
- Install Ollama from ollama.com and leave it running; Snipset talks to http://127.0.0.1:11434 by default.
- In Snipset go to Settings, AI and Models, AI Configuration, pick your chat and embed models from the dropdowns, and look for the green Online indicator.
- Run the Embedding Sync once so OmniSearch can index your library.
ollama pull gemma4:31b-cloudDefault chat model. Cloud hybrid under 1 KB locally: instant answers with no local RAM load, but needs internet and Ollama Cloud sign-in.
ollama pull hf.co/lmstudio-community/embeddinggemma-300m-qat-GGUFEmbedding model for OmniSearch semantic search, 229 MB on disk.
ollama pull llama3.2:3bOptional. Fully offline chat alternative, 2.0 GB, for machines without internet.
Questions every newcomer asks
Short answers to the questions that decide a purchase.
Is Snipset free? Is there a trial?
Does Snipset spy on my typing?
Which AI models do I actually need?
Why did my date variable print literally instead of expanding?
Where do I change a shortcut?
Is there a version for macOS?
How fast is expansion really?
Where to go from here
You have the essentials. These pages take you deeper without repeating this guide.