Package Details: windsurf-electron-latest 2.3.9-1

Git Clone URL: https://aur.archlinux.org/windsurf.git (read-only, click to copy)
Package Base: windsurf
Description: Windsurf Editor on latest stable electron
Upstream URL: https://windsurf.com/
Licenses: LicenseRef-Windsurf Editor
Conflicts: windsurf
Provides: windsurf
Submitter: watzon
Maintainer: watzon
Last Packager: watzon
Votes: 27
Popularity: 2.39
First Submitted: 2024-11-14 03:46 (UTC)
Last Updated: 2026-05-19 21:04 (UTC)

Dependencies (16)

Required by (3)

Sources (2)

Pinned Comments

watzon commented on 2024-11-14 06:44 (UTC) (edited on 2025-01-17 23:10 (UTC) by watzon)

File issues and PRs in https://github.com/watzon/aur-packages

Also PLEASE WAIT 24 HOURS BEFORE FLAGGING AS OUT OF DATE!

The package updates are automated and the automation runs every 6 hours. Be patient.

Latest Comments

1 2 3 4 5 6 Next › Last »

codev911 commented on 2026-05-18 09:01 (UTC)

currently latest version is 2.3.9 when it update ?

code78 commented on 2026-05-05 02:05 (UTC)

Hi, if u like add me as co-maintainer. I will be happy to help to made this package updated and functional :)

teccin commented on 2026-05-04 22:23 (UTC)

Package is still broken. I recommend windsurf-next if you are trying to install Windsurf for the first time and it won't work due to this bug.

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.