Skip to content

Claude Pet v1.1.0

Choose a tag to compare

@internetdialup internetdialup released this 07 Aug 03:32
· 12 commits to main since this release

Claw'd lives on your desktop and shows you what Claude Code is doing.

Install

Download ClaudePet-1.1.0.dmg, open it, drag Claw'd to Applications.

First launch shows "unidentified developer". Expected — the app is ad-hoc signed and deliberately not notarized, because notarizing would publish the author's legal name and Apple Team ID inside every copy. Right-click the app → Open → Open, once. Or xattr -dr com.apple.quarantine /Applications/ClaudePet.app.

He has no Dock icon; he lives in the menu bar.

What's new in 1.1.0

  • 🔥 Cooking — he catches fire when Claude is really going. Triggered by 8+ tool calls in a minute, or by live subagents.
  • 👀 Nudging — when a plan is waiting on your approval, he holds it out and leans in.
  • Playful hover — wink, jump, wave, or wiggle, picked once per hover.
  • Click to poke — he squashes, then the roster opens. Triple-click for 🎉🪄.
  • A real flame, and a determined face while it burns.
  • Idle ticker now reports live session count, hours coded today, and project + branch.

Fixes include a randomness bug that had been quietly limiting his idle flourishes and prop variety to half their options, a face that broke in the nudging state, and a hook installer that could overwrite a malformed settings.json.

Full detail in CHANGELOG.md.

Verify

  • swift build exits 0 with no warnings; 81 tests in 17 suites pass.
  • Package.swift has zero dependencies — the no-network claim is checkable, not promised.
  • codesign -dv on the app reports Signature=adhoc with no TeamIdentifier.

⬆️ The download for this release has been removed. Builds before v1.2.1 embedded build-host metadata in the binary. Please use the latest release — no behaviour differs.