Claude Code.
Now in your pocket.

Run Claude Code remotely from any device — no SSH, no open terminal. Connect Telegram in under 5 minutes.

From zero to live in 5 minutes.

Watch the full setup flow — install, connect Telegram, send your first command.

zsh — myproject
$ 
  Downloading remoteagent v1.0.0...
  Verifying checksum...
  Installing to /usr/local/bin/remoteagent...
 remoteagent installed
 
$ 
? Select a runner (↑↓ arrows, enter)
claude-code
claude-sdk
gemini
codex-cli
aider
opencode
 Runner: claude-code
 
? Anthropic API key
 API key saved
 
? Pairing code (see dashboard): 
 
  Connecting to remoteagent.chat...
 Agent paired successfully
  Listening on myproject...
remoteagent.chat/dashboard
Agents
+ Pair new agent
Project name
Generate pairing code
Paste this in your terminal
Expires in 10:00
Agent live on Telegram
Your Claude Code agent is now listening for commands from any device.
✓  Connected to remoteagent.chat
✓  Runner: claude-code
✓  Telegram bot active
RA
remoteagent.chat
bot
✓ Agent active
myproject is now connected.
Send your first command to get started.12:33
Hello!12:34 ✓✓
Hi! How can I help you today?12:34
Message...

Three steps.
Then just type.

Everything set up from one terminal command.

01
Install the agent

One curl command installs RemoteAgent.CHAT and runs the setup wizard. Select Claude Code as your runner — the wizard installs it if needed. Your API keys never leave your machine.

curl -fsSL https://remoteagent.chat/install | bash
02
Connect Telegram

Log in to remoteagent.chat — your pairing code is waiting in the dashboard. Paste it into the wizard. Telegram is linked in seconds. No BotFather, no webhook setup.

remoteagent init
03
Start building

Message your bot in natural language. “Refactor the auth module.” “Fix the 500 error in /api/users.” “Push to main.” Claude Code handles the rest.

just type, your agent does the rest

Everything Claude Code can do.
From your pocket.

No terminal needed

Send prompts to Claude Code directly from Telegram. Works from any device — phone, tablet, laptop — without keeping a terminal open.

Done notifications

Send a task, lock your phone. Get a Telegram notification the moment Claude Code finishes — or if something goes wrong.

Multi-project, one bot

Register as many repos as you need. Switch between them with /repo — one Telegram conversation manages your entire stack.

Voice & image input

Send a voice message describing the task — it gets transcribed and forwarded. Drop a screenshot of a bug for Claude to fix.

Always-on daemon

No need to manually start a session. Claude Code runs as a persistent background process, ready for your command 24/7.

Session dashboard

Full history of every command, its output, and status. See what ran, when, and for how long — from any browser.

Claude Code must be installed on your machine. If it's not already installed:

npm i -g @anthropic-ai/claude-code

The remoteagent init wizard will check for it and offer to install it if it's missing.

Claude Code + Telegram — FAQ

Do I need a Claude.ai subscription?

No. RemoteAgent.CHAT uses your own Anthropic API key — the same one you already use with Claude Code. You pay Anthropic directly for API usage. No Claude.ai subscription required.

Does it work while my terminal is closed?

Yes. Unlike Claude Code's built-in remote control (which requires an open session), RemoteAgent.CHAT runs Claude Code as a persistent daemon. Your terminal can be closed, your laptop can be on sleep, and the agent still picks up commands.

Can I use Claude Code on a remote Linux server?

Absolutely. Install Claude Code and the RemoteAgent.CHAT CLI on your server, run remoteagent init, and it's ready. You control it from Telegram — no SSH session required while it's running.

Does my API key leave my machine?

Never. Your Anthropic API key is stored locally in ~/.remoteagent/ and is used directly by the agent process on your machine. It is never sent to RemoteAgent.CHAT servers.

How is this different from Claude Code Channels?

Claude Code Channels requires an open terminal session — if you close it, messages are dropped. RemoteAgent.CHAT is an always-on daemon. See the full comparison at /compare/claude-code-channels.

How long does setup take?

Under 5 minutes. Install the CLI with one curl command, run remoteagent init, paste the pairing code from the dashboard, and you're live on Telegram. No server config, no ports, no reverse proxy.

Try everything free.
For 14 days.

Full Pro access from day one. No credit card. No feature limits.

Solo
$5/mo
billed monthly
  • 1 project
  • Agent offline alerts
  • Voice input — 30 min/mo
Start free trial
Enterprise
Need more seats?
Let's talk.
  • Unlimited seats
  • Custom integrations
  • SLA & invoicing
Contact us
14-day free trial on all plans — no credit card required. Cancel anytime.

Use Claude Code with Telegram.
Start free today.

14 days Pro, no credit card. Set up in under 5 minutes.

curl -fsSL https://remoteagent.chat/install | bash