Linux Installation

Install Remote Code CLI on your Linux system

Quick Install

Install Remote Code CLI with a single command:

Using curl:

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

Using wget:

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

Manual Installation

If you prefer to install manually or inspect the installation script:

1. Download the installer script:

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

2. Review the script (optional but recommended):

cat install.sh

3. Make it executable and run:

chmod +x install.sh && ./install.sh

System Requirements

Supported Distributions:

  • Ubuntu 18.04+
  • Debian 10+
  • CentOS 7+
  • RHEL 7+
  • Fedora 30+
  • Arch Linux

Prerequisites:

  • curl or wget
  • Internet connection
  • 64-bit architecture

Launch Remote Code

Navigate to your project directory and launch Remote Code:

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

🔧 Troubleshooting

Command not found:

You may need to restart your terminal or run source ~/.bashrc to refresh your PATH.

Permission denied:

Make sure you have proper permissions to install software. You may need to run the installer with sudo.

Network issues:

If you're behind a corporate firewall, you may need to configure proxy settings or download the binary manually.

Next Steps

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