clawd-desktop
v1.0.7
Published
A pixel-art Claude mascot that lives on your desktop
Maintainers
Readme
Clawd — Desktop Pet
Transparent, frameless, always-on-top. Wanders around your screen, plays animations, lives in your system tray.
Download
Grab the latest installer from Releases.
Or run via npm:
npm install -g clawd-desktop
clawd-desktopFeatures
- Transparent & frameless window — only the character is visible
- Roams the screen randomly, reacts with different animations
- Animations: idle, walking, building, typing, thinking, sleeping, error, happy, and more
- System tray control (Show / Hide / Quit)
- Auto-starts with Windows
Run from Source
npm install
npm startBuild Installer
npm run build
# Output: dist/ClaudePet Setup x.x.x.exeStack
- Electron — window management, system tray, IPC
- Vanilla JS — animation state machine, motion engine
- CSS keyframes — sprite animations
