The first public release of Cue — save the prompts you send to AI tools like Claude Code, Codex, and ChatGPT, search them, and copy them back with a hotkey. Works on Windows, macOS, and Linux.
Highlights
- Launcher — summon with a global hotkey (
Ctrl/⌘ + Shift + Space), search, and pressEnterto copy. - Quick save — store whatever is on your clipboard as a new prompt with
Ctrl/⌘ + Shift + S. - Projects — group prompts in the sidebar, with an "All" view across them.
- Markdown — every prompt is Markdown, with an edit/preview toggle.
- Organize — pin, drag to reorder, and a right-click menu (rename, copy, preview, edit, pin, delete).
- Always on top — keep the window pinned above other apps.
- Backup & sync — export/import everything as a single JSON file, or sync to a private Git repository you own.
- Themes & languages — light/dark themes, accent colors, text size, and 14 languages with OS auto-detect.
- Update notifications — Cue checks GitHub for newer releases on startup and points you here to download.
- Local-first — data lives in a local SQLite file; nothing leaves your machine except the startup version check and (if you enable it) Git sync.
Downloads
| OS | File |
|---|---|
| Windows (x64) | Cue_0.1.0_windows_x64_setup.exe (installer) · Cue_0.1.0_windows_x64.msi · Cue_0.1.0_windows_x64_portable.exe (no install) |
| Windows (ARM64) | Cue_0.1.0_windows_arm64_setup.exe · Cue_0.1.0_windows_arm64_portable.exe |
| macOS (Intel & Apple Silicon) | Cue_0.1.0_macos_universal.dmg |
| Linux (x64) | Cue_0.1.0_linux_x64.deb |
| Linux (ARM64) | Cue_0.1.0_linux_arm64.deb · Cue_0.1.0_linux_arm64.AppImage |
Notes
- Unsigned builds. On macOS, right-click
Cue.app→ Open the first time (or runxattr -dr com.apple.quarantine /Applications/Cue.app). On Windows, SmartScreen may warn → More info → Run anyway. - Linux
.debneeds WebKitGTK 4.1 (libwebkit2gtk-4.1-0), installed automatically byapton Ubuntu 22.04+ / Debian 12+. The AppImage bundles its dependencies — larger (~78 MB) but runs without installing anything. - See the README for all keyboard shortcuts and docs.
Full Changelog: https://github.com/Riyoway/cue/commits/v0.1.0