Hami Kainyفارسی
Work

telegram-linux-bot

A Linux terminal assistant that lives inside a Telegram bot.

Back to all projects

What it does

Simulates a native CLI session over Telegram with per-user privilege handling, backed by Gemini for technical responses. Manage a server from your phone without exposing SSH.

System architecture

Telegram messages pass through isolated user sessions and a Python command layer, with Gemini providing technical responses.

  1. Telegram userPhone interface
  2. Telegram Bot APIMessage transport
  3. User sessionPer-user privileges
  4. Gemini APITechnical responses
  5. Linux assistantCLI-style workflow