All articles

This article is being written from my phone. Not just the idea — the actual writing, structure, and content. I'm on my couch, Claude Code is running on my laptop in the other room, and everything you're reading was produced through that connection. The file creation, the HTML generation, the git commit, the push to production — Claude handled all of it remotely while I typed from my phone. This is not a demo. You're reading the output.

Cet article a été écrit depuis mon téléphone. Pas juste l'idée — l'écriture réelle, la structure, le contenu. Je suis dans mon salon, Claude Code tourne sur mon ordinateur portable dans l'autre pièce, et tout ce que vous lisez a été produit via cette connexion. La création du fichier, la génération du HTML, le commit git, le push en production — Claude a tout géré à distance pendant que je tapais depuis mon téléphone. Ce n'est pas une démo. Vous lisez le résultat.

What Remote Control Actually Is

Ce qu'est vraiment Remote Control

Claude Code is a CLI tool that runs on your machine. Remote Control is a feature that connects that running session to any other device — your phone, a tablet, a browser on a different computer. The important detail: Claude keeps running locally the entire time. Your files don't move anywhere, your tools stay available, nothing goes to a cloud server. The remote device is just a window into your machine.

Claude Code est un outil CLI qui tourne sur votre machine. Remote Control est une fonctionnalité qui connecte cette session à n'importe quel autre appareil — votre téléphone, une tablette, un navigateur sur un autre ordinateur. Le détail important : Claude continue de tourner localement en permanence. Vos fichiers ne bougent nulle part, vos outils restent disponibles, rien ne passe par un serveur cloud. L'appareil distant n'est qu'une fenêtre sur votre machine.

How to Enable It

Comment l'activer

Two ways to start a Remote Control session. From a new terminal in your project folder, run:

Deux façons de démarrer une session Remote Control. Depuis un nouveau terminal dans votre dossier de projet :

bash
claude --remote-control

Or if you're already inside a Claude Code session, just type:

Ou si vous êtes déjà dans une session Claude Code, tapez simplement :

slash command
/remote-control

Either way you get a URL and a QR code in your terminal. Scan it with your phone or open the URL in any browser. That's the full setup.

Dans les deux cas, vous obtenez une URL et un QR code dans votre terminal. Scannez-le avec votre téléphone ou ouvrez l'URL dans n'importe quel navigateur. C'est toute la configuration.

Step by step

Étape par étape

  1. Get Claude Code at claude.ai/code
  2. Open a terminal in your project folder
  3. Run claude --remote-control
  4. Scan the QR code that appears in your terminal
  5. Download the Claude app — iOS or Android
  1. Obtenez Claude Code sur claude.ai/code
  2. Ouvrez un terminal dans votre dossier de projet
  3. Lancez claude --remote-control
  4. Scannez le QR code qui apparaît dans votre terminal
  5. Téléchargez l'appli Claude — iOS ou Android

Tip

To enable Remote Control automatically for every session, run /config inside Claude Code and set Enable Remote Control for all sessions to true. You'll never have to think about it again.

Conseil

Pour activer Remote Control automatiquement à chaque session, lancez /config dans Claude Code et mettez Enable Remote Control for all sessions à true. Vous n'aurez plus jamais à y penser.

What You Can Actually Do With It

Ce que vous pouvez vraiment faire avec

  • Continue a session from another room without losing any context
  • Send follow-up instructions without sitting down at your desk
  • Get push notifications on your phone when a long task finishes or Claude needs a decision
  • Work from anywhere — couch, coffee shop, commute — with full access to your local environment
  • Switch between terminal, browser, and phone interchangeably — the conversation stays in sync across all of them
  • Continuer une session depuis une autre pièce sans perdre le contexte
  • Envoyer des instructions de suivi sans vous asseoir à votre bureau
  • Recevoir des notifications push sur votre téléphone quand une longue tâche se termine ou que Claude a besoin d'une décision
  • Travailler depuis n'importe où — canapé, café, transport — avec accès complet à votre environnement local
  • Passer du terminal au navigateur au téléphone de façon interchangeable — la conversation reste synchronisée partout

This Article Is the Proof

Cet article en est la preuve

While writing this, I was on my phone. Claude was on my laptop. I described what I wanted — the narrative, the sections, the tone. Claude built the full HTML with bilingual content, committed it to the repo, and pushed it to production. I didn't touch my laptop once. If you're reading this, the workflow worked.

Pendant l'écriture de cet article, j'étais sur mon téléphone. Claude était sur mon ordinateur. J'ai décrit ce que je voulais — le récit, les sections, le ton. Claude a généré le HTML complet avec le contenu bilingue, l'a commité dans le dépôt et poussé en production. Je n'ai pas touché mon ordinateur une seule fois. Si vous lisez ceci, le workflow a fonctionné.

Note

One limitation worth knowing: your local machine needs to stay on and running. If you close the terminal or shut down, the session ends. Remote Control is for staying connected while you move around — not for leaving your machine off.

Note

Une limitation à connaître : votre machine locale doit rester allumée et en marche. Si vous fermez le terminal ou éteignez l'ordinateur, la session se termine. Remote Control sert à rester connecté pendant que vous vous déplacez — pas à laisser votre machine éteinte.

The best tools are the ones that get out of your way and let you think.

— Something that became obvious the moment I published this from my couch

Full documentation at code.claude.com/docs/en/remote-control. Read it once, enable it, and then forget about it.

Documentation complète sur code.claude.com/docs/en/remote-control. Lisez-la une fois, activez la fonctionnalité, et oubliez-la.