Andrey Markin
  • home
  • services
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Telegram Claude
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. telegram-claude
RepoAI CodingOpen Sourceagentscli

telegram-claude

Telegram bot interface for Claude Code on a VPS. Message the bot, it spawns Claude Code in the selected project directory and streams results back — voice notes, streaming responses, session continuity, plan-mode interception.

Added April 30, 2026
Visit repo

I built this to use Claude Code from my phone without opening an SSH client. Pick a project from an inline keyboard, type or record a voice note describing what you want, and Claude Code does the work — edits files, runs commands, opens PRs — streaming output back as Telegram messages.

See my walkthrough on setting up the underlying VPS environment (Hetzner + Tailscale + Tmux + Caddy) in Claude Code on VPS: Full Setup to Code from Your Phone — the Telegram bot is the layer on top that makes the whole thing feel like chatting with your dev environment.

Built with TypeScript, Bun, grammY, and Groq Whisper for voice transcription. Runs as a systemd user service on the same VPS that hosts your projects.

Related

  • netxjs-monorepoOpinionated Next.js + Turborepo starter with Biome linting, TypeScript, shadcn/ui, and pre-loaded Claude Code agent skills and hooks.
  • MediabunnyTypeScript library for reading, writing, and converting media files directly in the browser — like FFmpeg, but for the web. Zero dependencies, tree-shakable, and hardware-accelerated via the WebCodecs API.
  • deepsecAI-powered vulnerability scanner that uses coding agents to perform deep security analysis of codebases — regex-based candidate matching followed by LLM-driven investigation, with support for distributed execution and PR diff review.
  • Learn Harness EngineeringA 12-lecture curriculum on building effective harnesses that enable AI agents to complete complex tasks reliably — covering architecture, state management, session continuity, and observability patterns.