Package Details: goose-desktop 1.43.0-1

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: 9
Popularity: 0.23
First Submitted: 2025-04-16 04:56 (UTC)
Last Updated: 2026-07-14 13:58 (UTC)

Latest Comments

1 2 3 Next › Last »

thelooter commented on 2026-07-09 20:49 (UTC)

Broken with pnpm 11 (current extra/pnpm). pnpm install/pnpm run package fail with ERR_PNPM_EXOTIC_SUBDEP, ERR_PNPM_IGNORED_BUILDS, then electron-forge's "node-linker must be hoisted" preflight. Cause: pnpm 11 no longer reads package.json#pnpm or ui/.npmrc's node-linker, and renamed onlyBuiltDependencies -> allowBuilds.

Fix — migrate the settings into ui/pnpm-workspace.yaml in prepare():

cat >> ui/pnpm-workspace.yaml <<'YAML'

allowBuilds: '@modelcontextprotocol/ext-apps': true electron: true electron-winstaller: true esbuild: true overrides: react: ^19.2.4 react-dom: ^19.2.4 blockExoticSubdeps: false nodeLinker: hoisted YAML

Builds cleanly after this (tested on 1.41.0).

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 package completes fine for me on Node 24.10.0.

Could you share a bit more about your build environment?

  • node --version and pnpm --version
  • The full build log(ideally with makepkg -L or extra-x86_64-build if you're using devtools)
  • Whether this happens in a clean chroot or only in your local environment

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. Use module.registerHooks() instead. (Use node --trace-deprecation ... to show where the warning was created) [me@host]$  ELIFECYCLE  Command failed.

sheikhlimon commented on 2026-05-08 19:48 (UTC)

Replaced npx with pnpm run package and 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

cg505 commented on 2026-03-18 23:29 (UTC)

1.28.0 introduces support for local GPU inference for some cases (e.g. voice mode). The binaries provided by block on github do not seem to have this feature enabled. It is enabled in this build, but you can disable by replacing --all-features with --features disable-update in the build(). cuda is also not necessary in makedepends then.

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 cmake not installed? Recipe release-binary failed on line 26 with exit code 101