pockode

skill
Security Audit
Pass
Health Pass
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 54 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool acts as a remote mobile interface for AI coding agents like Claude Code and Codex. It allows you to connect to your local development machine via your smartphone to chat with AI, browse files, and review code from anywhere.

Security Assessment
Overall risk: Medium. The tool acts as a remote gateway to your development machine, which inherently exposes your local environment over a network. The automated code scan (12 files) found no dangerous patterns or hardcoded secrets, and the tool does not request explicitly dangerous permissions. However, it requires an auth token to run, implying it opens a network connection to facilitate remote control. Additionally, the default installation method relies on piping a remote web script directly into the shell (`curl | sh`), which is a common but inherently risky practice. Users should inspect the script before running it.

Quality Assessment
The project appears to be in early but highly active development, with its most recent push happening today. It has garnered 54 GitHub stars, indicating a fair amount of early community interest and trust. The repository includes a description and continuous integration badges. However, it uses a custom "O'Saasy License" rather than a standard open-source license, which restricts usage strictly to personal use and means it does not carry a standard OSI-approved open-source designation.

Verdict
Use with caution — the code is actively maintained and passed initial security checks, but the non-standard license and inherent risks of exposing your local machine over a network warrant careful review before installing.
SUMMARY

Mobile interface for Claude Code and Codex — control your local AI coding agent from anywhere

README.md

Pockode

Server
Web

Your dev machine in your pocket.

Pockode connects your phone to your home dev machine running Claude Code. Chat with AI, browse files, review diffs, and manage worktrees — from anywhere.

Chat Sessions File Diff
Chat Sessions File Diff

Why Pockode?

Your powerful dev machine sits at home. With Pockode, you can use it from anywhere.

  • Commute coding — Fix bugs on the train using your home workstation
  • Quick hotfixes — Push a fix from your couch, no laptop needed
  • Code review — Review diffs while waiting in line
  • Stay in flow — Your ideas don't wait for you to get home

Features

Feature Description
AI Chat Natural language coding with Claude Code
File Browser Navigate and edit your codebase
Diff Viewer Review changes with syntax highlighting
Session Management Switch between projects and conversations
Worktree Support Manage multiple branches simultaneously

Quick Start

# Install
curl -fsSL https://pockode.com/install.sh | sh

# Run (on your dev machine)
pockode -auth-token YOUR_PASSWORD

Scan the QR code with your phone. Done.

Status

Early-stage. Actively developed. APIs may change.

Feedback

Ideas? Bugs? Open an issue.

Not accepting code contributions yet (heavy refactoring in progress), but feedback shapes the roadmap.

Links

License

O'Saasy License — Free for personal use.

Reviews (0)

No results found