Tasify — Claude Code Real-Time Monitor
Tasify is an open-source companion extension for Claude Code that gives you live visibility into your AI coding sessions. It bridges Claude Code's hook system with your browser, turning silent background tasks into a transparent, controllable experience.
What it does
When Claude Code runs tasks like refactoring code, editing files, or executing shell commands, Tasify captures those events in real time and displays them in an easy-to-read popup. You can see exactly what Claude is doing, when it requests permission to run commands, and whether tasks complete successfully or encounter errors.
Quick start
- Install the host:
npm install -g @tasify/host (the installer automatically registers the Native Messaging host and configures Claude Code hooks)
- Pin Tasify to your toolbar and open the popup — it connects automatically
- That's it. Start a Claude Code session and watch events stream in
Why install it
- See what's happening — A live event feed shows every hook event, task milestone, and status change in real time, so you're never left guessing what Claude is working on
- Control permissions — When Claude needs to execute a shell command, Tasify sends a desktop notification with Approve / Deny buttons. You stay in control without switching back to the terminal
- Stay informed — Configurable desktop notifications alert you about permission requests, errors, tool executions, and session state changes. Choose which events matter to you
- Lightweight — Minimal 380px popup interface with no cloud services, no telemetry, and no background overhead. Everything runs locally on your machine
Privacy Policy | All Projects