Skip to content

RaRdq/RR_PCTerminalOrchestra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClaudeMobileTerminal

Control Claude Code terminals remotely via Telegram, Discord, or WebSocket with clean, filtered output.

Purpose

Controll terminals from messengers, easy connect to your PC from any device and controll it using chatbots (Telegram, WhatsApp, Discord) or webhooks from your services.

Use Cases

  • Remote Development: Access Claude Code from your phone while away from computer
  • Team Collaboration: Share Claude terminal sessions with team members
  • Mobile Workflows: Run Claude commands during commutes or meetings
  • Clean Documentation: Generate clean command outputs for documentation
  • Multi-Device Access: Switch between desktop and mobile seamlessly

Telegram Quick Setup

  1. Get Bot Token: Message @BotFather on Telegram → /newbot → copy token
  2. Configure: Edit src/Backend/appsettings.json and add your bot token
  3. Run: ./run-production.sh (or dotnet run from src/Backend/)
  4. Use: Message your bot with /new to create a terminal, then claude to start

Basic Commands

  • /new - Create terminal
  • claude - Start Claude Code
  • say "hello" - Send command to Claude
  • //help - runs command on the terminal instead of bot
  • /list - Show active terminals
  • /kill <id> - Close terminal

📄 License

This project is dual-licensed:

  • Open Source Use: Apache 2.0 License for non-commercial use
  • Commercial Use: Custom license requiring attribution

See LICENSE for full details.

For commercial licensing inquiries, please contact the author.

About

Terminal orchestrator from messengers + Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors