Skip to content

sk-ruban/notchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notchi

A macOS notch companion that reacts to Claude Code activity in real-time.

notchi-demo.mp4

What it does

  • Reacts to Claude Code events in real-time (thinking, working, errors, completions)
  • Analyzes conversation sentiment to show emotions (happy, sad, neutral, sob)
  • Click to expand and see session time and usage quota
  • Supports multiple concurrent Claude Code sessions with individual sprites
  • Sound effects for events (optional, auto-muted when terminal is focused)
  • Auto-updates via Sparkle

Requirements

  • macOS 15.0+ (Sequoia)
  • MacBook with notch
  • Claude Code installed

Install

  1. Download Notchi-x.x.x.dmg from the latest GitHub Release

  2. Open the DMG and drag Notchi to Applications

  3. Launch Notchi — it auto-installs Claude Code hooks on first launch

  4. A macOS keychain popup will appear asking to access Claude Code's cached OAuth token (used for API usage stats). Click Always Allow so it won't prompt again on future launches

    Keychain access popup
  5. (Optional) Click the notch to expand → open Settings → paste your Anthropic API key. This enables sentiment analysis of your prompts so the mascot reacts emotionally

    Emotion analysis settings
  6. Start using Claude Code and watch Notchi react

How it works

Claude Code --> Hooks (shell scripts) --> Unix Socket --> Event Parser --> State Machine --> Animated Sprites

Notchi registers shell script hooks with Claude Code on launch. When Claude Code emits events (tool use, thinking, prompts, session start/end), the hook script sends JSON payloads to a Unix socket. The app parses these events, runs them through a state machine that maps to sprite animations (idle, working, sleeping, compacting, waiting), and uses the Anthropic API to analyze user prompt sentiment for emotional reactions.

Each Claude Code session gets its own sprite on the grass island. Clicking expands the notch panel to show a live activity feed, session info, and API usage stats.

Contributing

If you have any bugs, ideas, or would like to contribute through pull requests, please check out Contributing to Notchi.

Credits

License

MIT

About

notch app for coding tools

Topics

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors