Search Criteria
Package Details: cursor-cli 1:2026.04.28.1.e984b46-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cursor-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | cursor-cli |
| Description: | Cursor Agent CLI - AI-powered code assistant |
| Upstream URL: | https://cursor.com |
| Keywords: | cursor-agent |
| Licenses: | LicenseRef-Cursor |
| Submitter: | cg505 |
| Maintainer: | cg505 |
| Last Packager: | cg505 |
| Votes: | 4 |
| Popularity: | 1.76 |
| First Submitted: | 2025-08-08 01:20 (UTC) |
| Last Updated: | 2026-04-29 16:46 (UTC) |
Dependencies (5)
- bash (bash-gitAUR, bash-devel-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- ripgrep (ripgrep-gitAUR)
Latest Comments
1 2 Next › Last »
cg505 commented on 2026-03-05 02:24 (UTC)
@Harvie Thanks. In the future you can just click the "Flag package out-of-date" under Package Actions above.
Harvie commented on 2026-03-04 18:37 (UTC) (edited on 2026-03-04 18:38 (UTC) by Harvie)
It seems there is new release available:
$ curl https://cursor.com/install -fsS | grep -i http
DOWNLOAD_URL="https://downloads.cursor.com/lab/2026.02.27-e7d2ef6/${OS}/${ARCH}/agent-cli-package.tar.gz
cg505 commented on 2025-10-30 19:41 (UTC)
Added logic to block auto-upgrades.
You may want to delete the previous upgrades that cursor automatically installed:
acgtyrant commented on 2025-10-14 03:13 (UTC) (edited on 2025-10-14 03:21 (UTC) by acgtyrant)
Is downloads.cursor.com reliable? The official download link is something like https://api2.cursor.sh/updates/download/golden/linux-x64-rpm/cursor/1.7
EDIT: Yes, I found out that the official
curl https://cursor.com/installcontains this domain.exponential commented on 2025-10-03 17:47 (UTC)
indeed this blocks it
just needs adding a bit of extra in the launcher.
i'm blocking versions, because cursor-agent might be used for user data later.
cg505 commented on 2025-10-03 17:24 (UTC)
oh wtf. I may delete this package in that case
exponential commented on 2025-10-03 16:04 (UTC)
crap...
it auto updates with each start and index.js is a 17MB obfuscated mess. No easy fix. Even AI will have a hard time.
check .local/share/cursor-agent , .local/bin and which cursor-agent
i turned .local/share/cursor-agent/versions noexec, maybe that will block it. Not tested yet, i'm already on the last version.
exponential commented on 2025-10-03 13:59 (UTC)
not elegant, but it does the job. lol I thought it was a library.
cg505 commented on 2025-10-03 01:27 (UTC)
Replaced node and rg binaries with symlinks to the system versions.
exponential commented on 2025-10-03 01:08 (UTC) (edited on 2025-10-03 01:10 (UTC) by exponential)
i'm not actually using arch. i'm using debian with a makepkg clone. They might be glitches.
i simply cp everything except the bash script and node
change the depends to use node
and i'm using this launcher
or you can just sed their bash script
I don't know how brittle this would be. keep the old stuff commented out to avoid frustration if it's too brittle. I'm not using this since very long. And since it's very new, they might make lots of changes.
They literally just dumped the node executable in their release. It's nothing complicated.
i haven't checked how to force it to be perfectly monotonic(and now i understand the weird stuff you were doing). If the recent npm fiasco should have taught you something, is not to be obsessively bleeding edge.
update scripts are very useful for these type of apps that update very frequently. I'd rather use that then follow the rhythm of the packager or even upstream. I've heard some very sneeky tricks with scams/malware to hide them selves, and you should be careful when downloading from the AUR.
1 2 Next › Last »