Created
March 28, 2025 02:56
-
-
Save alpezed/171bb79028b5aa1f10372d7d5827a6a5 to your computer and use it in GitHub Desktop.
Cursor Remote Tunnel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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