Clazy Download

Your best prompts, one keystroke away

WINDOWS · MACOS · LINUX  /  BUILT FOR AI POWER USERS

Stop retyping the same prompts. Clazy saves them once and pastes them into ChatGPT, Claude, Cursor, VS Code or your terminal. Press CtrlAlt1, type ;push, or search them all.

PASTE IS
ALWAYS ---
ONE KEY AWAY

001>>>>>>>FAST FORWARD
01/06   THE WAY YOU PROMPT LOCAL-FIRST · NO ACCOUNT · MIT FREE
DEMO ● 34 SECONDS SOUND ON

Watch the Clazy demo

ABOUT ● WHERE IT WORKS ANY TEXT FIELD

Works in every app you type into

+ The problem

You wrote the perfect prompt last Tuesday. Where is it now?

(01)

You retype it

and a slightly worse version comes out every time.

(02)

You dig through notes

find it, copy it, switch back, paste it — and lose your train of thought.

(03)

You lose it

because your best prompts are buried in chat threads you'll never scroll back to.

+ What it does

Features.(6)

  1. (001)

    Global hotkeys

    Give a prompt CtrlAlt1 and it pastes into whatever app has focus. Clazy warns you before you take a combo your browser or OS already uses.

    Code review→Ctrl+Alt+1● active
    Examples
    Ctrl+Alt+1Any appConflict warnings
  2. (002)

    Text triggers

    Type ;push in your terminal or ;review in a chat box. Clazy erases the trigger and pastes the full prompt in its place.

    ;push→Look at my staged changes, group them into commits…
    Examples
    ;push;reviewLayout-aware
  3. (003)

    Quick palette

    Forgot a shortcut? Press CtrlShiftSpace anywhere, type a few letters, press Enter. Focus jumps back and the prompt lands at your cursor.

    refu▌→Refund reply↵ paste
    Examples
    Ctrl+Shift+SpaceFuzzy searchCopy with ⌘↵
  4. (004)

    Fill-in variables

    Write {{subject}} once and Clazy asks for it before pasting — with defaults, dropdowns and your last answer remembered.

    {{subject}}, cinematic lighting --ar {{aspect:16:9|1:1}}
    Examples
    {{subject}}{{lang=Python}}{{tone:a|b}}
  5. (005)

    Clipboard-safe pasting

    {{clipboard}} drops in what you just copied, {{cursor}} places the caret — and your original clipboard is put back afterwards.

    Fix this: {{clipboard}}→Fix this: bug-123 in parser.rs
    Examples
    {{clipboard}}{{cursor}}Auto-restore
  6. (006)

    Private by default

    No account, no cloud, no telemetry. Prompts live in a local SQLite file; to spot triggers the app keeps only the last 64 typed characters in memory.

    Network requests→0● local
    Details
    Local SQLiteNo telemetryOpen source
Get Clazy

+ Process

Set it up once.
Use it all day.

  1. STEP 01

    Save the prompt

    Paste in the prompt you keep retyping. Five starter prompts for coding and image generation are ready on day one.

  2. STEP 02

    Give it a shortcut

    Click the recorder and press a combo, or type a trigger like ;tests. Or skip it — every prompt is in the palette.

  3. STEP 03

    Press it anywhere

    In a browser, IDE, terminal or chat app. The prompt appears at your cursor in a fraction of a second.

What you save

Write unit tests for the code below using
{{framework=pytest}}. Cover edge cases.

{{clipboard}}

Focus on: {{cursor}}

What gets pasted

Write unit tests for the code below using
pytest. Cover edge cases.

def parse(s): return s.split(",")

Focus on: 
DOWNLOAD ● LATEST FREE · MIT

Get Clazy.

(A)

macOS

MACOS 11+ · APPLE SILICON & INTEL

Download .dmg

First launch: right-click the app → Open (or System Settings → Privacy & Security → Open Anyway), then allow Accessibility so it can paste.

(C)

Linux

UBUNTU 22.04+ · X11 SESSION

Download .deb or the .AppImage

Install with sudo apt install ./Clazy-linux-amd64.deb. Hotkeys and pasting need an X11 session.

ALL RELEASES & SOURCE ↗

+ FAQ

Your questions, answered.

Something else? Open an issue on GitHub.

Is it really free?

Yes. The app is free and open source under the MIT licence, with no limits on prompts, hotkeys or triggers.

Which apps does it work with?

Any app where you can paste text: browsers (ChatGPT, Claude, Gemini), editors and IDEs (Cursor, VS Code, JetBrains), terminals, Slack, Notion and email. If an app blocks synthetic paste, switch Settings → Paste method to “Type it out”.

Does it work in the terminal?

Yes. On Linux, set the paste keystroke to CtrlShiftV in Settings, because most Linux terminals don't paste with CtrlV. Windows Terminal and macOS terminals work out of the box.

Why does macOS ask for permissions?

macOS requires Accessibility permission for any app that presses keys for you — that's how Clazy sends ⌘V. Text triggers may also need Input Monitoring. Clazy walks you through both on first launch.

Why does my system warn me when I open it?

The installers aren't signed with a paid Apple or Microsoft certificate yet, so macOS asks you to confirm with right-click → Open and Windows SmartScreen asks you to click “More info → Run anyway”. The full source is on GitHub and every installer is built there by GitHub Actions.

Where are my prompts stored?

In a SQLite database in your user data folder (Settings → About shows the exact path). Export to JSON or Markdown any time. Nothing is uploaded anywhere.