AI clipboard actions.
Instant. Private.

Copy text, code, or an error message. Hit ⌘⇧V. Pick an action. The on-device model transforms it in seconds — no cloud, no API keys, no data leaving your Mac.

MIT Open Source macOS 26+ (Tahoe) Apple Silicon 100% On-Device
apfel-clip action list showing AI actions for clipboard text

Three steps from copy to done

No setup beyond installation. Just copy whatever you're working with and hit the hotkey.

1

Copy anything

Grab text, code, a stack trace, a shell command, or JSON from anywhere on your Mac. The app detects the content type automatically.

2

Hit ⌘⇧V

The menu bar popover opens showing tailored actions for what's in your clipboard — different suggestions for prose, code, errors, and JSON.

3

Pick, paste, done

Choose an action. Apple's on-device model runs it in seconds. The result lands in your clipboard ready to paste — or use the result panel to review and edit first.

Built for your whole workflow

Smart content detection means the right actions appear for whatever you copied — prose, code, errors, or JSON.

✍️ Text actions

Fix grammar, make it more formal or casual, translate, summarise, convert to bullet points — tailored to prose.

Text action suggestions in apfel-clip

💻 Code actions

Explain, find bugs, add comments, simplify — switched on automatically when you copy code.

Code action suggestions in apfel-clip

Clean result view

Side-by-side original and result. Edit in place, copy to clipboard, or run the action again in one tap.

Result panel showing transformation output

🕐 Persistent history

Every successful transformation is saved locally so you can re-copy or revisit past results without rerunning.

History panel showing past transformations

Everything you need, nothing you don't

Designed around the fastest possible copy → transform → paste flow.

🔒

Fully on-device

Powered by Apple Intelligence via apfel. No API keys, no network calls, no data sent anywhere.

🧠

Content-aware actions

Detects text, code, JSON, errors, and shell commands automatically. Shows only the relevant actions.

⌨️

Global hotkey

⌘⇧V opens the popover from anywhere, no matter what app is focused. Works from the menu bar too.

💾

Save custom actions

Turn any custom prompt into a named, icon-tagged action. It shows up in the action list automatically.

Favourites & reorder

Star your most-used actions, hide ones you don't use, drag to reorder. Your list, your way.

📋

Auto-copy results

Enable auto-copy and transformed text lands in your clipboard the moment the model finishes — zero extra clicks.

Up and running in 30 seconds

Pick your preferred method. The one-liner is the fastest.

⚡ One-liner (recommended)

curl -fsSL https://raw.githubusercontent.com/Arthur-Ficial/apfel-clip/main/scripts/install.sh | bash

Installs to /Applications and links the CLI into ~/.local/bin.

🍺 Homebrew

brew tap Arthur-Ficial/tap
brew install --cask apfel-clip

🔨 Build from source

git clone https://github.com/Arthur-Ficial/apfel-clip.git
cd apfel-clip
make install

📦 Direct download

Download the latest release zip, unzip, and drag to Applications.

↓ apfel-clip-macos-arm64.zip

Requirements

  • macOS 26 Tahoe or later
  • Apple Silicon (M1 or later)
  • Apple Intelligence enabled
  • apfel on PATH (or embedded in the bundle)

After installing

  1. Open apfel-clip from Applications or run apfel-clip
  2. Look for the clipboard icon in the menu bar
  3. Copy some text and press ⌘⇧V
  4. Pick an action — done

First launch note: macOS may show a security warning for unsigned apps. Right-click (or Ctrl+click) the app and choose Open to bypass Gatekeeper once.

Free and open source

apfel-clip is MIT-licensed. Use it, fork it, ship it in your own projects. Contributions welcome — bug reports, pull requests, and new action ideas.