Tebis banner
johnkozaris johnkozaris

Tebis

AI community

Description

Cross platform Telegram bridge. Drive AI coding agents running in tmux/psmux, like claude code, from Telegram. Rust, single binary, local-only.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Tebis: Connect telegram to coding agents.

tebis

**Control local terminal agents from Telegram.**

Tebis is a small Rust daemon that connects a private Telegram bot to local terminal sessions. Send prompts, voice notes, and slash commands from your phone; Tebis types into `tmux`/`psmux`, reads back useful output, and can send voice replies.

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Rust 2024](https://img.shields.io/badge/rust-edition%202024-orange?logo=rust)](Cargo.toml) [![MSRV 1.95](https://img.shields.io/badge/MSRV-1.95-blue?logo=rust)](Cargo.toml) [![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20Windows-lightgrey)](#requirements)

**Supported:** Linux, macOS, and Windows.

Requirements

Platform You need
macOS Rust 1.95+, tmux 3.x, Xcode Command Line Tools
Linux Rust 1.95+, tmux 3.x, C++ build tools, CMake
Windows Rust 1.95+, [psmux][psmux], Visual Studio Build Tools with C++, CMake

Works with Claude Code, Copilot CLI, aider, shells, or any terminal app that accepts keyboard input. Voice features may download local speech models during setup.

Quick start

**macOS / Linux:**

curl -fsSL https://github.com/johnkozaris/tebis/releases/latest/download/install.sh | sh
tebis setup

**Windows (PowerShell):**

irm https://github.com/johnkozaris/tebis/releases/latest/download/install.ps1 | iex
tebis setup

Both installers verify SHA-256 against the release sidecar, drop a single binary in a per-user prefix (`~/.local/bin/` or `%LOCALAPPDATA%\Programs\tebis\`), and surface PATH instructions if needed. See [Install guide](docs/install.md) for upgrade, uninstall, and offline install.

**From source** (Rust 1.95+ and a C++ toolchain):

git clone https://github.com/johnkozaris/tebis.git
cd tebis
cargo build --release
./target/release/tebis s