Analysis updated 2026-05-18
Talk to a Claude Code instance by voice or text from your phone away from your desk.
Send a screenshot or photo and have Claude look at it directly in the conversation.
Get spoken voice replies read back to you instead of reading text on screen.
Keep a long running coding task going and get notified when Claude needs attention.
| fcecin/claudegram | 0xhassaan/nn-from-scratch | 3ks/embedoc | |
|---|---|---|---|
| Stars | 0 | 0 | — |
| Language | Python | Python | Python |
| Last pushed | — | — | 2023-06-08 |
| Maintenance | — | — | Dormant |
| Setup difficulty | hard | moderate | hard |
| Complexity | 4/5 | 4/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Runs Claude Code with full permission bypass, the author warns to only use it on an isolated machine with no sensitive data or credentials.
Claudegram is a private Telegram bridge that lets you control a Claude Code coding assistant instance from your phone using voice or text messages. You talk to your own Telegram bot, it transcribes your voice locally on your machine, echoes back what it heard, sends the request to a Claude Code instance running on your computer, and streams back everything Claude does along with its final answer, all while sitting in your system tray. The README opens with a serious warning that this tool runs Claude Code with full permissions bypassed, meaning it can run any shell command and read, edit, or delete any file on the machine as your own user account, triggered remotely by anyone who can message the bot. Because of this, the author strongly recommends only running claudegram on a separate, isolated machine that holds no sensitive credentials, cloud logins, password managers, browser sessions, crypto wallets, or personal documents, since the built-in safety features are described as guardrails rather than a true sandbox. Features include local voice transcription using an open source speech model, sending photos or images for Claude to look at directly, spoken voice replies using an offline text-to-speech engine, batching multiple quick messages into one request, and streaming Claude's answer back in readable chunks as it writes. A live activity board shows what Claude is currently doing, such as running commands or reading files, and a watchdog process keeps checking in on long running background tasks so nothing gets silently forgotten. The bridge is locked to a single allowed Telegram account, uses your existing Claude subscription rather than a separately billed API key, and includes a firewall style guard meant to detect and block genuine hacking attempts made through the bot, plus a stricter tripwire that locks everything down if any other person messages the bot at all.
A Telegram bridge that lets you control a fully autonomous Claude Code instance from your phone by voice or text, meant only for an isolated, low-risk machine.
Mainly Python. The stack also includes Python, Telegram, faster-whisper.
No license information is provided in the README.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.