Windows Installation

Install Remote Code CLI on Windows using Windows Subsystem for Linux (WSL)

Step 1: Install WSL

Remote Code CLI runs on Linux, so you'll need to install Windows Subsystem for Linux (WSL) first.

Open PowerShell as Administrator and run:

wsl --install

Note:

You may need to restart your computer after installing WSL. This will install Ubuntu by default.

Step 2: Install Remote Code CLI

Once WSL is installed, open your WSL terminal (Ubuntu) and run the installation script:

In your WSL terminal, run:

curl -fsSL https://remote-code.com/install.sh | bash

Or using wget:

wget -qO- https://remote-code.com/install.sh | bash

Step 3: Launch Remote Code

Navigate to your project directory and launch Remote Code:

cd /path/to/your/project
remote-code

💡 Tips for Windows Users

  • • Access your Windows files from WSL using /mnt/c/
  • • You can open WSL from any Windows folder by typing wsl in the address bar
  • • Use Windows Terminal for a better WSL experience
  • • Your WSL home directory is separate from your Windows user directory

Next Steps

  1. Install the iOS app via TestFlight
  2. Run remote-code in your WSL terminal
  3. Scan the QR code with your iOS device to connect
  4. Start coding from anywhere!