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 »

fiws commented on 2025-04-27 08:19 (UTC)

Icon seems to be broken. Is it just me?

watzon commented on 2025-04-22 17:57 (UTC)

I believe it should be fixed now. Anyone who already installed it and wants the fix should just need to clear their cache

BraianF commented on 2025-04-22 17:55 (UTC)

I've made a PR with the correct checksum. In the next run of the package update, it will be fixed.

watzon commented on 2025-04-22 16:43 (UTC)

If anyone wants to jump in to the Github issues and volunteer I would love to have some help from people that are actually using Windsurf right now. For now if someone wants to PR the checksum fix that would be great, and then the automated PR needs to be fixed so that it PRs the checksum too.

steccas commented on 2025-04-22 10:53 (UTC)

@watzon I know you need time, I was just sayng that if you give access to some members of the community we can help, you wouldn't be the sole liable person and it would be a community effort.

area commented on 2025-04-22 08:38 (UTC)

It looks like for the 1.7.0 release you only bumped the version number, but didn't update the checksum for the .deb file? As a result the package fails to install.

watzon commented on 2025-04-15 19:01 (UTC)

You guys have got to be more patient. The pinned comment literally says to please wait 24 hours. I was sick yesterday and didn't get a chance to merge the automated PR until just a few minutes ago.

steccas commented on 2025-04-15 16:34 (UTC)

The automated PR is stuck, it's a pity because the package has already been flagged out of date. If we don't hear anything about the repo I will try to take over and fork the repo to maintain this package.

watzon commented on 2025-03-29 06:28 (UTC)

@tyrheimdal I don't actually use Windsurf anymore, so I am maintaining this by taking PRs when important updates need to be made. The code is all open source on github @ https://github.com/watzon/aur-packages, so you're free to go make a new PR to fix those issues. Thanks for keeping an eye out.

tyrheimdal commented on 2025-03-29 02:37 (UTC)

Wow, these recent changes you've made to the PKGBUILD file is extremely sketchy.

  1. Using variables to set external GitHub repository makes the source less apparent
  2. You control the windsurf-bin.sh file as it is not included in the AUR repository
  3. You also control a binary file (windsurf.png) since that too is not in the AUR repository - which is perfect to hide a malicious payload
  4. A small change to the order of the sources would let you update one of them to freely SKIP checksum, while making it look like you updated the package checksum
  5. It makes no sense to not have a checksum on the main .deb file (the whole point of having checksums!)
  6. You suddenly set chrome-sandbox SUID, which is a convenient for privilege escalation without even putting in any references as to why this was done

There is no good reason to not include these two files in the main repository, other than setting up to backdoor the package. And the fact you reference the external resources as fallbacks makes it look even more suspicious.