Gwen - Clipboard Manager

Gwen clipboard manager for Windows screenshot
What is Gwen?

Gwen is a lightweight clipboard manager that runs quietly in the system tray and remembers everything you copy on Windows — text, images, files, and even hex color codes. Press a global hotkey and a small popup opens right next to your cursor, showing your recent copies newest-first. Pick one and it's pasted straight back into whatever window you were working in.

It follows the same idea as Maccy, the popular clipboard manager on macOS, but built natively for Windows with CustomTkinter — a flat, dull-grey "native Windows" look with no distracting accent color, so it fits right in alongside the rest of your desktop.

What Gwen Remembers
Plain Text Rich Text Images File Paths Hex Colors

Copy something and Gwen captures it automatically the moment it lands on the clipboard. Copied images get a real thumbnail preview in the list, and hex color codes like #FE92F5 are detected and shown with a live color swatch — no setup required.

Key Features

▶ Global Hotkey Popup

Press Ctrl+Shift+V (fully configurable in Preferences) from anywhere in Windows to instantly open a borderless, always-on-top popup right next to your cursor — no need to switch windows or dig through menus first.

▶ Full Clipboard History

Every copy — text, images, files, and colors — is saved to a local SQLite database at %LOCALAPPDATA%\Gwen. History is kept persistent by default, so it's there whenever you need to reach back for something you copied earlier.

Live Search & Filter

Start typing in the popup to instantly filter your clipboard history down to matching items — no need to scroll through dozens of old entries to find the one you want.

Keyboard-First Navigation

Use / to move the selection, Enter or a click to paste, and number keys 19 to jump straight to a row and paste it immediately.

Hex Color Detection

Copy a hex color code as text — with or without the # — and Gwen automatically recognizes it and displays a live color swatch preview right in the history list.

Smart Duplicate Detection

Each capture is fingerprinted (a hash for images, the raw string for text and files), so a single copy that fires the clipboard event twice — common with images — is only ever recorded once.

Near-Zero Idle CPU Usage

Gwen polls a lightweight Windows clipboard-sequence counter rather than repeatedly re-reading clipboard contents, so it can run in the background all day without noticeable CPU or battery impact.

System Tray Integration

Lives quietly in the tray with quick access to Open, Clear All, Preferences, About, Start-with-Windows, and Quit — no taskbar clutter, no visible window until you need it.

Configurable Preferences

Change the hotkey, maximum history size, and clipboard poll interval — all applied live, with no restart needed. A scrollable Preferences window keeps Save/Cancel reachable on any display or DPI setting.

Start with Windows

Toggle autostart from Preferences or the tray menu so Gwen is ready and watching your clipboard the moment you log in — no manual launching required.

Clear History on Restart (Optional)

History persists by default, but a dedicated toggle lets you wipe it automatically on every restart — useful if you sometimes copy passwords, tokens, or other sensitive text.

Single Instance Enforcement

A named Windows mutex check ensures only one copy of Gwen ever runs at a time. A second launch attempt gets a native "already running" message instead of spinning up a duplicate tray icon.

Delete Individual Entries

Select any item in the popup and press Delete to remove just that entry from history — no need to clear everything to get rid of one unwanted copy.

Instant Popup Open

The popup shows immediately with whatever it last displayed, then refreshes content a moment later — so opening Gwen never feels like it's waiting on a database read first.

Distinct Taskbar & Title Bar Icon

A dedicated app icon appears consistently across every window's title bar, the tray, and the taskbar — instead of being grouped under a generic default icon.

100% Offline Clipboard Storage

Your clipboard history is stored only on your own PC. Nothing is uploaded or synced anywhere — Gwen's only network call is a one-time license check.

