AIToday
RoboticsLarge Language ModelsHacker NewsPublished: Jul 17, 2026, 13:00 JST2 min read

PocketVeto: Bluetooth AI agent control from your phone

PocketVeto: Bluetooth AI agent control from your phone

Key takeaway

  • PocketVeto is a free, Bluetooth-only approval system that lets you control AI coding agents (like those in Cursor or Claude Code) from your phone when you are away from your desk.

  • It sends approval requests as notifications and shows a live dashboard of what agents are doing — all without internet or local network routing, so it stays secure and private even in restricted WiFi environments.

3 Key Points

  1. What happened

    A developer released PocketVeto, a v1 tool that lets you approve or deny risky actions (shell commands, file writes) from AI coding agents running on your PC, directly from your phone via Bluetooth, with a live dashboard showing agent activity. It works on Windows and Linux, hooks into Cursor and Claude Code, and requires no internet or WiFi routing.

  2. Why it matters

    If you rely on AI coding agents to write code unsupervised, you now have a way to stay in control from away from your desk — approving or blocking dangerous operations in real time without watching a terminal. The Bluetooth-only design means it works even when WiFi access points block local network communication.

  3. What to watch

    The tool is open source (MIT license) and available now via GitHub; macOS Bluetooth support is deferred post-v1. Installation is a one-line shell command, plus Android app sideload and Bluetooth pairing. Full setup details are in docs/setup.md.

Ask the AI about this article →

Context & Analysis

PocketVeto addresses a specific pain point for developers who use AI coding agents: the need to authorize potentially dangerous operations (like running shell commands or writing files) without being tethered to their workstation. By moving approval decisions to a phone via Bluetooth, the tool removes friction from remote supervision while preserving security — the Bluetooth-only design ensures that approval requests work even in corporate or isolated WiFi environments where local network traffic is blocked or unreliable.

The architecture is straightforward: a Rust server binary on the host machine runs an HTTP API, SQLite audit log, and Bluetooth bridge; the Android app holds an open socket and displays notifications and a live dashboard. Integration is direct — the tool hooks into Cursor and Claude Code's native extension points (hook.json configuration files) so agents automatically send approval requests before executing risky operations. This means no modification to the agents themselves is needed.

FAQ

What platforms does PocketVeto support?
v1 supports Windows, native Linux, and Linux devcontainers (via a host-sidecar pattern). macOS Bluetooth support is deferred to post-v1, though the non-Bluetooth parts of the binary compile and run on macOS so a Mac can host agents that gate against a Linux or Windows server.
Which AI coding agents does it work with?
PocketVeto integrates with Cursor and Claude Code by installing hooks into .cursor/hooks.json and .claude/settings.json during initialization.
How do I install and set up PocketVeto?
Install the binary with a one-line shell command (curl -fsSL https://github.com/pocket-veto/pocket-veto/releases/latest/download/install.sh | sh), run pocket-veto init to pair Bluetooth and configure hooks, then sideload the Android APK and pair your phone. See docs/setup.md for full details.

Get the latest Robotics news every morning

For example, today's edition would include:

  • AI and robots take center stage at K-Safety Expo 2026DIGITIMES Asia · 1h ago
  • Skild AI unveils S1 robot foundation modelThe Robot Report · 13h ago
  • BHP's AI cuts downtime, boosts iron ore outputTop Companies AI · 16h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleAI Safety Seeding Initiative launches to build university groups