Perfect Claude Code Notifications Setup with Tailscale and ntfy
If you’re like me and have been hooked into running Claude Code on your phone , running several sessions in parallel like Boris , you may have noticed that it is easy to lose track of what is going on on all those sessions. You may go away for a sec, distracted by Minecraft parkour videos and forget that Claude is waiting for your input. Idea Claude Code comes with a notification hook . Some terminals support it natively ( iTerm2 , Kitty , Ghostty ) but most don’t, and even when they do, it’s a system notification which is easy to miss if you step away. The idea is to get a phone notification when Claude Code needs your input. I considered a few options, and I ended up choosing ntfy as the notification provider. To make sure that everything stays private, I decided to host ntfy on my machine and use Tailscale as my private network. I was also tired of dealing with bash scripts. I kept running into compatibility issues between Mac, Linux and Windows, so I built a small tool to solve tha
Continue reading on Dev.to
Opens in a new tab



