Approve Claude Code permission requests from your phone via ntfy
Claude Code asks for permission before running tools (Bash, Write, Edit, etc.). If you're not at your terminal, it just waits. This tool hooks into Claude Code's PermissionRequest hook and sends each prompt as a push notification to your phone via ntfy.sh. Tap Approve or Deny, and Claude continues. Setup: npm install -g claude-remote-approver claude-remote-approver setup Then scan the QR code with the ntfy app on your phone and start a new Claude Code session. How it works: The hook POSTs the permission request to an ntfy topic, then subscribes to a response topic via SSE. When you tap a…
What it does
In the maker’s words, at launch
Claude Code asks for permission before running tools (Bash, Write, Edit, etc.). If you're not at your terminal, it just waits. This tool hooks into Claude Code's PermissionRequest hook and sends each prompt as a push notification to your phone via ntfy.sh. Tap Approve or Deny, and Claude continues. Setup: npm install -g claude-remote-approver claude-remote-approver setup Then scan the QR code with the ntfy app on your phone and start a new Claude Code session. How it works: The hook POSTs the permission request to an ntfy topic, then subscribes to a response topic via SSE. When you tap a button on your phone, ntfy delivers the response back. The hook writes {"behavior":"allow"} or {"behavior":"deny"} to stdout and exits. The topic name is generated with crypto.randomBytes(16) (128 bits), config file is 0600, and unanswered requests auto-deny after 120 seconds. If you don't want requests going through the public ntfy.sh server, you can self-host ntfy and point the config at your own instance. Github: https://github.com/yuuichieguchi/claude-remote-approver npm: https://www.npmjs.com/package/claude-remote-approver
Does the same job
all alternatives →
- Claude Code Remote ControlFeb 2026 · ▲480
Continue local sessions from any device with Remote Control


- ACA context-aware permission guard for Claude CodeMar 2026 · github.com · ▲127
We needed something like --dangerously-skip-permissions that doesn’t nuke your untracked files, exfiltrate your keys, or install malware. Claude Code's permission system is allow-or-deny per tool, but that doesn’t really scale. Deleting some files is fine sometimes. And git checkout is sometimes not fine. Even when you curate permissions, 200 IQ Opus can find a way around it. Maintaining a deny list is a fool's errand. nah is a PreToolUse hook that classifies every tool call by what it actually does, using a deterministic classifier that runs in milliseconds. It maps commands to action types…

More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com