Skip to content

Releases: kaosb/tgcli

v0.1.0

24 Mar 16:13

Choose a tag to compare

First public release

Telegram CLI for personal accounts — send messages, search conversations, sync history, and download media from your terminal.

Features

  • Login — fully interactive setup (API credentials + phone + code + 2FA)
  • Send — text messages and files with captions
  • Chat list — filter by type (private, group, channel)
  • Messages — read history, view context around a message
  • Search — offline full-text search via SQLite FTS5
  • Sync — download message history to local database
  • Export — export chat messages as JSON (from API or local DB)
  • Download — download media from messages
  • Logout — terminate session cleanly

Install

CGO_ENABLED=1 go install github.com/kaosb/tgcli@v0.1.0

Or download a pre-built binary below.