macOS menu bar app

AI clipboard actions.
Instant. Private.

Copy anything. Hit ⌘⇧V. Pick an action. Apple's on-device model transforms it in seconds. No cloud, no API keys, nothing leaves your Mac.

MIT Open Source macOS 26 Tahoe Apple Silicon 100% On-Device
apfel-clip showing AI actions for clipboard text
How it works

Three steps from copy to done.

No setup beyond installation. Just copy and hit the hotkey.

1

Copy anything

Text, code, a stack trace, JSON. The app detects the content type and shows the right actions automatically.

2

Hit ⌘⇧V

The popover opens from any app with tailored actions for prose, code, errors, or JSON.

3

Pick, paste, done

Run an action. The result lands in your clipboard ready to paste, or review it first in the result panel.

Before you install

Requirements

apfel-clip runs entirely on your Mac using Apple's on-device model. You need all three.

macOS 26 (Tahoe)

Required for Apple Intelligence. Apple menu > System Settings > Software Update.

Apple Silicon (M1 or later)

Apple Intelligence runs on-chip only. Apple menu > About This Mac must say M1, M2, M3, or M4.

Apple Intelligence enabled

Enable in System Settings > Apple Intelligence & Siri. Requires English device language.

Also needed: apfel, the on-device AI engine. Homebrew, the curl installer, and the zip download all embed it automatically. Source builds only: brew install Arthur-Ficial/tap/apfel
Install

Get apfel-clip

Free. Signed and notarised. Apple Silicon only.

Download

Download the zip, unzip, drag apfel-clip.app to your Applications folder, and open it. That is it.

Download free (arm64)

Signed and notarised by Apple. macOS opens it without any security warning. SHA-256 checksums in each release.

After installing

  1. Open apfel-clip from Applications
  2. The clipboard icon appears in your menu bar
  3. Copy any text, code, or error message
  4. Press ⌘⇧V and pick an action
  5. The result lands in your clipboard instantly
Other install options

Homebrew

brew install Arthur-Ficial/tap/apfel-clip

Best for developers. Handles updates with brew upgrade apfel-clip.

Curl installer

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

Installs to /Applications and links apfel-clip to ~/.local/bin.

Build from source

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

Requires Xcode command-line tools and apfel on PATH. Source builds only: brew install Arthur-Ficial/tap/apfel

Features

Everything you need.

Designed around the fastest copy, transform, paste flow.

Privacy

Fully on-device

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

Intelligence

Content-aware actions

Detects text, code, JSON, and errors. Shows only the relevant actions for what you copied.

Speed

Global hotkey

⌘⇧V opens the popover from any app, any time, no matter what is focused.

Customisation

Custom actions

Turn any prompt into a named action with a label. It shows up in the action list automatically.

Organisation

Favourites and reorder

Star, hide, and drag to sort your action list. Your workflow, your order.

Workflow

Auto-copy results

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

In action

Built for your whole workflow.

Smart content detection shows the right actions for whatever you copied.

Text

Text actions

Fix grammar, rewrite tone, translate, summarise, bullet points.

Text action suggestions in apfel-clip
Code

Code actions

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

Code action suggestions in apfel-clip
Results

Clean result view

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

Result panel showing transformation output
History

Persistent history

Every transformation saved locally. Re-copy or revisit past results without rerunning.

History panel showing past transformations

Free and open source.

MIT-licensed. Use it, fork it, ship it. Bug reports, pull requests, and new action ideas all welcome.