Keyboard Shortcuts
Ctrl+Shift+VOpen the Gwen popup near your cursor (configurable)
/ Move the selection up or down the history list
EnterCopy the selected item back to the clipboard and auto-paste it
19Jump straight to that row and paste it immediately
DeleteRemove the selected item from history
EscClose the popup without pasting anything
Type anywhereFilter/search history live as you type
Under the Hood
  • Sequence-Number Polling — watches Windows' cheap clipboard-change counter instead of constantly re-reading clipboard data, keeping idle CPU use effectively at zero.
  • SQLite-Backed History — history lives in a small local database, with images cached as PNGs plus an inline base64 thumbnail for fast list rendering.
  • Newest-First Ordering — the list always shows your most recent copies at the top, and resets scroll position to the top every time it opens.
  • Cached Thumbnails — image previews are decoded once and cached for the life of the popup instead of being redecoded on every open.
  • Automatic History Trimming — older unpinned entries beyond your configured maximum are trimmed automatically, along with their cached image files.
Security and Privacy

Gwen is a fully local desktop application. Your clipboard history — including anything you copy, whether text, images, files, or colors — is stored only in a local SQLite database on your own PC. Nothing is uploaded, scanned remotely, or shared with any third party.

  • All clipboard history stays on your own computer, never uploaded anywhere
  • No background telemetry, analytics, or third-party tracking
  • Internet is used only for one-time license validation — no clipboard content is ever sent
  • Optional "Clear history on restart" toggle for sensitive copies like passwords or tokens
  • Single-instance enforcement prevents duplicate background processes
Minimum System Requirements
Operating SystemWindows 8 (64-bit)
ProcessorAny modern dual-core CPU
Memory2 GB RAM
Storage100 MB free disk space (plus space for cached images)
Recommended System Requirements
Operating SystemWindows 11 (64-bit)
ProcessorAny modern multi-core CPU
Memory4 GB RAM or more
Free Disk Space500 MB or more for larger image history
App Info
App NameGwen — Clipboard Manager
PlatformWindows
CategoryUtilities / Productivity
License ManagementGumroad
AutostartOptional, via Preferences or tray menu
A Lightweight Clipboard History Manager for Windows

Gwen is a dedicated clipboard manager for Windows that solves a problem Windows itself only half-solves: keeping a real, searchable history of everything you copy. Instead of losing a copied item the moment you copy something new, Gwen keeps a persistent, offline clipboard history for text, images, files, and even hex color codes, all accessible instantly through a configurable global hotkey. It's built for anyone who copies and pastes constantly throughout the day — developers pulling snippets from documentation, designers grabbing hex codes, writers referencing multiple passages, or anyone juggling more than one copied item at a time. Unlike cloud-based clipboard tools, Gwen stores everything locally in a lightweight SQLite database, so there's no upload, no account, and no internet dependency beyond a one-time license check. Check out our other TurboSoft tools, including Turbo Batch Image Converter Pro for bulk image conversion and Turbo Bulk Renaming Tool for batch file renaming.

Frequently Asked Questions

Common Questions About Gwen

What is Gwen?

Gwen is a lightweight clipboard manager for Windows that keeps a searchable history of everything you copy — text, images, files, and hex colors — accessible instantly with a global hotkey.

Is Gwen similar to Maccy on Mac?

Yes. Gwen is built for Windows and follows the same idea as Maccy on macOS: press a hotkey, see your recent copies in a small popup, and pick one to paste.

Does clipboard history survive a restart?

Yes, by default. History is stored in a local SQLite database and persists across restarts. A "Clear history on restart" toggle in Preferences is available if you'd rather nothing persist.

Does Gwen use a lot of CPU running in the background?

No. Gwen polls a lightweight Windows clipboard-sequence counter instead of re-reading clipboard contents, so idle CPU usage is effectively zero.

Can Gwen detect hex color codes copied as text?

Yes. When you copy a hex color code such as FE92F5 or #FE92F5 as text, Gwen automatically detects it and shows a color swatch preview next to it in the history list.

Can I change the hotkey?

Yes. The global hotkey, maximum history size, and clipboard poll interval can all be changed from the Preferences window, and apply immediately without restarting the app.

Does Gwen support pasting files, not just text?

Copied files are stored and re-selectable from history. Selecting a file entry currently pastes its path as text; native file-drop paste is a planned addition.

Is Gwen a one-time purchase?

Yes. Gwen is licensed as a one-time purchase through Gumroad, verified once on activation and re-checked silently on future launches.

Ratings and Reviews

Community Reviews