Skip to content

Releases: Imolatte/claude-cli-telegram

v1.0.0 — First Public Release

20 Mar 09:44

Choose a tag to compare

TG Claude v1.0.0

Turn your Mac or Linux machine into a remote Claude Code terminal — controlled from Telegram.

Highlights

  • Full Claude Code CLI — not an API wrapper, spawns real CLI with all tools
  • Live streaming progress — see exactly which files and commands Claude uses
  • Session management — auto-resume, rotate, switch, rename
  • Approval system — dangerous ops require your approval via Telegram buttons
  • Voice input — Groq Whisper STT
  • Git panel — status, diff, log, stage, commit (AI message), push, pull
  • 30+ commands — shell, system info, clipboard, file download, reminders, Mac remote control
  • Group chat support — add bot to groups with access control
  • i18n — English + Russian (auto-detected)
  • Setup wizard — guided first-time configuration

Quick Start

git clone https://github.com/Imolatte/tg-claude.git
cd tg-claude && cp config.example.json config.json
cd worker && npm install && node index.mjs

See README for full setup instructions.