Copy Path

Copy Path

The "Copy Path" context menu item
that should have come with macOS.

Download CopyPath.dmg
macOS 13 Ventura or later Apple Silicon Intel
Built by James Hurst. Free forever. Star on GitHub if it saves you a click.

Always visible

No Option key, no submenu hunt. The item is right there every time you right-click.

Multi-select

Select 50 files, click once. You get 50 paths on the clipboard, one per line.

Full path

The absolute path, no quotes, no escaping. Exactly what Claude Code, chats, and config files expect.

Notarized

Signed with a Developer ID and notarized by Apple. Opens with no Gatekeeper warning.

Hides from the Dock

The container app launches once to register the extension, then quietly stays out of your way.

Open source

Swift, AppKit, FinderSync. MIT licensed. Read every line on GitHub.

Quick Start

1Download the DMG using the button at the top of this page or click here.
2Open the DMG and drag CopyPath into your Applications folder.
3Launch CopyPath once so macOS registers the extension. Then right-click any file in Finder and choose Copy Path. The full path is on your clipboard.
You right-click

Three files selected in Finder — a screenshot, a PDF, and a folder.

On your clipboard

/Users/james/Desktop/screenshot.png
/Users/james/Documents/invoice.pdf
/Users/james/Projects/copy-path

Full pathOne per lineNo quotingNo file:// prefix
?

Why not just hold Option?

macOS hides "Copy as Pathname" behind the Option key. Almost nobody knows it exists. Copy Path puts it where it belongs.

Read more →

Zero network calls

The extension makes no network requests. No telemetry, no update ping, no analytics. Your paths never leave your Mac.

How it works →

Path format

Plain full path. No quotes, no file:// prefix, no markdown link. What AI assistants want.

See the vision →

Open source

Copy Path is and always will be free and open source, licensed under MIT.

View on GitHub →