One-click to launch Claude Code from any folder.
Works on macOS (Finder toolbar) and Windows (right-click context menu).
claudehere adds a one-click shortcut to your file manager — click it, and Claude Code launches instantly in the current folder.
No more cd-ing into directories. No more copy-pasting paths.
| Method | Steps |
|---|---|
| Manual | Open Terminal → cd → claude |
| claudehere | One click ✨ |
Install:
git clone https://github.com/zxmio/claudehere.git
cd claudehere
bash scripts/install.shAdd to Finder Toolbar:
- Open any folder in Finder
- Right-click the toolbar → "Customize Toolbar..."
- Open
/Applicationsin another Finder window - Drag Claude Here onto the toolbar
- Done!
Use iTerm2 instead of Terminal.app:
# Add to ~/.zshrc or ~/.bashrc
export CLAUDEHERE_TERMINAL=itermUninstall:
bash scripts/uninstall.shAdds "Open Claude Code Here" to the File Explorer right-click menu.
Install (run PowerShell as Administrator):
git clone https://github.com/zxmio/claudehere.git
cd claudehere
powershell -ExecutionPolicy Bypass -File scripts\install-windows.ps1How to use:
- Open any folder in File Explorer
- Right-click on empty space
- Click "Open Claude Code Here"
On Windows 11, click "Show more options" first to see the entry.
Auto-detects Windows Terminal — falls back to cmd.exe if not installed.
Uninstall (run PowerShell as Administrator):
powershell -ExecutionPolicy Bypass -File scripts\uninstall-windows.ps1- Claude Code CLI installed
- macOS: 10.13+
- Windows: Windows 10/11, PowerShell 5.1+
MIT
claudehere 给你的文件管理器加一个一键启动 Claude Code 的快捷入口。
支持 macOS(Finder 工具栏按钮)和 Windows(右键菜单)。
不用再手动 cd,不用再复制粘贴路径。
安装:
git clone https://github.com/zxmio/claudehere.git
cd claudehere
bash scripts/install.sh添加到 Finder 工具栏:
- 在 Finder 中打开任意文件夹
- 右键点击工具栏 → 「自定义工具栏…」
- 打开另一个 Finder 窗口,进入
/Applications - 把 Claude Here 拖到工具栏上
- 完成!
使用 iTerm2 替代系统终端:
# 添加到 ~/.zshrc 或 ~/.bashrc
export CLAUDEHERE_TERMINAL=iterm卸载:
bash scripts/uninstall.sh在资源管理器右键菜单中添加 「Open Claude Code Here」。
安装(以管理员身份运行 PowerShell):
git clone https://github.com/zxmio/claudehere.git
cd claudehere
powershell -ExecutionPolicy Bypass -File scripts\install-windows.ps1使用方法:
- 在资源管理器中打开任意文件夹
- 在空白处右键
- 点击 「Open Claude Code Here」
Windows 11 需要先点「显示更多选项」才能看到。
会自动检测 Windows Terminal,如果没有则使用 cmd.exe。
卸载(以管理员身份运行 PowerShell):
powershell -ExecutionPolicy Bypass -File scripts\uninstall-windows.ps1- 已安装 Claude Code CLI
- macOS: 10.13+
- Windows: Windows 10/11, PowerShell 5.1+
MIT