Skip to content

Repository files navigation

clawd

clawd

a pixel art crab that lives on your mac, watches your screen, and chats with you.

features

  • pixel art crab walks along your dock icons
  • tap to pet -- emotions escalate the more you tap (happy, love, surprised, scared, angry, dead)
  • click to chat via Claude CLI
  • Cmd+Shift+Space to open chat from anywhere
  • proactive screen comments with emoji emotions (configurable interval)
  • tamagotchi-style animations: bounce, shake, tremble, squash, pixel art effects
  • works in fullscreen spaces
  • auto-updates via Sparkle

requirements

  • macOS 13+
  • Claude CLI installed and authenticated
  • Clawd defaults to Claude sonnet; override with CLAWD_CLAUDE_MODEL=opus or another Claude model alias/name if needed

install

Download the DMG from releases, or build from source:

git clone https://github.com/advaitpaliwal/pet-clawd.git
cd pet-clawd
swift build
.build/debug/Clawd

To build a release .app and DMG:

./scripts/build-app.sh

The repository transfer changes source/download/feed locations, not the app's bundle identity or update signing key. The current appcast.xml is an unsigned XML feed with a signed archive enclosure; its archive signature and release metadata are preserved. Do not edit a future signed XML feed without the normal release signing process. Existing installed apps still contain their original feed URL; these source changes do not publish a new app.

Run offline repository/feed consistency checks without building or signing:

python3 scripts/test-repository-links.py

permissions

  • Accessibility -- required for the Cmd+Shift+Space hotkey
  • Screen Recording -- optional, enables proactive screen comments. granted on first launch or via menu bar toggle.

privacy

Everything runs locally. No data is collected or sent anywhere. Screen captures are compressed, sent to Claude CLI for context, and immediately deleted. The Claude CLI handles its own API communication.

license

MIT

About

No description, website, or topics provided.

Resources

Stars

55 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages