Peekaboo 提供四种安装方式适应不同需求:
- Homebrew安装(推荐)::
Execute terminal commandsbrew tap steipete/tap
添加仓库后,运行brew install peekaboo
Completion of the installation - npm 安装::
需 Node.js 16+ 环境,执行npm install -g @steipete/peekaboo-mcp
可同时获得 CLI 和 MCP 服务器功能 - 源码构建::
克隆 GitHub 仓库后,通过npm install
cap (a poem)npm run build:all
编译自定义版本 - 二进制直装::
下载压缩包解压后,使用sudo mv
命令将二进制文件移至系统路径
安装后必须授予屏幕录制权限(系统设置 > 隐私与安全性 > 屏幕录制),否则无法正常使用捕捉功能。验证安装成功可运行 peekaboo --version
View the version number.
This answer comes from the articlePeekaboo: macOS screen capture and visual quiz toolThe