Linux Installation

Install Remote Code Uplink on your Linux system

Quick Install

Install Remote Code Uplink 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

Launch Remote Code

Launch Remote Code:

remote-code

If command not found:

Use the full path: ~/.remote-code/bin/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.

Next Steps

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