Skip to content

Instantly share code, notes, and snippets.

@alpezed
Created March 28, 2025 02:56
Show Gist options
  • Save alpezed/171bb79028b5aa1f10372d7d5827a6a5 to your computer and use it in GitHub Desktop.
Save alpezed/171bb79028b5aa1f10372d7d5827a6a5 to your computer and use it in GitHub Desktop.
Cursor Remote Tunnel
#### Download the Cursor CLI on your remote machine:
curl -Lk 'https://api2.cursor.sh/updates/download-latest?os=cli-alpine-x64' --output cursor_cli.tar.gz
#### Extract the CLI:
tar -xf cursor_cli.tar.gz
#### Create a secure tunnel:
./cursor tunnel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment