VS Code Server offline installation package available

I am using the SSH Remote feature in Cursor, but the download speed of the VS Code Server on the server is extremely slow. Is there an offline installation package available? My Cursor version is:

Version: 2.4.31 (Universal)
VSCode Version: 1.105.1
Commit: 3578107fdf149b00059ddad37048220e41681000
Date: 2026-02-08T07:42:24.999Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 24.1.0

Hey, there are a couple of options depending on your situation.

  • If the server has internet access but it’s just slow, try increasing the SSH connection timeout in Cursor settings (JSON):

    "remote.SSH.connectTimeout": 180
    

    This gives it more time to download and unpack.

  • If the server is fully offline (air-gapped), there isn’t an officially supported offline install package for the cursor-server component right now. This is a known limitation.

Can you confirm if your remote server has any internet access, or if it’s completely isolated? That’ll help us pick the best next step.

Also, make sure you’re on the latest version of the Anysphere Remote SSH extension. Recent updates improved how it handles existing server installs, so it won’t re-download unless it has to.