touchgrass.sh
Remote control Claude Code, Codex, Pi and more with Telegram.
Manage your code projects, build personal agents and manage long-running sessions from your phone.
touchgrass.sh
Manage your code projects, build personal agents and manage long-running sessions from your phone.
Zero config
Wraps your existing CLI. Just prefix with tg and you're live.
Multi-tool
Claude Code, Codex, Pi, and Kimi supported out of the box.
Build agents
Scaffold personal agents with workflows, skills, and updatable core.
Works from anywhere
Send prompts, approve tool calls, share files, and reply with context — all from Telegram on your phone.
Lightweight
Just a PTY bridge and daemon. Auto-starts when you run a session, auto-stops when idle. No background services.
Get started in 60 seconds
curl -fsSL https://touchgrass.sh/install.sh | bash
tg setup # connect your Telegram bot
tg pair # pair from chat
tg claude # start a bridged sessionBuild a personal agent
Scaffold an agent with workflows and skills. The managed core updates automatically — your customizations stay untouched.
tg agent create my-agent --name "My Agent"
cd my-agent
tg claude