MouseClaw 🦞 — A pixel-art desktop AI that lives where your cursor is
v0.1.23 · macOS · pre-1.0<br>v0.1.23 · macOS · 内测中
A pixel pet AI<br>that lives where<br>your cursor is.
一只在光标边住的<br>像素 AI 桌宠。
Hold a shortcut. Speak. Release.
MouseClaw screenshots, hears you, and runs your favorite AI CLI to do the thing.
按住快捷键 → 说话 → 松开。
截屏 + 语音 + 你已经用熟的那个 AI CLI(Claude/Codex/OpenClaw/Hermes)= 真动手。
⬇ Download for macOS<br>⬇ 下载 macOS 版
★ GitHub
v0.1.25 · Apple Silicon · ~60 MB · notarized
3 modes, 1 pet.
三种模式,一只宠物。
🦞
AI summon
AI 召唤
⌘⇧Space<br>Hold, speak, release. Screenshot + voice get a markdown reply in a speech bubble. Streaming.
按住、说话、松开。截图 + 语音 → markdown 流式回到气泡。
🎙️
Voice IME
语音输入法
hold fn<br>Whisper transcription typed directly at your cursor. No AI call, no latency. Configurable trigger key.
Whisper 转写 → 直接写到你光标位置。不调 AI,不延迟。触发键可改。
📋
Clipboard hub
剪贴板 Hub
⌘⇧V<br>Everything you copied — searchable, pin-able, encrypted. Drag out, paste back, or right-click for more.
所有复制过的内容 — 可搜、可标星、加密保存。拖出、粘回、右键更多。
Why bother?
为什么值得装?
⚡Zero context switch. 零切换成本。<br>No window to open, no app to focus. The pet is already there. Hold-speak-done.
不用开窗口、不用切应用。桌宠已经在那。按住-说话-完事。
🎯Circle the bug. 圈选 bug。<br>Hold shortcut, hold left mouse + drag — your highlight is baked into the screenshot. AI knows exactly what you mean.
按住快捷键、按住左键拖 — 你画的粉红圈直接烘进截图。AI 一眼看懂你说哪。
🧠4 AI brains. 4 个 AI 后端。<br>Claude Code · OpenAI Codex · OpenClaw · Hermes. Pick the CLI you've already authed.
Claude Code · OpenAI Codex · OpenClaw · Hermes Agent。挑你登过的那个。
📁Workspace-aware. 工作区感知。<br>Point at your project once → "fix this bug" actually edits the right files. Read/Edit/Bash all run with cwd set.
指一次项目目录 → 「修这个 bug」是真的改文件。AI 的工具全以那为 cwd。
🖱️Computer use. 真的能动手。<br>"Go here" pointing at a place → opens Maps. "Convert this page to Word" → does it. macOS URL schemes + Claude's Bash tool.
指地名说「去这里」 → 开 Maps。「把这页转 Word」 → 转。macOS URL schemes + Bash 工具。
🌐Real-Chrome bridge. 桥接你的真 Chrome。<br>One click enables chrome-devtools-mcp against a dedicated debug profile. AI drives your tabs with your logins.
一键启用 chrome-devtools-mcp 对接专用 debug profile。AI 用你登录态操作 tab。
Privacy by default.
隐私默认开。
🔐
Clipboard encrypted — AES-256-GCM, key in macOS Keychain, file mode 0600.
Transient content ignored — 1Password, Bitwarden, terminal sudo prompts never recorded.
Voice + screenshot stay local until you call AI. Temp files you can inspect.
Workspace path is opt-in. No automatic file scanning.
Pause anytime from the tray menu — flips a single AtomicBool.
剪贴板加密 — AES-256-GCM,密钥存 macOS Keychain,文件权限 0600。
遵守 transient 标志 — 1Password / Bitwarden / 终端 sudo 永远不记。
语音 + 截图本地保存 ,只在你召唤 AI 时才发出去。
工作区路径 opt-in ,没设就不扫文件。
托盘菜单一键暂停 — 切个 atomic 就好。
Install in 30 seconds.
30 秒装好。
Click the big Download button above
Open the .dmg, drag MouseClaw to Applications
First launch: right-click → "Open" → "Open" again (Gatekeeper, since not notarized yet)
Walk through 5-step onboarding (pick shortcut, AI backend, skin, voice key, grant permissions)
Hold ⌘⇧Space anywhere and speak — try "what's on my screen"
点上面那个大大的 下载 按钮
打开 .dmg,把 MouseClaw 拖到 Applications
第一次启动:右键 → 「打开」→ 再点「打开」(公证还没做,先过 Gatekeeper)
走 5 步 Onboarding(选快捷键、AI 后端、皮肤、语音键、给权限)
在任意 app 按住 ⌘⇧Space 说话 — 试一句「看下我屏幕上有啥」
Need an AI CLI? Run one of:
还没装 AI CLI?跑下面任一条:
npm i -g @anthropic-ai/claude-code && claude login<br>npm i -g @openai/codex && codex login<br>npm i -g openclaw<br>curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash