Skip to content

Releases: nakatadesign/Clabotch

Clabotch v1.0.0

11 Jun 09:52

Choose a tag to compare

First public release of Clabotch — a tiny menu bar mascot that watches over your Claude Code sessions. 🎉

Highlights

  • 22×14 px animated mascot, 14 frames, drawn entirely in Swift — zero image assets
  • Live reaction to Claude Code via hooks: thinking / working / done / error / sleeping
  • Tool-specific speech bubbles (Bash, Read, Edit, …) with elapsed time on completion
  • Multi-session tracking — watches several Claude Code sessions in parallel
  • Gaze tracking that follows your terminal window (optional, needs Accessibility permission)
  • Completion notification sound — pick from 14 macOS system sounds in Settings
  • Settings: launch at login, sleep timeout, animation speed
  • 388 unit tests + hook E2E tests, CI on every push

Install

Download Clabotch-1.0.0.dmg, drag Clabotch.app into Applications.

⚠️ This build is ad-hoc signed (not notarized yet — planned). On first launch macOS will block the app:

  1. Open Clabotch.app once → macOS shows a warning and blocks it
  2. Go to System Settings → Privacy & Security → click "Open Anyway"

Alternatively, remove the quarantine flag in Terminal:

xattr -d com.apple.quarantine /Applications/Clabotch.app

Then connect the Claude Code hooks — see the Quick Start in the README (without hooks the mascot stays idle).


日本語

Claude Code のセッションをメニューバーから見守る常駐マスコットの初公開リリースです。

インストール: DMG から Clabotch.app を Applications にドラッグしてください。このビルドは公証(Notarization)前のため、初回起動時に macOS にブロックされます。「システム設定 → プライバシーとセキュリティ」で「このまま開く」を押すか、上記の xattr コマンドで解除してください。公証対応は今後のリリースで予定しています。

起動後は README の Quick Start に従って Claude Code の hooks を設定してください(hooks 未設定だとマスコットは idle のままです)。