Notch Pilot icon
Notch Pilot icon

Notch Pilot

A live companion for Claude Code that lives in your MacBook notch. Reacts to what Claude is doing, intercepts permission prompts, and shows all your running sessions at a glance.

Notch Pilot screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Mac
  • Homebrew
0likes
0comments
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  No registration required
  2.  Ad-free
  3.  No Tracking
  4.  Command line interface
  5.  Dark Mode
  6.  Terminal-based
  7.  Status monitoring

Notch Pilot News & Activities

Highlights All activities

Recent activities

Notch Pilot information

  • Developed by

    IN flagOjas Tyagi
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  22 Stars
  •  1 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Notch Pilot was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is Notch Pilot?

Your MacBook notch, but it's a live Claude Code dashboard. Live usage limits, session status, permission prompts, and an animated buddy — all in the hole you already stare at.

What it actually does:

Live Claude usage, right in the notch

The center of the expanded panel shows your real 5-hour session utilization % — the same number Claude's billing page shows you, not an estimate. Click it for the full breakdown: weekly limits (all models / Sonnet / Opus), extra-credit usage, reset countdowns, and today's input/output/cache token breakdown.

This works because Notch Pilot reads the Claude Code OAuth token the same way Claude Code itself does (via the security CLI) and hits Anthropic's oauth/usage endpoint directly. Nothing ships off your machine.

A buddy that reacts to what Claude is doing

The collapsed pill carries one of six animated buddies — eyes, orb, waves, ghost, cat, bunny — in one of six colors. Each has seven expressions that fire based on what Claude is actually doing:

  • Focused (narrow, steady) — editing files
  • Active (pulsing) — running a tool
  • Curious (darting eyes) — permission request pending
  • Shocked (wide-eyed red) — dangerous command detected (rm -rf /, DROP TABLE, sudo rm, fork bombs, etc.)
  • Content (happy blinks) — 10-second farewell after activity ends
  • Idle / Sleeping — nothing happening

Permission prompts without leaving your editor

When Claude asks for permission to run a command, the notch expands into a structured view of the request. Shell commands get a code block. File edits get a red/green diff. URLs get a parsed host/path split. You get Deny, Allow, and Always allow <Tool> — the "always allow" path writes to ~/.claude/settings.json so Claude Code honors it natively next time.

AskUserQuestion gets the same treatment: each option becomes a clickable button.

See every session at a glance

Hover the notch to see every live Claude session: project name, model, uptime, permission mode. Click a session to see its recent activity — user prompts, tool calls, assistant replies, errors — as a timeline. Click the arrow to jump to the hosting terminal; tmux pane navigation is supported, so it selects the exact pane running Claude before activating Alacritty, Terminal, iTerm, Ghostty, Kitty, WezTerm, Warp, and friends.

Activity heatmap with history

A 24-hour activity strip per day, with ‹ › arrows to walk back through previous days. Hover any cell to see which projects were active in that hour. Useful for noticing when you actually did the work vs when you think you did.

Session finished? The buddy lets you know

When a Claude session wraps, the notch pops out of its hole into a bigger pill with the buddy centered and the project name below — so you can glance up from your editor and see that notch-pilot done without tabbing. Configurable and rate-limited; never interrupts.