Eduard
April 9, 2026, 9:53pm
1
Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
cursor serve-web --log debug ... loops Downloading server on Linux ARM64
resolves 475871d112608994deb2e3065dfb7c6b0baa0c54 and requests vscode-reh-linux-arm64-web.tar.gz but 404 The specified blob does not exist.
Could we manually download linux-arm64-web artifact anywhere?
Similar
Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
Describe the bug
cursor serve-web fails with an infinite “downloading” loop because the embedded commit hash in cursor-tunnel doesn’t exist on Cursor’s CDN.
The cursor-tunnel binary (v2.4.21) requests server binary for commit dc8361355d709f306d5159635a677a571b277bcc, but the CDN only has dc8361355d709f306d5159635a677a571b277bc0 (note: bc0 vs bcc).
Steps to Reproduce
$ cursor serve-web --port 8080 --without-connection-to…
Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Feature Request: Fix serve-web Server Component Download (404 Error)
Issue Summary
The cursor serve-web command fails to download the required server component, resulting in a 404 error and the web interface being stuck on “The latest version of the Cursor Server is downloading, please wait a moment…”
Use Case
Goal: Access Cursor CLI from mobile devices (Android/iOS) via web browser with:
File browser with autocomplete
M…
Describe the Bug
Running cursor serve-web --log debug and attempting to access the provided link gives me this log output..
[2025-07-02 17:02:44] debug [reqwest::async_impl::client] redirecting 'https://api2.cursor.sh/updates/download/7111807980fa9c93aedd455ffa44b682c0dc1356/vscode-reh-darwin-arm64-web.tar.gz' to 'https://cursor.blob.core.windows.net/remote-releases/7111807980fa9c93aedd455ffa44b682c0dc1356/vscode-reh-darwin-arm64-web.tar.gz'
[2025-07-02 17:02:46] info Downloading server 7111807…
Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Description:
After updating Cursor today (January 10, 2026), SSH remote connections fail because the client expects a server version that doesn’t exist on the download server.
Environment:
Cursor version: Latest (updated today)
Local OS: Windows
Remote OS: Linux
Issue:
The Cursor client attempts to download the remote server from:
https://downloads.cursor.com/production/4ca9b38c6c97d4243bf0c61e51426667cb964bdc/linu…
Steps to Reproduce
cursor serve-web --log debug --host 127.0.0.1 --port 8000 then open in browser http://127.0.0.1:8000
Operating System
Linux
Version Information
cursor 2.6.22 (commit c6285feaba0ad62603f7c22e72f0a170dc8415a5)
Does this stop you from using Cursor
Yes - Cursor is unusable
deanrie
(Dean Rie)
April 10, 2026, 5:44am
5
Hey, thanks for the report and for pulling together links to the previous threads.
This is a known issue. The build pipeline isn’t publishing the *-web.tar.gz artifacts to blob storage. It affects all platforms, not just Linux ARM64. The team is aware, but there’s no ETA for a fix yet.
Unfortunately, there’s no way to manually download the linux-arm64-web artifact. It simply doesn’t exist on the CDN.
The only workaround right now is to use SSH remote instead of serve-web. I’ve passed your report along for prioritization. Every new thread helps.
Let me know if you have any questions.
Colin
(Colin)
May 5, 2026, 10:31am
11
Hi @dd7 !
Just wanted to let you know that we’re removing serve-web in an upcoming version of Cursor. It was built before https://cursor.com/agents gave users a full Web UI for running agents. If there’s a use-case we aren’t meeting, definitely share your feedback !