Analysis updated 2026-05-18
Send coding tasks to OpenCode from your phone and watch it edit files in real time.
Resume or watch live OpenCode sessions running on your PC from Telegram.
Schedule recurring prompts to run automatically in a chosen project.
Kill a runaway OpenCode session remotely by its process ID.
| artickc/opencode-telegram-bot | adguardteam/ruleseditor | bymilon/aether-nexus-dashboard | |
|---|---|---|---|
| Stars | 7 | 7 | 7 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2026-07-01 | — |
| Maintenance | — | Active | — |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js, an existing OpenCode installation, and a Telegram bot token.
This project lets you control OpenCode, an AI coding assistant, from Telegram on your phone. It connects to OpenCode using its Agent Client Protocol and turns your phone into a remote control for a coding assistant running on your own computer. You send a message from anywhere, and the bot relays it to OpenCode, which can then plan out work, read files, run commands, and edit code on your machine, sending the results back to your chat as they happen. The bot supports switching between different project folders, resuming past coding sessions, and even watching or joining sessions that are already running live on your PC. You can stop a specific running session by its process ID, or stop them all at once. While a task runs, a pinned status panel shows which project, model, and session is active, along with a live progress bar. File edits are shown as readable diffs, and every tool the assistant uses, such as searching files, running shell commands, or calling other connected tools, gets its own clearly formatted card in the chat, along with a status icon showing whether it succeeded or failed. Other features include scheduling prompts to run automatically on a timer, sending multiple photos with a prompt for the assistant to look at, queuing follow-up messages while it is busy, voice message transcription, and access restricted to specific Telegram user accounts you approve. The bot can also install itself as a background service so it keeps running after a reboot, on Windows, Linux, or macOS. This is aimed at developers who already use OpenCode and want to check on or direct their coding assistant while away from their desk. It requires Node.js, an OpenCode installation, and a Telegram bot token to set up, and it is a fork of an earlier project called kiro-telegram-bot rebuilt for OpenCode. It is released under the MIT license.
A Telegram bot that lets you remotely control and monitor the OpenCode AI coding assistant running on your computer.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Telegram Bot API.
MIT license: free to use, modify, and share, including commercially, as long as the copyright notice stays attached.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.