Analysis updated 2026-05-18
See at a glance whether a running Claude Code session needs your approval or attention.
Track multiple Claude Code sessions across the terminal and VS Code from one status bar.
Get a visual notch style indicator instead of switching windows to check on an AI coding session.
| eyadhammouda/pookify | devkriter/capsos-agent-tracker | verback2308/ytlite | |
|---|---|---|---|
| Stars | 36 | 36 | 36 |
| Language | Swift | Swift | Swift |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Building from source needs Xcode's Command Line Tools installed first.
Pookify is a small macOS app that adds a status indicator for Claude Code, styled after the iPhone's Dynamic Island, to the notch area of a MacBook screen. Claude Code is a coding assistant that runs in a terminal or as a VS Code extension, and Pookify gives it a visible presence at the top of the screen so a person can see at a glance what their AI coding sessions are doing. The app works by hooking into events Claude Code already fires: when a tool starts, when a tool finishes, when a turn ends, or when a prompt needs approval. A small compiled helper writes each session's status to a file, and Pookify checks that folder several times a second to draw the island. If several sessions are running at once, the closed bar shows the one that needs attention most, along with a count badge for how many are active. A session waiting for permission shows an amber dot and takes priority over the others. Clicking the island opens a stack showing every running session. Installation is a two step process: cloning the repository, then running an install script that builds the app, adds it to Applications, and wires up the needed hooks in Claude Code's settings file, after backing that file up first. Building from source requires Xcode's Command Line Tools. On MacBooks that do not have a physical notch, Pookify draws its own notch shape at the top of the screen so the experience looks the same. With multiple monitors connected, a user can choose which screen shows the island. The app runs entirely on the user's Mac, makes no network calls, and collects no analytics. It is an independent, unofficial project not affiliated with Anthropic or Apple, and the names Claude Code and Dynamic Island belong to those companies respectively. Pookify itself is released under the MIT license and is offered as a free, non-commercial project.
A free macOS app that shows the status of your Claude Code coding sessions in a Dynamic Island style bar on your MacBook's notch.
Mainly Swift. The stack also includes Swift, macOS, Claude Code hooks.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice, under the MIT license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.