Package Details: waveterm-bin 0.14.5-2

Git Clone URL: https://aur.archlinux.org/waveterm-bin.git (read-only, click to copy)
Package Base: waveterm-bin
Description: An open-source, cross-platform terminal for seamless workflows.(Prebuilt version.Use system-wide electron)
Upstream URL: https://www.waveterm.dev
Keywords: ai terminal
Licenses: Apache-2.0
Submitter: criptixo
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 5
Popularity: 0.013761
First Submitted: 2023-11-24 23:13 (UTC)
Last Updated: 2026-04-20 04:55 (UTC)

Latest Comments

1 2 Next › Last »

zxp19821005 commented on 2026-04-20 04:56 (UTC)

@xiaomyung Thanks for your feedback, added it to makgedepends.

xiaomyung commented on 2026-04-19 01:34 (UTC)

Hi experts, Build fails on a clean system — asar is used in prepare() but makedepends is not declared at all:

==> Starting prepare()...
The electron version is: 41
/home/.../waveterm-bin/PKGBUILD: line 49: asar: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...

The PKGBUILD calls asar e and asar p in prepare() but nothing in depends pulls asar in, so it only builds for users who happen to already have it installed. Fix:

makedepends=('asar')

asar is in extra/.

Thanks for maintaining!

zxp19821005 commented on 2026-02-25 23:51 (UTC)

@NeoPlayer Thanks for your feedback, fixed it.

NeoPlayer commented on 2026-02-15 05:28 (UTC) (edited on 2026-02-15 05:29 (UTC) by NeoPlayer)

Error: spawn /usr/lib/waveterm/app.asar.unpacked/dist/bin/wavesrv.x64 ENOENT

The waveterm-bin package fails to install the app.asar.unpacked directory, which contains required native binaries and schema files. This causes the application to fail on startup with ENOENT errors.

Missing files include:

  • /usr/lib/waveterm/app.asar.unpacked/dist/bin/wavesrv.x64
  • /usr/lib/waveterm/app.asar.unpacked/dist/bin/wsh-* (all architectures)
  • /usr/lib/waveterm/app.asar.unpacked/dist/schema/*.json

zxp19821005 commented on 2025-10-11 02:03 (UTC)

@sainak Thanks for your feedback, fixed it.

sainak commented on 2025-10-10 23:39 (UTC)

@zxp19821005 this commit broke wsh for other platforms again https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=waveterm-bin&id=a759eef1f3f2df6bfcac357890b7b5f046c98574

why was this added?

zxp19821005 commented on 2024-12-26 02:02 (UTC)

@dreagonmon Thanks for your feedback, fixed it.

dreagonmon commented on 2024-12-25 11:56 (UTC)

please do not remove other platform's dist file, it broke the remote connection when connecting to a different platform, it will fail to install wsh tools on the remote machine.

    find "${srcdir}/opt/${_pkgname}/resources/app.asar.unpacked" -type f \( -name "*darwin*" -o -name "*arm64" -o -name "*windows*" \) -exec rm -rf {} +

zxp19821005 commented on 2024-11-28 10:49 (UTC) (edited on 2024-11-28 10:51 (UTC) by zxp19821005)

@dasarne electron33 was in the extra repo. Run sudo pacman -Syy && sudo pacman -Sy electron33. You can see it in https://archlinux.org/packages/extra/x86_64/electron33/

dasarne commented on 2024-11-28 09:46 (UTC)

I am unable to install waveterm-bin due to missing electron33 dependency Attempting to install waveterm-bin fails because it cannot find the electron33 package, which is no longer available in the repositories or AUR.

Please update the package to replace the electron33 dependency with a current version of Electron, such as electron.