Native macOS pie menu for your text snippets — press a hotkey, a radial wheel pops up at your cursor, click a slice and it's in your clipboard.
8
stars
15
commits
Swift
primary language
Sep 9, 2026
updated
A tiny, native macOS menu bar app that does exactly one thing: press a hotkey and a radial menu appears at your mouse cursor — click a segment and that snippet is copied to your clipboard.
No Electron, no clipboard history, no automation platform. Just a wheel of your snippets.
Existing pie menus for macOS are either paid and closed source (Radial, PowerClick) or full automation platforms (Kando). CopyWheel is the minimal open-source alternative for the single use case of "grab a saved text without digging through your notes app".
~/Library/Application Support/CopyWheel/snippets.jsonbrew tap weselski/tap
brew trust weselski/tap # required once on recent Homebrew versions
brew install --cask weselski/tap/copywheel
Add --no-quarantine to the install command to skip the Gatekeeper warning for this unsigned app.
Download CopyWheel.dmg from the latest release, open it and drag CopyWheel.app into Applications.
The app is ad-hoc signed (no Apple Developer certificate), so on first launch macOS will warn you. Either right-click the app → Open, or remove the quarantine flag:
xattr -dr com.apple.quarantine /Applications/CopyWheel.app
Requires macOS 13+ and Xcode command line tools.
make run # builds, bundles dist/CopyWheel.app and launches it
Other targets: make build (binary only), make bundle (app bundle), make clean.
Dismiss the wheel with Esc, by clicking the center, or by clicking anywhere else.
MIT
15 commits
Swift
97.4%
Makefile
2.6%
Native macOS pie menu for your text snippets — press a hotkey, a radial wheel pops up at your cursor, click a slice and it's in your clipboard.
8
stars
15
commits
Swift
primary language
Sep 9, 2026
updated
A tiny, native macOS menu bar app that does exactly one thing: press a hotkey and a radial menu appears at your mouse cursor — click a segment and that snippet is copied to your clipboard.
No Electron, no clipboard history, no automation platform. Just a wheel of your snippets.
Existing pie menus for macOS are either paid and closed source (Radial, PowerClick) or full automation platforms (Kando). CopyWheel is the minimal open-source alternative for the single use case of "grab a saved text without digging through your notes app".
~/Library/Application Support/CopyWheel/snippets.jsonbrew tap weselski/tap
brew trust weselski/tap # required once on recent Homebrew versions
brew install --cask weselski/tap/copywheel
Add --no-quarantine to the install command to skip the Gatekeeper warning for this unsigned app.
Download CopyWheel.dmg from the latest release, open it and drag CopyWheel.app into Applications.
The app is ad-hoc signed (no Apple Developer certificate), so on first launch macOS will warn you. Either right-click the app → Open, or remove the quarantine flag:
xattr -dr com.apple.quarantine /Applications/CopyWheel.app
Requires macOS 13+ and Xcode command line tools.
make run # builds, bundles dist/CopyWheel.app and launches it
Other targets: make build (binary only), make bundle (app bundle), make clean.
Dismiss the wheel with Esc, by clicking the center, or by clicking anywhere else.
MIT
15 commits
Swift
97.4%
Makefile
2.6%