Package Details: devin-desktop 3.4.27-1

Git Clone URL: https://aur.archlinux.org/devin-desktop.git (read-only, click to copy)
Package Base: devin-desktop
Description: A team of agents for every engineer — Devin Desktop
Upstream URL: https://devin.ai/desktop
Licenses: LicenseRef-Devin Desktop
Conflicts: devin-desktop-bin, windsurf, windsurf-bin
Submitter: luizsvdev
Maintainer: luizsvdev
Last Packager: luizsvdev
Votes: 29
Popularity: 1.81
First Submitted: 2026-06-03 16:34 (UTC)
Last Updated: 2026-07-07 12:49 (UTC)

Pinned Comments

luizsvdev commented on 2026-06-25 16:31 (UTC)

If you would like to contribute, here is the link to the GitHub repository: https://github.com/luizsvdev/devin-desktop

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

bermudi commented on 2026-05-02 14:37 (UTC)

this package has been in a broken state for a few days. Want me to take over as maintainer? I'm maintaining windsurf-next

dolutech commented on 2026-05-02 09:56 (UTC)

`build() fails on 2.1.32 — "code-iconsvg.svg" not found

install: cannot stat 'usr/share/windsurf/resources/app/out/media/code-iconsvg.svg': No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

The issue is on line 47 of the PKGBUILD:

Copyinstall -Dm644 "usr/share/${pkgname}/resources/app/out/media/code-iconsvg.svg" "usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"

paradox commented on 2026-05-01 17:00 (UTC)

Issue with the PKGBUILD

Line 46 should be:

install -Dm644 "usr/share/${pkgname}/resources/app/out/media/code-icon.svg" "usr/share/icons/hicolor/scalable/apps/${pkgname}.svg"

Malix commented on 2026-04-27 05:45 (UTC)

seems like the git-tab in windsurf doesn't work with electron41. uninstalling electron41 and using windsurf-2.0.67 rather than windsurf-electron-latest-2.0.67 seems to work.

veighnsche commented on 2025-09-27 10:34 (UTC)

thanks for keeping this up to date.

pathin commented on 2025-09-26 15:37 (UTC)

Posting this again, because people are mentioning stuck pull requests, so please forgive the double post but I think it really helps a few people:

For anyone who wants to always stay up-to-date, I created a secondary repo that keeps the PKGBUILD up to date and a little install script helper to install a while ago:

Repo:https://github.com/xPathin/windsurf-bin-arch

Execute the script via: curl -sSL https://raw.githubusercontent.com/xPathin/windsurf-bin-arch/main/install_windsurf | bash

Needless to say, do not just run, check the script and PKGBUILD before running.

steccas commented on 2025-09-26 13:49 (UTC)

I commentend in the stuck PR again. I know I may be pressing, but we work with windsurf and 2/3 days of dealys can be a huge problem. Can you please add me to the repo so I can help resolve these locks?

MikeBreytenbach commented on 2025-08-29 07:46 (UTC)

Thanks for the prompt update @watzon

Vorporeal commented on 2025-08-28 16:06 (UTC)

The use of --set-key Hidden --set-value true when installing the URL handler .desktop file breaks xdg-open windsurf://file/..., as gio no longer will respect the registration.

I tested this out locally by commenting out Hidden=true in windsurf-url-handler.desktop and regenerating my desktop and mime databases, and gio mime x-scheme-handler/windsurf now returns the expected results.

What issue(s) was this added to fix? You might want to consider reverting it to unbreak the custom URL scheme registration.