Search Criteria
Package Details: goose-desktop 1.34.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/goose-desktop.git (read-only, click to copy) |
|---|---|
| Package Base: | goose-desktop |
| Description: | Goose Desktop (built from source) - an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM |
| Upstream URL: | https://github.com/aaif-goose/goose |
| Keywords: | goose |
| Licenses: | Apache-2.0 |
| Conflicts: | goose-desktop-bin |
| Provides: | goose-desktop |
| Submitter: | dbirks |
| Maintainer: | sheikhlimon |
| Last Packager: | sheikhlimon |
| Votes: | 7 |
| Popularity: | 0.56 |
| First Submitted: | 2025-04-16 04:56 (UTC) |
| Last Updated: | 2026-05-17 13:57 (UTC) |
Dependencies (6)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- just (just-gitAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
Latest Comments
1 2 3 Next › Last »
sheikhlimon commented on 2026-05-17 14:51 (UTC)
Hey, thanks for reporting this. I haven't been able to reproduce the hang locally
pnpm run packagecompletes fine for me on Node 24.10.0.Could you share a bit more about your build environment?
node --versionandpnpm --versionmakepkg -Lorextra-x86_64-buildif you're using devtools)I'm wondering if it could be something environment-specific, missing lib, display server interaction, or something in the build context that differs from a standard setup.
esdaniel commented on 2026-05-15 07:00 (UTC)
My install hangs at this stage: ◼ Running postPackage hook
On exiting via CTRL-C I get the following:
(node:247495) [DEP0205] DeprecationWarning:
module.register()is deprecated. Usemodule.registerHooks()instead. (Usenode --trace-deprecation ...to show where the warning was created) [me@host]$ ELIFECYCLE Command failed.sheikhlimon commented on 2026-05-08 19:48 (UTC)
Replaced
npxwithpnpm run packageand added--frozen-lockfile— no npm dependency needed anymore. Let me know if you still hit issues.rifrif commented on 2026-05-07 03:41 (UTC)
Please update the package, it still requires npm to build correctly.
sheikhlimon commented on 2026-03-31 06:25 (UTC)
The package previously used npm, but since migrating to pnpm, it may no longer be required - nodejs should provide npx which might be sufficient. However, clang is indeed needed.
Gimmeapill commented on 2026-03-22 11:01 (UTC)
npm as well, otherwise it doesn't build in a clean chroot with extra-x86_64-build
Gimmeapill commented on 2026-03-22 08:26 (UTC)
clang should as well be added to makedepends
6ooflames commented on 2026-03-15 07:30 (UTC)
It seems the CMake dependency is missing. I only noticed by testing on a new system, but after the first rust build, install fails when CMake is missing. partial log: failed to execute command: No such file or directory (os error 2) is
cmakenot installed? Reciperelease-binaryfailed on line 26 with exit code 101sheikhlimon commented on 2026-02-06 21:24 (UTC)
switched to npm install... should work now.. thank you.. really appreciate it.
davef135 commented on 2026-02-06 16:47 (UTC) (edited on 2026-02-06 16:48 (UTC) by davef135)
After clearing cached version in yay, and reinstalling this morning, I'm getting this:
npm error code EUSAGE npm error npm error
npm cican only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file withnpm installbefore continuing.npm error code EUSAGE npm error npm errornpm cican only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file withnpm installbefore continuing. npm error npm error Missing: encoding@0.1.13 from lock file npm error Missing: iconv-lite@0.6.3 from lock file npm error npm error Clean install a project npm error npm error Usage: npm error npm ci npm error npm error Options: npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling] npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]] npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit] npm error [--no-bin-links] [--no-fund] [--dry-run]npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] npm error [--workspaces] [--include-workspace-root] [--install-links] npm error npm error aliases: clean-install, ic, install-clean, isntall-clean npm error npm error Run "npm help ci" for more info npm error A complete log of this run can be found in: /home/user/.npm/_logs/2026-02-06T16_37_55_720Z-debug-0.log ==> ERROR: A failure occurred in build(). Aborting... npm error npm error Missing: encoding@0.1.13 from lock file npm error Missing: iconv-lite@0.6.3 from lock file npm error npm error Clean install a project npm error npm error Usage: npm error npm ci npm error npm error Options: npm error [--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling] npm error [--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]] npm error [--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]] npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit] npm error [--no-bin-links] [--no-fund] [--dry-run] npm error [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] npm error [--workspaces] [--include-workspace-root] [--install-links] npm error npm error aliases: clean-install, ic, install-clean, isntall-clean npm error npm error Run "npm help ci" for more info npm error A complete log of this run can be found in: /home/user/.npm/_logs/2026-02-06T16_37_55_720Z-debug-0.log ==> ERROR: A failure occurred in build(). Aborting... -> error making: goose-desktop-exit status 4
1 2 3 Next › Last »