Synapt is a hotkey launcher that searches your files, your apps, and the devices you've paired with — then moves what you find between them directly. Encrypted end-to-end, never touching a server. Built in Rust.
Synapt overlay · remote search on a paired device
Synapt and SynaptClip are independent desktop apps that share one idea: your data should move between your own devices without a middleman. Use either alone, or run both for a connected workspace.
Hit a global hotkey, search your files and apps instantly, or point the same query at a paired device and pull a file straight off it. Discovery is automatic, transfers are encrypted, nothing leaves the LAN.
Explore SynaptCaptures clipboard history locally with fast fuzzy search, pinning and auto-categorisation. When Synapt is running, clips can sync to any trusted device on the network — still without touching the cloud.
Explore SynaptClipEverything happens on the LAN. Indexing, discovery, pairing, encryption and transfer are handled directly between devices.
Ctrl+Space summons a transparent, always-on-top launcher over whatever you're doing. Escape dismisses it. It never takes a slot in your dock or taskbar.
Queries run through a Bloom filter pre-check, a frequency-weighted prefix Trie, a tantivy full-text index, then a Jaro-Winkler and Levenshtein fuzzy fallback.
Type @device and the same query runs on that machine's shared folders, results tagged with the device name. Enter pulls the file down.
Pairing runs an X25519 exchange and shows a verification code on both screens. Match them once and the long-term keys are stored — every transfer after that is silent.
Transfers are sealed with ChaCha20-Poly1305, and peers only ever see the directories on your explicit shared allow-list. Nothing else is reachable.
/ for folders, @ for a device, @settings to configure, an arrow key for per-file actions, and plain arithmetic for an inline calculator.
Local-first clipboard history with fast search built in. Optional sync rides on Synapt's encrypted connection when it's available.
SynaptClip panel · history, auto-categories and a paired device
Everything you copy is captured and stored locally in SQLite, so a stray Ctrl+C never loses what you had before.
A custom Trie plus a Levenshtein matcher finds the right clip as you type — forgiving of typos, fast over thousands of entries.
Links, file paths, code, emails and colours are recognised and tagged on capture. Add your own categories and groups on top.
Keep the snippets you reach for pinned to the top, and set the rest to clear themselves after a chosen window so sensitive pastes don't linger.
With Synapt running, send and receive clips to any trusted device on the network. Copy on one machine, paste on another.
Sync is opt-in and rides Synapt's encrypted LAN link. With Synapt off, SynaptClip is a purely offline, on-device tool.
Synapt and SynaptClip build from the same release pipeline, so a tagged release produces installers for every platform below at once — no app lags behind another.
Linux and Windows ship x86_64 only for now — arm64 runners aren't in the release matrix yet. macOS is the one universal build.
Both apps are MIT licensed and fully open source. Grab an installer for your platform, or read the source and build it yourself. No telemetry, no accounts, nothing hidden.
MIT License · No telemetry · No accounts