Package Details: cursor-bin 0.49.1-2

Git Clone URL: https://aur.archlinux.org/cursor-bin.git (read-only, click to copy)
Package Base: cursor-bin
Description: Cursor App - AI-first coding environment
Upstream URL: https://www.cursor.com/
Licenses: custom:proprietary
Submitter: g.schulz
Maintainer: g.schulz
Last Packager: g.schulz
Votes: 45
Popularity: 11.14
First Submitted: 2024-06-09 14:27 (UTC)
Last Updated: 2025-04-17 23:06 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 Next › Last »

r3f commented on 2023-11-03 03:12 (UTC)

0.14.0-1

[main 2023-11-03T03:10:33.008Z] [storage state.vscdb] open(): Unable to open DB due to Error: ENOTCONN: socket is not connected, read [main 2023-11-03T03:10:33.021Z] update#setState disabled [main 2023-11-03T03:10:33.021Z] update#ctor - updates are disabled as there is no update URL [main 2023-11-03T03:10:33.025Z] [storage state.vscdb] open(): Unable to open DB due to Error: ENOTCONN: socket is not connected, read [main 2023-11-03T03:10:33.028Z] [uncaught exception in main]: Error: ENOTCONN: socket is not connected, read [main 2023-11-03T03:10:33.028Z] Error: ENOTCONN: socket is not connected, read

lekteksep commented on 2023-10-04 03:05 (UTC)

Thank you for you update script, it is really useful.

You know what would be extremely useful?The cursor nightly build package, I'm not sure how hard it would be to implement but I'm pretty sure that would be great. Thank you again.

haloivanid commented on 2023-09-21 02:42 (UTC) (edited on 2023-09-21 02:44 (UTC) by haloivanid)

I got an error when tried to update from 0.11.0 to 0.11.1

==> Retrieving sources...
  -> Found cursor-0.11.1.AppImage
==> Validating source files with sha256sums...
    cursor-0.11.1.AppImage ... FAILED
==> ERROR: One or more files did not pass the validity check!

mindriddler commented on 2023-09-01 19:42 (UTC) (edited on 2023-09-01 20:08 (UTC) by mindriddler)

I can be co-maintainer if you dont have time to update the package since the updates from cursor is pretty frequent

r3f commented on 2023-08-30 16:56 (UTC) (edited on 2023-08-30 16:58 (UTC) by r3f)

btw 0.9.0 latest

==> Validating source files with sha256sums... cursor-0.8.6.AppImage ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'cursor-appimage-0.8.6-1': error: packages failed to build: cursor-appimage-0.8.6-1 ➜ ~

r3f commented on 2023-08-30 16:52 (UTC)

TimeTrap thx man

TimeTrap commented on 2023-08-27 13:12 (UTC)

Since the current maintainer no longer updates the package, and some people hope that I can continue to update the package, I created a new repo cursor-appimage and used github actions for automatic updates

usama commented on 2023-08-26 10:38 (UTC) (edited on 2023-08-26 10:39 (UTC) by usama)

Wake up bae, new version of cursor dropped.

pkgname=cursor-bin
_pkgname=cursor
pkgver=0.8.4
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT-3.(AppImage)"
arch=('x86_64')
url="https://cursor.so"
license=('custom')
options=('!strip')
depends=('hicolor-icon-theme' 'zlib')
source=("${_pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64")
sha256sums=('072226c8bb837d512c9c573f6da2bdfffedec146db2b6fa569c38b58ed364dbd')
_install_path="/opt/appimages"

prepare() {
    chmod a+x "${_pkgname}-${pkgver}.AppImage"
    "./${_pkgname}-${pkgver}.AppImage" --appimage-extract > /dev/null
    sed 's/AppRun/\/opt\/appimages\/Cursor.AppImage/g' -i "${srcdir}/squashfs-root/cursor.desktop"
    sed 's/Exec=\/opt\/appimages\/Cursor.AppImage/Exec=\/opt\/appimages\/cursor.AppImage/g' -i "${srcdir}/squashfs-root/cursor.desktop"
    sed 's/StartupWMClass=Cursor/StartupWMClass=cursor/g' -i "${srcdir}/squashfs-root/cursor.desktop"

}
package() {
    install -Dm755 "${srcdir}/${_pkgname}-${pkgver}.AppImage" "${pkgdir}/${_install_path}/${_pkgname}.AppImage"
    for _icons in 32x32 64x64 128x128 256x256 512x512;do
        install -Dm645 "${srcdir}/squashfs-root/usr/share/icons/hicolor/${_icons}/apps/cursor.png" "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/cursor.png"
    done

    install -Dm755 "${srcdir}/squashfs-root/cursor.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
}

As usual just install it using

makepkg -si

jalf commented on 2023-08-22 12:56 (UTC) (edited on 2023-08-22 12:56 (UTC) by jalf)

This was my solution while the author fixes the package

# Maintainer: Jingu <xiuluo dot android at gmail dot com>
# Contributor: TimeTrap <zhaoyuanpan at gmail dot com>
https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64
pkgname=cursor-bin
_pkgname=cursor
pkgver=0.7.3
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT-4.(AppImage)"
arch=('x86_64')
url="https://cursor.so"
license=('custom')
options=('!strip')
depends=('hicolor-icon-theme' 'zlib')
source=("${_pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64")
sha256sums=('a30805a3ee76f2beda66b58cc917f754ab7b4e12ac600e67d8bd0e055724e53e')
_install_path="/opt/appimages"

prepare() {
    chmod a+x "${_pkgname}-${pkgver}.AppImage"
    "./${_pkgname}-${pkgver}.AppImage" --appimage-extract > /dev/null
    sed 's/AppRun/\/opt\/appimages\/cursor.AppImage/g' -i "${srcdir}/squashfs-root/${_pkgname}.desktop"
}
package() {
    install -Dm755 "${srcdir}/${_pkgname}-${pkgver}.AppImage" "${pkgdir}/${_install_path}/${_pkgname}.AppImage"
    for _icons in 32x32 64x64 128x128 256x256 512x512;do
        install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png"
    done
    install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
}