Request for Latest Linux CLI Version for Cursor Remote Tunnel

I would wonder how to download the latest version cursor cli for linux to enable vscode tunnel like experience.

I have followed the article here : Remote tunnel support

However, the latest version I could download is cursor 0.45.14 which is not match the newest version cursor macos version runs on my MacOS, therefore the remote tunnel cannot establish successfully.

The Commands and outputs to reproduce this problem attached below :

(VidGenInternel) (base) root@normandy-mlflow-debug-haujbr-007117-xpm57:/tmp# wget "https://api2.cursor.sh/updates/downl
oad-latest?os=cli-alpine-x64" -O cursor.tar.gz
--2025-03-12 07:03:58--  https://api2.cursor.sh/updates/download-latest?os=cli-alpine-x64
Connecting to 127.0.0.1:20172... connected.
Proxy request sent, awaiting response... 302 Found
Location: ./download/906121b8c0bdf041c14a15dac228e66ab5505260/cli-alpine-x64.tar.gz [following]
--2025-03-12 07:04:00--  https://api2.cursor.sh/updates/download/906121b8c0bdf041c14a15dac228e66ab5505260/cli-alpine-x64.tar.gz
Reusing existing connection to api2.cursor.sh:443.
Proxy request sent, awaiting response... 302 Found
Location: https://cursor.blob.core.windows.net/remote-releases/906121b8c0bdf041c14a15dac228e66ab5505260/cli-alpine-x64.tar.gz [following]
--2025-03-12 07:04:00--  https://cursor.blob.core.windows.net/remote-releases/906121b8c0bdf041c14a15dac228e66ab5505260/cli-alpine-x64.tar.gz
Connecting to 127.0.0.1:20172... connected.
Proxy request sent, awaiting response... 200 OK
Length: 8771285 (8.4M) [application/x-tar]
Saving to: ‘cursor.tar.gz’
 
cursor.tar.gz                 100%[================================================>]   8.36M  3.26MB/s    in 2.6s   
 
2025-03-12 07:04:04 (3.26 MB/s) - ‘cursor.tar.gz’ saved [8771285/8771285]
 
(VidGenInternel) (base) root@normandy-mlflow-debug-haujbr-007117-xpm57:/tmp# tar zxvf cursor.tar.gz
cursor
(VidGenInternel) (base) root@normandy-mlflow-debug-haujbr-007117-xpm57:/tmp# ./cursor --version
cursor 0.45.14 (commit 906121b8c0bdf041c14a15dac228e66ab5505260)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.