// downloads

Pick your platform.
Start saving tokens.

Download SaveMeTokens for your OS. Setup takes under 60 seconds — no config, no IDE extensions.

// latest release

savemetokens_amd64.deb

Ubuntu 20.04+ · Debian 11+ · Pop!_OS · Linux Mint  ·  X11 required

Download .deb

// step by step

Installation

Download the .deb file and install it with a single command. The installer sets everything up automatically — no manual config needed.

01

Download the .deb file

Click the button above, or use wget directly from your terminal:

wget https://savemetokens.com/savemetokens_amd64.deb
02

Install with apt

Run this in the folder where you downloaded the file. apt handles all dependencies automatically.

sudo apt install ./savemetokens_amd64.deb
The installer automatically starts the app and enables it to run on every login. Nothing else needed.
03

Verify it's running

Confirm the service started. You should see active (running) in green.

systemctl --user status savemetokens

Stream the live log:

journalctl --user -u savemetokens -f
04

Enter your license key

On first launch, a dialog will appear asking for your license key. Paste it in and press OK. The key is saved — you'll never be asked again on this machine.

One machine per license. Your key gets bound to this machine on first activation. To transfer it, contact support.

// keyboard shortcuts

Hotkeys

Two hotkeys. That's it. Works in every app on X11.

Ctrl+Space
Compress prompt— selects all text in the active field, removes filler words and shortens phrases, then pastes the result back.
Ctrl+Q
Toggle on / off— temporarily disables compression without quitting. Press again to re-enable.

// service management

Start, Stop & Restart

SaveMeTokens runs as a systemd user service. Use these commands to control it.

Start

systemctl --user start savemetokens

Stop

systemctl --user stop savemetokens

Restart

systemctl --user restart savemetokens

Disable autostart

systemctl --user disable savemetokens

To re-enable:

systemctl --user enable savemetokens

// troubleshooting

Common Errors

Click any error to see the fix.

Check the app is running:

systemctl --user status savemetokens

If not running, start it:

systemctl --user start savemetokens

If running but still not working, you may not be in the input group:

sudo usermod -aG input $USER

Then log out and back in. Required for the keyboard listener to access /dev/input.

This means xdotool or xclip isn't installed. Install both:

sudo apt install xdotool xclip

Then restart:

systemctl --user restart savemetokens

The service may not be enabled. Run:

systemctl --user enable savemetokens

Also ensure systemd user services are enabled for your account:

sudo loginctl enable-linger $USER

// cleanup

Uninstall

Removing the package stops the service, removes the binary, and cleans up the desktop shortcut automatically.

sudo apt remove savemetokens
Your config at ~/.config/savemetokens/ is not deleted — reinstalling picks up where you left off. To fully wipe everything:
rm -rf ~/.config/savemetokens ~/.savemetokens

// latest release

savemetokens.exe

Windows 10 64-bit · Windows 11  ·  No admin required

Download .exe

// step by step

Installation

Run the .exe installer — it sets everything up silently and starts the app automatically. No terminal required.

01

Download the installer

Click the button above to download savemetokens.exe.

02

Run the installer

Double-click savemetokens.exe. If Windows SmartScreen appears, click "More info" → "Run anyway" — the app is safe, it just isn't code-signed yet.

The installer runs silently and adds SaveMeTokens to your system tray. It also registers itself to start on login automatically.
03

Enter your license key

A dialog will appear on first launch asking for your license key. Paste it in and press OK. The key is saved permanently to this machine.

One machine per license. Your key gets bound to this machine on first activation. Contact support to transfer it.
04

Try it — press Ctrl + Space

Open any text field (browser, Notepad, VS Code), type a verbose prompt, then press Ctrl + Space. The app compresses your text in place.


// keyboard shortcuts

Hotkeys

Global hotkeys — work in every Windows app.

Ctrl+Space
Compress prompt— selects all text in the focused field, compresses it, and pastes the result back instantly.
Alt+D
Toggle to disable and enablecompression without quitting. Useful when you need a prompt sent exactly as written.
Alt+P
Open Tray— It will open the tray and show current running status, dashboard and quit option.

// app management

Start, Stop & Restart

SaveMeTokens lives in your system tray. Press Alt + P for the tray icon to pause, quit, or open dashboard. To start it manually from PowerShell:

Start the app

Desktop > SaveMeTokens App > Start The App

Kill the process

Alt+P > Quit SaveMeTokens

Disable autostart

Remove the app from Windows startup:

Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "SaveMeTokens"

// troubleshooting

Common Issues

Click any issue to see the fix.

This happens because the installer isn't code-signed yet. It's safe to run. Click "More info" on the SmartScreen dialog, then "Run anyway". We're working on getting the certificate.

Some apps (particularly games and certain Electron apps) capture global hotkeys at a lower level. Try right-clicking the tray icon and checking that the app is active, not paused.

If the conflict persists, contact support — we can add per-app exclusion rules.

Windows sometimes hides tray icons by default. Click the ↑ arrow in your taskbar corner to expand hidden icons — SaveMeTokens should be there. Right-click and select "Show icon and notifications" to pin it permanently.

The dialog may have opened behind another window. Check your taskbar for a flashing SaveMeTokens entry. If nothing appears, restart the app from the tray icon or via:

Start-Process "$env:LOCALAPPDATA\SaveMeTokens\savemetokens.exe"

// cleanup

Uninstall

Uninstall via Windows Settings → Apps, or run the uninstaller directly from Desktop:

Desktop > SaveMeTokens App > Uninstall App
Your config at %APPDATA%\SaveMeTokens\ is deleted by the uninstaller.
// coming soon

macOS is on the way.

We're finishing the macOS build. Linux and Windows are live now. Sign up and we'll let you know the moment the Mac version ships.