Package Details: goose-desktop 1.0.24-1

Git Clone URL: https://aur.archlinux.org/goose-desktop.git (read-only, click to copy)
Package Base: goose-desktop
Description: An open-source, extensible AI agent that goes beyond code suggestions (with UI)
Upstream URL: https://github.com/block/goose
Licenses: Apache-2.0
Conflicts: codename-goose, codename-goose-bin
Submitter: dbirks
Maintainer: dbirks
Last Packager: dbirks
Votes: 3
Popularity: 1.80
First Submitted: 2025-04-16 04:56 (UTC)
Last Updated: 2025-05-19 17:26 (UTC)

Latest Comments

rageltman commented on 2025-05-24 00:16 (UTC)

Had to add the following for the build to succeed:

diff --git i/PKGBUILD w/PKGBUILD
index 357c924..2202f20 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -17,6 +17,8 @@ makedepends=(
   "nodejs"
   "just"
   "oniguruma"
+  "libxml2"
+  "libxcb"
 )