Cursor serve-web blob does not exist

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

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

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.

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!