v1.0.2 for Windows 10 & 11

Every screenshot, one keystroke from your prompt

Clipath saves every capture to a folder you choose and puts its absolute path on the clipboard instantly — ready to paste into Claude Code, Codex CLI, or any terminal. No hunting through Explorer for the file you just took.

~2 MB installer · installs per-user, no admin rights · free and open source (MIT)

Three steps

Press, drag, paste

No folder to open, no file to drag, no name to invent. The whole loop is three beats long.

1

Press the shortcut

Ctrl Alt A anywhere in Windows. The screen freezes instantly so nothing moves while you aim.

2

Drag the region

Release, and the capture is already on disk. The editor opens with it loaded, ready to annotate — or ignore entirely.

3

Copy the path

Ctrl C copies the absolute path and hands focus back to whatever you were doing. Paste. Done.

What it does

A full capture tool that stays out of the way

Everything you expect from a screenshot app, in a process that idles at about 24 MB.

Four capture modes

Region, full screen, active window, and repeat-the-last-region. Each one has its own global shortcut.

Twelve annotation tools

Arrow, line, rectangle, ellipse, pen, highlighter, text, blur, pixelate and step counters, with full undo and redo.

Crop by pushing edges

Drag the edges inward instead of redrawing a box, with 1:1, 4:3, 3:2, 16:9 and 9:16 presets when you need an exact shape.

Blur that hides things

Blur and pixelate both sample past the visible edge, so there is no pale halo leaking the thing you were trying to cover.

Recent strip

Earlier captures sit under the canvas. Arrow keys step through them, so you can grab an older path without opening a folder.

Path formats

Copy as a plain path, quoted, a file:// URI, Markdown image, @mention, or your own template.

Genuinely fast

About 200 ms from keypress to a frozen screen you can drag on. The selection overlay is built ahead of time and kept warm between captures.

Multi-monitor aware

A selection overlay on every screen at once, including mixed-DPI setups, and the capture comes from the monitor you actually dragged on.

Lives in the tray

Closing the window hides it; the shortcut keeps working. Quitting for real is a deliberate choice in the tray menu.

~200 mskeypress to freeze
24 MBidle memory
~2 MBinstaller size
112automated tests
Install

Up and running in under a minute

  1. Download the installer

    Grab Clipath-Setup-x64.exe from the v1.0.2 release — about 2.5 MB.

  2. Run it

    It installs into your own user profile, so Windows never asks for administrator rights and nothing outside your account is touched.

  3. Finish the welcome flow

    Pick the folder captures are saved to, set your capture shortcut, and choose a theme. All of it is changeable later in Settings.

  4. Capture

    Press Ctrl Alt A. Clipath starts with Windows and waits in the tray.

If SmartScreen warns you — the installer is not signed with a paid certificate, so Windows may show “Windows protected your PC”. Click More info, then Run anyway.
Guide

Everything Clipath does

The full reference for capture modes, the editor, and every setting.

Mode Shortcut What it does
Region Ctrl Alt A Freezes every screen and lets you drag a rectangle. Esc cancels without saving anything.
Full screen Ctrl Alt W Captures the whole monitor the cursor is on and goes straight to the editor.
Active window Ctrl Alt E Captures the focused window, clipped to the monitor it sits on.
Previous region Ctrl Alt Q Repeats the last rectangle exactly — useful for shooting the same panel again and again.
While selecting, hold Shift to constrain the region to a square. A pixel-precision magnifier follows the cursor; you can turn it off in Settings.
Shortcuts

The whole keyboard, on one page

Every global binding below can be changed in Settings, and all of them read the physical key rather than the character your layout produces.

Global — anywhere in Windows

Ctrl Alt ACapture region
Ctrl Alt WCapture full screen
Ctrl Alt ECapture active window
Ctrl Alt QCapture previous region
Ctrl Alt CCopy last screenshot path
Ctrl Alt GOpen screenshots folder
Ctrl Alt ,Open Settings

In the editor

Ctrl CCopy the file path
Ctrl Shift CCopy the image itself
EnterRun the default action
Ctrl Z / Ctrl YUndo / redo
Previous / next capture in Recent
DeleteDelete the selected object
ShiftConstrain: 45°, squares, circles, axis-locked drags
EscDeselect, or close the editor
FAQ

Questions people actually ask

Does closing the window quit Clipath?

No. It hides to the system tray and the capture shortcut keeps working. To quit for real, right-click the tray icon and choose Quit Clipath. If you would rather the close button really closed it, turn off “Keep Clipath running in system tray” in Settings.

Where do my screenshots go?

Pictures\Clipath by default, changeable under Settings → Output. Every capture is written to disk the moment you release the mouse — there is no “save” step to forget.

Does it handle multiple monitors with different scaling?

Yes. A selection overlay appears on every screen at once, and the capture comes from the physical pixels of the monitor you dragged on, so a 150% scaled display still produces a sharp, full-resolution image.

Do the shortcuts break with a Thai keyboard layout?

No. Every binding reads the physical key, not the character the layout produces, so the same key does the same thing whether you are typing English or Thai.

How much does it cost to leave running?

About 24 MB. After three idle minutes the rendering layer is torn down entirely, leaving only the shortcut listener and the tray icon. That is a real trade: the next capture rebuilds it and takes around two seconds, and every capture after that is back to ~200 ms.

How do I uninstall it?

Through Windows Settings → Apps → Installed apps, like anything else. Your captures are left alone — they live in your own folder, not inside the app.

Is there a macOS build?

Not a downloadable one yet. Most of the Rust side is already cross-platform and the DMG packaging is configured, but the parts that call Win32 directly — finding the focused window, restoring focus — still need macOS equivalents.