You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short answer: install TelegramCode on your own machine or VPS, create a Telegram bot, and bind a forum topic (or the bot's own DM) to a project folder. Start a Claude Code or OpenCode session in that topic and you drive it entirely from Telegram: type prompts, send voice notes, or drop in files, and the agent's output streams back into the same topic. Your phone never runs the agent, it stays on your machine.
Each topic is one project with its own isolated session, like terminal tabs, and two topics can point at the same folder for parallel work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Short answer: install TelegramCode on your own machine or VPS, create a Telegram bot, and bind a forum topic (or the bot's own DM) to a project folder. Start a Claude Code or OpenCode session in that topic and you drive it entirely from Telegram: type prompts, send voice notes, or drop in files, and the agent's output streams back into the same topic. Your phone never runs the agent, it stays on your machine.
Each topic is one project with its own isolated session, like terminal tabs, and two topics can point at the same folder for parallel work.
Install:
npm install -g telegramcode(Node 22+, MIT).Full quick start and command list: https://github.com/olosegres/telegramcode#quick-start
All reactions