New update loop

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

New version update message on every app startup but I have the latest update

Steps to Reproduce

Install cursor using apt repository

Screenshots / Screen Recordings

Screenshot From 2026-07-22 10-57-08.png

Operating System

Linux

Version Information

Version: 3.12.29
VS Code Extension API: 1.128.0
Commit: cd1c87ff9b66021918fb9731605f8d1d5fd2f0b0
Date: 2026-07-21T03:26:05.811Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Linux x64 7.0.0-28-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is known behavior and not a critical bug. On Linux, if you install via apt, the in-app update check uses a separate feed that can publish a new version before the package shows up in the apt repo. Because of that, for a few hours after a release Cursor may show a “new version” even though apt is already on the latest. The popup also shows on every start because the deb build doesn’t self-update. Self-update is only available for the AppImage.

To update, use apt as usual:

sudo apt update && sudo apt upgrade cursor

To stop the popup, set Update: Mode to none in settings. Settings > search “update mode”. Downside: this disables all update notifications, including real ones.

This exact case is explained in detail here: Linux `.deb` / `apt` installs get a non-actionable update popup before the package exists

I’ve logged it internally. I can’t share an ETA for a fix yet, but I’ll post in the thread if there’s an update.